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

Unified Diff: third_party/custom_tabs_client/BUILD.gn

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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: third_party/custom_tabs_client/BUILD.gn
diff --git a/third_party/custom_tabs_client/BUILD.gn b/third_party/custom_tabs_client/BUILD.gn
index 830c70a86af4c5632905c1c32a8f99c3d5df7544..443424c139850b9f63378e01127b44ca8ed3a6b6 100644
--- a/third_party/custom_tabs_client/BUILD.gn
+++ b/third_party/custom_tabs_client/BUILD.gn
@@ -16,8 +16,8 @@ android_apk("custom_tabs_client_example_apk") {
apk_name = "CustomTabsClientExample"
deps = [
":chrome_tabs_client_example_apk_resources",
- ":custom_tabs_support_lib",
":custom_tabs_client_shared_lib",
+ ":custom_tabs_support_lib",
]
chromium_code = false
}

Powered by Google App Engine
This is Rietveld 408576698