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

Unified Diff: build/android/findbugs_diff.py

Issue 15979032: Android: renames pylib.constants.CHROME_DIR to DIR_SOURCE_ROOT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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
Index: build/android/findbugs_diff.py
diff --git a/build/android/findbugs_diff.py b/build/android/findbugs_diff.py
index 4dc67428ee61d2e6bbb49105cff03fa3120e0e16..eb117da36cfe02ccca20efa2c4316e4f477cab00 100755
--- a/build/android/findbugs_diff.py
+++ b/build/android/findbugs_diff.py
@@ -38,8 +38,8 @@ def main(argv):
options, _ = parser.parse_args()
if not options.base_dir:
- options.base_dir = os.path.join(constants.CHROME_DIR, 'build', 'android',
- 'findbugs_filter')
+ options.base_dir = os.path.join(constants.DIR_SOURCE_ROOT, 'build',
+ 'android', 'findbugs_filter')
if not options.only_analyze:
options.only_analyze = 'org.chromium.-'

Powered by Google App Engine
This is Rietveld 408576698