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

Unified Diff: tools/android/BUILD.gn

Issue 1358243006: Port custom_tabs_client from GYP to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 | « third_party/custom_tabs_client/BUILD.gn ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/BUILD.gn
diff --git a/tools/android/BUILD.gn b/tools/android/BUILD.gn
index 5347bf43db7bab998920423d0d28c122addd8bff..29dbc1ff271dcc868a7c270ac3672a21e6e2bb4b 100644
--- a/tools/android/BUILD.gn
+++ b/tools/android/BUILD.gn
@@ -12,3 +12,10 @@ group("android_tools") {
"//tools/android/md5sum",
]
}
+
+# GYP: //android/tools/android_tools.gyp:customtabs_benchmark
Yaron 2015/09/28 20:40:04 I think this and the other target are //tools/andr
pkotwicz 2015/09/28 20:48:36 Done.
+group("customtabs_benchmark") {
+ deps = [
+ "//tools/android/customtabs_benchmark:customtabs_benchmark_apk",
+ ]
+}
« no previous file with comments | « third_party/custom_tabs_client/BUILD.gn ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698