OLD | NEW |
(Empty) | |
| 1 { |
| 2 'variables': { |
| 3 'chromium_code': 1, |
| 4 }, |
| 5 'includes': [ |
| 6 '../../build/common_untrusted.gypi', |
| 7 ], |
| 8 'conditions': [ |
| 9 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 10 'targets': [ |
| 11 { |
| 12 'target_name': 'latency_info_nacl', |
| 13 'type': '<(component)', |
| 14 'defines': [ |
| 15 'EVENTS_IMPLEMENTATION', |
| 16 ], |
| 17 'include_dirs': [ |
| 18 '../..', |
| 19 ], |
| 20 'dependencies': [ |
| 21 '<(DEPTH)/base/base_nacl.gyp:base_nacl', |
| 22 '<(DEPTH)/ipc/ipc_nacl.gyp:ipc_nacl', |
| 23 '<(DEPTH)/native_client/tools.gyp:prep_toolchain' |
| 24 ], |
| 25 'variables': { |
| 26 'nacl_untrusted_build': 1, |
| 27 'nlib_target': 'liblatency_info_nacl.a', |
| 28 'build_glibc': 0, |
| 29 'build_newlib': 0, |
| 30 'build_irt': 1, |
| 31 }, |
| 32 'sources': [ |
| 33 'latency_info.cc', |
| 34 'latency_info.h', |
| 35 'ipc/latency_info_param_traits.cc', |
| 36 'ipc/latency_info_param_traits.h', |
| 37 ], |
| 38 }, |
| 39 ], |
| 40 }], |
| 41 ], |
| 42 } |
OLD | NEW |