Chromium Code Reviews| Index: ui/events/latency_info_nacl.gyp |
| diff --git a/ui/events/latency_info_nacl.gyp b/ui/events/latency_info_nacl.gyp |
| index e42dbf87ee48ed60203840f79b84c0b06036033c..f8a5e1e93d45bee9d748ac68596d20355c89f775 100644 |
| --- a/ui/events/latency_info_nacl.gyp |
| +++ b/ui/events/latency_info_nacl.gyp |
| @@ -19,9 +19,11 @@ |
| '../..', |
| ], |
| 'dependencies': [ |
| - '<(DEPTH)/base/base_nacl.gyp:base_nacl', |
| - '<(DEPTH)/ipc/ipc_nacl.gyp:ipc_nacl', |
| - '<(DEPTH)/native_client/tools.gyp:prep_toolchain' |
| + '../../base/base_nacl.gyp:base_nacl', |
|
Mark Seaborn
2014/10/24 18:08:15
Same comment about dependencies as for https://cod
hidehiko
2014/10/27 06:09:16
Ditto. Please let me keep for circular dependency
|
| + '../../base/base_nacl.gyp:base_nacl_nonsfi', |
| + '../../ipc/ipc_nacl.gyp:ipc_nacl', |
| + '../../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', |
| + '../../native_client/tools.gyp:prep_toolchain' |
| ], |
| 'variables': { |
| 'nacl_untrusted_build': 1, |
| @@ -29,6 +31,8 @@ |
| 'build_glibc': 0, |
| 'build_newlib': 0, |
| 'build_irt': 1, |
| + 'build_pnacl_newlib': 0, |
|
Mark Seaborn
2014/10/24 18:08:15
Same comment about checking this as for https://co
hidehiko
2014/10/27 06:09:16
Yes, no one uses.
|
| + 'build_nonsfi_helper': 1, |
| }, |
| 'sources': [ |
| 'latency_info.cc', |
| @@ -48,8 +52,8 @@ |
| 'nacl_win64_target': 1, |
| }, |
| 'dependencies': [ |
| - '<(DEPTH)/base/base.gyp:base_win64', |
| - '<(DEPTH)/ipc/ipc.gyp:ipc_win64', |
| + '../../base/base.gyp:base_win64', |
| + '../../ipc/ipc.gyp:ipc_win64', |
| ], |
| 'defines': [ |
| 'EVENTS_BASE_IMPLEMENTATION', |