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

Unified Diff: chrome/test/BUILD.gn

Issue 2874833002: Don't compile code for desktop zoom or GuestViews on mobile platforms. (Closed)
Patch Set: Rebase. Created 3 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 | « chrome/renderer/BUILD.gn ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 87478f0da4278dff0b1201ad43b30bc8076d0bc9..bfaf26afd20173e7678da808dcf1c8d76a38fb4d 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -117,7 +117,6 @@ static_library("test_support") {
"//components/gcm_driver:test_support",
"//components/gcm_driver/crypto:test_support",
"//components/gcm_driver/instance_id:test_support",
- "//components/guest_view/browser:test_support",
"//components/history/core/test:test",
"//components/infobars/core",
"//components/metrics:test_support",
@@ -138,7 +137,6 @@ static_library("test_support") {
"//components/toolbar:test_support",
"//components/update_client:test_support",
"//components/web_resource:test_support",
- "//components/zoom:test_support",
"//content/public/app:both",
"//content/public/child",
"//content/public/common",
@@ -182,12 +180,15 @@ static_library("test_support") {
"base/test_browser_window.cc",
"base/test_browser_window.h",
]
+ } else {
+ public_deps += [ "//components/zoom:test_support" ]
}
if (enable_extensions) {
public_deps += [
"//apps:test_support",
"//chrome/common/extensions/api",
+ "//components/guest_view/browser:test_support",
"//extensions:test_support",
]
}
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698