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

Unified Diff: build/android/gyp/javac.py

Issue 207263002: android: Remove last two references to bug 177552. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « build/android/gyp/gcc_preprocess.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/gyp/javac.py
diff --git a/build/android/gyp/javac.py b/build/android/gyp/javac.py
index d36427b671a2fb2869b680adb30f95f485e588b5..f51f76c490cce8f24bacda2d8ecdf1a9e8654f82 100755
--- a/build/android/gyp/javac.py
+++ b/build/android/gyp/javac.py
@@ -88,9 +88,6 @@ def main():
'compiled should be built with stricter warnings for '
'chromium code.')
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja.
- parser.add_option('--ignore', help='Ignored.')
-
options, args = parser.parse_args()
DoJavac(options, args)
« no previous file with comments | « build/android/gyp/gcc_preprocess.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698