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

Unified Diff: build/android/process_resources.py

Issue 12379066: Temporary fix for build break when removing Java files or resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 10 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 | build/java.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/process_resources.py
diff --git a/build/android/process_resources.py b/build/android/process_resources.py
index b34f576a99905fa4e71493b5d8372ad96de94288..a5e28787658b8dd10da73d39b68c6e2b2ed91d52 100755
--- a/build/android/process_resources.py
+++ b/build/android/process_resources.py
@@ -29,6 +29,9 @@ def ParseArgs():
parser.add_option('--res-dir', help='directory containing resources')
parser.add_option('--out-res-dir',
help='directory to hold crunched resources')
+ # This is part of a temporary fix for crbug.com/177552.
+ # TODO(newt): remove this once crbug.com/177552 is fixed in ninja.
+ parser.add_option('--ignore', help='this argument is ignored')
(options, args) = parser.parse_args()
if args:
« no previous file with comments | « no previous file | build/java.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698