|
56 | 56 | }],
|
57 | 57 |
|
58 | 58 | [ 'node_enable_d8=="true"', {
|
59 |
| - 'dependencies': [ 'deps/v8/src/d8.gyp:d8' ], |
| 59 | + 'dependencies': [ 'deps/v8/gypfiles/d8.gyp:d8' ], |
60 | 60 | }],
|
61 | 61 | [ 'node_use_bundled_v8=="true"', {
|
62 | 62 | 'dependencies': [
|
63 |
| - 'deps/v8/src/v8.gyp:v8', |
64 |
| - 'deps/v8/src/v8.gyp:v8_libplatform' |
| 63 | + 'deps/v8/gypfiles/v8.gyp:v8', |
| 64 | + 'deps/v8/gypfiles/v8.gyp:v8_libplatform' |
65 | 65 | ],
|
66 | 66 | }],
|
67 | 67 | [ 'node_use_v8_platform=="true"', {
|
|
104 | 104 | target_arch=="ia32" or target_arch=="x32")', {
|
105 | 105 | 'defines': [ 'NODE_ENABLE_VTUNE_PROFILING' ],
|
106 | 106 | 'dependencies': [
|
107 |
| - 'deps/v8/src/third_party/vtune/v8vtune.gyp:v8_vtune' |
| 107 | + 'deps/v8/gypfiles/v8vtune.gyp:v8_vtune' |
108 | 108 | ],
|
109 | 109 | }],
|
110 | 110 | [ 'node_no_browser_globals=="true"', {
|
111 | 111 | 'defines': [ 'NODE_NO_BROWSER_GLOBALS' ],
|
112 | 112 | } ],
|
113 | 113 | [ 'node_use_bundled_v8=="true" and v8_postmortem_support=="true"', {
|
114 |
| - 'dependencies': [ 'deps/v8/src/v8.gyp:postmortem-metadata' ], |
| 114 | + 'dependencies': [ 'deps/v8/gypfiles/v8.gyp:postmortem-metadata' ], |
115 | 115 | 'conditions': [
|
116 | 116 | # -force_load is not applicable for the static library
|
117 | 117 | [ 'force_load=="true"', {
|
|
0 commit comments