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

Unified Diff: build/protoc_java.gypi

Issue 11413091: Fix protoc_java.gypi action dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: build/protoc_java.gypi
diff --git a/build/protoc_java.gypi b/build/protoc_java.gypi
index 1d2d697e9dc8d3fad97df60bcde1a93c5c207087..09bc9bfb3db88710bda50a43013a150acd650c8e 100644
--- a/build/protoc_java.gypi
+++ b/build/protoc_java.gypi
@@ -47,6 +47,7 @@
'java_in_dir': '<(DEPTH)/build/android/empty',
'script': '<(DEPTH)/build/protoc_java.py',
'generated_src_dirs': ['<(java_out_dir)'],
+ 'additional_input_paths': ['<(stamp_file)'],
Yaron 2012/11/20 17:33:54 This is unused? Shouldn't it be in the "inputs" li
nyquist 2012/11/20 17:47:03 This adds a dependency on genproto_java for the ja
},
'actions': [
{
« 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