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

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

Issue 12578018: Make the pnacl translator files in chrome depend on the pnacl_translator stamp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: depend on sha file instead 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | 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 f17fc96f7eacf4e6781a5531b19b62ad8e9b6654..d73a29fb58bf03b5b01c781ad575954917de8d48 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
@@ -28,6 +28,8 @@
'action_name': 'generate_pnacl_support_extension',
'inputs': [
'pnacl_component_crx_gen.py',
+ # A stamp file representing the contents of pnacl_translator.
+ '<(DEPTH)/native_client/toolchain/pnacl_translator/SOURCE_SHA1',
],
'conditions': [
# On windows we need both ia32 and x64.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698