summaryrefslogtreecommitdiff
path: root/chromium/native_client/build/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/native_client/build/all.gyp')
-rw-r--r--chromium/native_client/build/all.gyp51
1 files changed, 51 insertions, 0 deletions
diff --git a/chromium/native_client/build/all.gyp b/chromium/native_client/build/all.gyp
new file mode 100644
index 00000000000..567bef5a1e6
--- /dev/null
+++ b/chromium/native_client/build/all.gyp
@@ -0,0 +1,51 @@
+{
+ 'includes': [
+ 'common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'pull_in_all',
+ 'type': 'none',
+ 'dependencies': [
+ '../src/shared/gio/gio.gyp:*',
+ '../src/shared/imc/imc.gyp:*',
+ '../src/shared/platform/platform.gyp:*',
+ '../src/shared/serialization/serialization.gyp:*',
+ '../src/shared/srpc/srpc.gyp:*',
+ '../src/shared/utils/utils.gyp:*',
+ '../src/trusted/cpu_features/cpu_features.gyp:*',
+ '../src/trusted/debug_stub/debug_stub.gyp:*',
+ '../src/trusted/desc/desc.gyp:*',
+ '../src/trusted/nacl_base/nacl_base.gyp:*',
+ '../src/trusted/nonnacl_util/nonnacl_util.gyp:*',
+ '../src/trusted/perf_counter/perf_counter.gyp:*',
+ '../src/trusted/platform_qualify/platform_qualify.gyp:*',
+ '../src/trusted/sel_universal/sel_universal.gyp:*',
+ '../src/trusted/service_runtime/service_runtime.gyp:*',
+ '../src/untrusted/irt/irt.gyp:irt_core_nexe',
+ '../src/untrusted/irt/irt_test.gyp:*',
+ '../src/untrusted/minidump_generator/minidump_generator.gyp:*',
+ '../src/untrusted/nacl/nacl.gyp:*',
+ '../src/untrusted/nosys/nosys.gyp:*',
+ '../src/untrusted/pthread/pthread.gyp:*',
+ '../tests.gyp:*',
+ '../tests/sel_main_chrome/sel_main_chrome.gyp:*',
+ 'nacl_core_sdk.gyp:*',
+ ],
+ 'conditions': [
+ ['target_arch=="arm"', {
+ 'dependencies': [
+ '../src/trusted/validator_arm/validator_arm.gyp:*',
+ ],
+ }, {
+ 'dependencies': [
+ '../src/trusted/validator/driver/ncval.gyp:*',
+ '../src/trusted/validator_arm/ncval.gyp:*',
+ '../src/trusted/validator_x86/ncval.gyp:*',
+ '../src/trusted/validator_x86/validator_x86.gyp:*',
+ ],
+ }],
+ ],
+ },
+ ],
+}