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

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, 2 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/customtabs_benchmark/BUILD.gn » ('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 0804c19de634709e9879dc657c38e49414c45d75..8f4d0855a657052a69f4977ba1d78c967419f387 100644
--- a/tools/android/BUILD.gn
+++ b/tools/android/BUILD.gn
@@ -38,3 +38,10 @@ group("ps_ext") {
"//tools/android/ps_ext",
]
}
+
+# GYP: //tools/android/android_tools.gyp:customtabs_benchmark
+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/customtabs_benchmark/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698