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

Unified Diff: build/all_android.gyp

Issue 119083006: Add tool to help analyze binary size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto master for a clean commit of gyp change Created 6 years, 11 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 | tools/binary_size/README.txt » ('j') | tools/binary_size/run_binary_size_analysis.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all_android.gyp
diff --git a/build/all_android.gyp b/build/all_android.gyp
index 748571a832fe03c43f80d26b85b6c17e59f5fbb1..571b922b0cfd3158417fdc24000456da7c472140 100644
--- a/build/all_android.gyp
+++ b/build/all_android.gyp
@@ -183,5 +183,13 @@
'dependencies': [
],
},
+ {
+ # 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
}
« no previous file with comments | « no previous file | tools/binary_size/README.txt » ('j') | tools/binary_size/run_binary_size_analysis.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698