Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: ui/events/latency_info_nacl.gyp

Issue 1097153002: NaCl/GYP: remove references to prep_toolchain. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Edit Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/usrsctp/usrsctp_nacl.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'chromium_code': 1, 3 'chromium_code': 1,
4 }, 4 },
5 'includes': [ 5 'includes': [
6 '../../build/common_untrusted.gypi', 6 '../../build/common_untrusted.gypi',
7 ], 7 ],
8 'conditions': [ 8 'conditions': [
9 ['disable_nacl==0 and disable_nacl_untrusted==0', { 9 ['disable_nacl==0 and disable_nacl_untrusted==0', {
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'latency_info_nacl', 12 'target_name': 'latency_info_nacl',
13 'type': 'none', 13 'type': 'none',
14 'defines': [ 14 'defines': [
15 'EVENTS_BASE_IMPLEMENTATION', 15 'EVENTS_BASE_IMPLEMENTATION',
16 'EVENTS_IMPLEMENTATION', 16 'EVENTS_IMPLEMENTATION',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '../..', 19 '../..',
20 ], 20 ],
21 'dependencies': [ 21 'dependencies': [
22 '../../base/base_nacl.gyp:base_nacl', 22 '../../base/base_nacl.gyp:base_nacl',
23 '../../base/base_nacl.gyp:base_nacl_nonsfi', 23 '../../base/base_nacl.gyp:base_nacl_nonsfi',
24 '../../ipc/ipc_nacl.gyp:ipc_nacl', 24 '../../ipc/ipc_nacl.gyp:ipc_nacl',
25 '../../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi', 25 '../../ipc/ipc_nacl.gyp:ipc_nacl_nonsfi',
26 '../../native_client/tools.gyp:prep_toolchain'
27 ], 26 ],
28 'variables': { 27 'variables': {
29 'nacl_untrusted_build': 1, 28 'nacl_untrusted_build': 1,
30 'nlib_target': 'liblatency_info_nacl.a', 29 'nlib_target': 'liblatency_info_nacl.a',
31 'build_glibc': 0, 30 'build_glibc': 0,
32 'build_newlib': 0, 31 'build_newlib': 0,
33 'build_irt': 1, 32 'build_irt': 1,
34 'build_pnacl_newlib': 0, 33 'build_pnacl_newlib': 0,
35 'build_nonsfi_helper': 1, 34 'build_nonsfi_helper': 1,
36 }, 35 },
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'Common_Base': { 72 'Common_Base': {
74 'msvs_target_platform': 'x64', 73 'msvs_target_platform': 'x64',
75 }, 74 },
76 }, 75 },
77 }, 76 },
78 ], 77 ],
79 }], 78 }],
80 ], 79 ],
81 } 80 }
82 81
OLDNEW
« no previous file with comments | « third_party/usrsctp/usrsctp_nacl.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698