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

Unified Diff: build/all.gyp

Issue 8817001: Make a gyp file for the pnacl_irt_shim. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Move one gyp file to chrome Created 9 years 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 | « no previous file | build/gyp_glob.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
===================================================================
--- build/all.gyp (revision 7377)
+++ build/all.gyp (working copy)
@@ -44,6 +44,15 @@
'../src/trusted/validator_x86/validator_x86.gyp:*',
],
}],
+ ['target_arch=="x64" or OS=="win"', {
+ # This library is only for x86-64 for now
+ # (the windows build always includes 64-bit).
+ # We may introduce a dummy shim to make it uniform.
+ 'dependencies': [
+# '../src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:*',
+ '../../ppapi/pnacl_irt_shim.gyp:*',
+ ],
+ }],
['OS=="win" and nacl_standalone==0', {
'dependencies': [
'../src/trusted/handle_pass/handle_pass.gyp:*',
« no previous file with comments | « no previous file | build/gyp_glob.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698