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

Unified Diff: build/nacl_core_sdk.gyp

Issue 10909144: Reapply change 9663 (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/build_nexe.py ('k') | build/untrusted.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/nacl_core_sdk.gyp
===================================================================
--- build/nacl_core_sdk.gyp (revision 0)
+++ build/nacl_core_sdk.gyp (revision 0)
@@ -0,0 +1,39 @@
+# Copyright (c) 2012 The Native Client Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ 'common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'nacl_core_sdk',
+ 'type': 'none',
+ 'dependencies': [
+ '../src/shared/gio/gio.gyp:gio_lib',
+ '../src/shared/platform/platform.gyp:platform_lib',
+ '../src/shared/srpc/srpc.gyp:srpc_lib',
+ '../src/trusted/service_runtime/service_runtime.gyp:sel_ldr',
+ '../src/untrusted/irt/irt.gyp:irt_core_nexe',
+ '../src/untrusted/nacl/nacl.gyp:imc_syscalls_lib',
+ '../src/untrusted/nacl/nacl.gyp:nacl_dynacode_lib',
+ '../src/untrusted/nacl/nacl.gyp:nacl_lib',
+ '../src/untrusted/nosys/nosys.gyp:nosys_lib',
+ '../src/untrusted/pthread/pthread.gyp:pthread_lib',
+ ],
+ 'conditions': [
+ # these libraries don't currently exist on arm
+ ['target_arch!="arm"', {
+ 'dependencies': [
+ '../src/shared/imc/imc.gyp:imc_lib',
+ '../src/trusted/weak_ref/weak_ref.gyp:weak_ref_lib',
+ '../src/untrusted/valgrind/valgrind.gyp:dynamic_annotations_lib',
+ '../src/untrusted/valgrind/valgrind.gyp:valgrind_lib',
+ ],
+ }],
+ ],
+ },
+ ],
+}
+
Property changes on: build/nacl_core_sdk.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « build/build_nexe.py ('k') | build/untrusted.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698