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

Unified Diff: build/all.gyp

Issue 258633003: Graphical version of the run_binary_size_analysis tool. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Made the code fully pylint clean. Created 6 years, 7 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/android/findbugs_filter/findbugs_known_bugs.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index e6a76e6af434ae46b7234eb5cf241908fc03a019..3c8ac160b6563b2536edf44923a03cc945075d69 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -816,14 +816,6 @@
}],
],
}, # target_name: android_builder_chromium_webrtc
- {
- # Build the java portions of the binary size analysis tool.
- 'target_name': 'binary_size_tool',
- 'type': 'none',
- 'dependencies': [
- '../tools/binary_size/binary_size.gyp:binary_size_java',
- ],
- },
], # targets
}], # OS="android"
['OS=="mac"', {
« no previous file with comments | « no previous file | build/android/findbugs_filter/findbugs_known_bugs.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698