|
26 | 26 | '<(SHARED_INTERMEDIATE_DIR)',
|
27 | 27 | ],
|
28 | 28 | 'sources': [
|
29 |
| - '<(V8_ROOT)/src/async-hooks-wrapper.cc', |
30 |
| - '<(V8_ROOT)/src/async-hooks-wrapper.h', |
31 |
| - '<(V8_ROOT)/src/d8-console.cc', |
32 |
| - '<(V8_ROOT)/src/d8-console.h', |
33 |
| - '<(V8_ROOT)/src/d8-js.cc', |
34 |
| - '<(V8_ROOT)/src/d8-platforms.cc', |
35 |
| - '<(V8_ROOT)/src/d8-platforms.h', |
36 |
| - '<(V8_ROOT)/src/d8.cc', |
37 |
| - '<(V8_ROOT)/src/d8.h', |
| 29 | + '<(V8_ROOT)/src/d8/async-hooks-wrapper.cc', |
| 30 | + '<(V8_ROOT)/src/d8/async-hooks-wrapper.h', |
| 31 | + '<(V8_ROOT)/src/d8/d8-console.cc', |
| 32 | + '<(V8_ROOT)/src/d8/d8-console.h', |
| 33 | + '<(V8_ROOT)/src/d8/d8-js.cc', |
| 34 | + '<(V8_ROOT)/src/d8/d8-platforms.cc', |
| 35 | + '<(V8_ROOT)/src/d8/d8-platforms.h', |
| 36 | + '<(V8_ROOT)/src/d8/d8.cc', |
| 37 | + '<(V8_ROOT)/src/d8/d8.h', |
38 | 38 | ],
|
39 | 39 | 'conditions': [
|
40 | 40 | [ 'want_separate_host_toolset==1', {
|
|
46 | 46 | ['(OS=="linux" or OS=="mac" or OS=="freebsd" or OS=="netbsd" \
|
47 | 47 | or OS=="openbsd" or OS=="solaris" or OS=="android" \
|
48 | 48 | or OS=="qnx" or OS=="aix")', {
|
49 |
| - 'sources': [ '<(V8_ROOT)/src/d8-posix.cc', ] |
| 49 | + 'sources': [ '<(V8_ROOT)/src/d8/d8-posix.cc', ] |
50 | 50 | }],
|
51 | 51 | [ 'OS=="win"', {
|
52 |
| - 'sources': [ '<(V8_ROOT)/src/d8-windows.cc', ] |
| 52 | + 'sources': [ '<(V8_ROOT)/src/d8/d8-windows.cc', ] |
53 | 53 | }],
|
54 | 54 | [ 'component!="shared_library"', {
|
55 | 55 | 'conditions': [
|
|
0 commit comments