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

Unified Diff: chrome/renderer/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/common/pref_names.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index e3aa93bab50db93efd5e55318272cbe754786be3..5287590d0f7b3ed6b9201c2bfab29da3667b27c9 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -117,7 +117,6 @@ static_library("renderer") {
"//components/data_reduction_proxy/core/common",
"//components/dom_distiller/content/renderer",
"//components/error_page/renderer",
- "//components/guest_view/renderer",
"//components/network_hints/renderer",
"//components/omnibox/common",
"//components/password_manager/content/renderer",
@@ -314,6 +313,7 @@ static_library("renderer") {
# TODO(hclam): See crbug.com/298380 for details.
# We should isolate the APIs needed by the renderer.
"//chrome/common/extensions/api",
+ "//components/guest_view/renderer",
"//extensions:extensions_resources",
"//extensions/renderer",
"//media/cast:net",
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698