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

Unified Diff: ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp

Issue 22301014: Embed the PNACL_VERSION into the pnacl_public_pnacl_json file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: have abi-version come from NaCl Created 7 years, 4 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 | « ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_component_crx_gen.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp
diff --git a/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp b/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp
index ece4452d0cc41559a5a73ca2b9a00779a1750150..e290eaea071f08f0f83f5dbeb3d086bdca163f54 100644
--- a/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp
+++ b/ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_support_extension.gyp
@@ -19,7 +19,7 @@
'../../../../../native_client/tools.gyp:prep_toolchain',
],
'sources': [
- '../../../../../native_client/pnacl/driver/pnacl_info_template.json',
+ 'pnacl_component_crx_gen.py',
],
# We could use 'copies', but we want to rename the files
# in a white-listed way first. Thus use a script.
@@ -30,6 +30,8 @@
'pnacl_component_crx_gen.py',
# A stamp file representing the contents of pnacl_translator.
'<(DEPTH)/native_client/toolchain/pnacl_translator/SOURCE_SHA1',
+ '<(DEPTH)/native_client/pnacl/driver/pnacl_info_template.json',
+ '<(DEPTH)/native_client/TOOL_REVISIONS',
],
'conditions': [
# On windows we need both ia32 and x64.
@@ -142,9 +144,10 @@
'--dest=<(PRODUCT_DIR)/pnacl',
'<@(lib_overrides)',
'--target_arch=<(target_arch)',
- '--info_template_path=../../../../../native_client/pnacl/driver/pnacl_info_template.json',
+ '--info_template_path=<(DEPTH)/native_client/pnacl/driver/pnacl_info_template.json',
+ '--tool_revisions_path=<(DEPTH)/native_client/TOOL_REVISIONS',
# ABI Version Number.
- '0.0.0.1',
+ '1',
],
},
],
« no previous file with comments | « ppapi/native_client/src/untrusted/pnacl_support_extension/pnacl_component_crx_gen.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698