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

Side by Side Diff: build/all.gyp

Issue 12316093: Serialization library. Useful for sending more complex data in RPCs. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: added missing NACL_WUR and CHECKs detected by clang Created 7 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/library_deps.py » ('j') | 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 'includes': [ 2 'includes': [
3 'common.gypi', 3 'common.gypi',
4 ], 4 ],
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'pull_in_all', 7 'target_name': 'pull_in_all',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 '../src/shared/gio/gio.gyp:*', 10 '../src/shared/gio/gio.gyp:*',
11 '../src/shared/imc/imc.gyp:*', 11 '../src/shared/imc/imc.gyp:*',
12 '../src/shared/platform/platform.gyp:*', 12 '../src/shared/platform/platform.gyp:*',
13 '../src/shared/serialization/serialization.gyp:*',
13 '../src/shared/srpc/srpc.gyp:*', 14 '../src/shared/srpc/srpc.gyp:*',
14 '../src/shared/utils/utils.gyp:*', 15 '../src/shared/utils/utils.gyp:*',
15 '../src/trusted/cpu_features/cpu_features.gyp:*', 16 '../src/trusted/cpu_features/cpu_features.gyp:*',
16 '../src/trusted/debug_stub/debug_stub.gyp:*', 17 '../src/trusted/debug_stub/debug_stub.gyp:*',
17 '../src/trusted/desc/desc.gyp:*', 18 '../src/trusted/desc/desc.gyp:*',
18 '../src/trusted/nacl_base/nacl_base.gyp:*', 19 '../src/trusted/nacl_base/nacl_base.gyp:*',
19 '../src/trusted/nonnacl_util/nonnacl_util.gyp:*', 20 '../src/trusted/nonnacl_util/nonnacl_util.gyp:*',
20 '../src/trusted/perf_counter/perf_counter.gyp:*', 21 '../src/trusted/perf_counter/perf_counter.gyp:*',
21 '../src/trusted/platform_qualify/platform_qualify.gyp:*', 22 '../src/trusted/platform_qualify/platform_qualify.gyp:*',
22 '../src/trusted/sel_universal/sel_universal.gyp:*', 23 '../src/trusted/sel_universal/sel_universal.gyp:*',
(...skipping 16 matching lines...) Expand all
39 'dependencies': [ 40 'dependencies': [
40 '../src/trusted/validator_arm/ncval.gyp:*', 41 '../src/trusted/validator_arm/ncval.gyp:*',
41 '../src/trusted/validator_x86/ncval.gyp:*', 42 '../src/trusted/validator_x86/ncval.gyp:*',
42 '../src/trusted/validator_x86/validator_x86.gyp:*', 43 '../src/trusted/validator_x86/validator_x86.gyp:*',
43 ], 44 ],
44 }], 45 }],
45 ], 46 ],
46 }, 47 },
47 ], 48 ],
48 } 49 }
OLDNEW
« no previous file with comments | « SConstruct ('k') | site_scons/site_tools/library_deps.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698