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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2282573002: Remove is_ios conditions from chrome GN build files. (Closed)
Patch Set: merge Created 4 years, 4 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/BUILD.gn ('k') | no next file » | 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 53cff96e8a2545cab4eb0ccad6dccdfae7b95ef9..200f03d3d385ef6bb8f11055e55b0111732afbec 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -34,9 +34,11 @@ static_library("renderer") {
"//chrome:strings",
"//chrome/common",
"//chrome/common:mojo_bindings",
+ "//chrome/common/net",
"//components/autofill/content/renderer",
"//components/cdm/renderer",
"//components/content_settings/content/common",
+ "//components/contextual_search:renderer",
"//components/data_reduction_proxy/content/common",
"//components/data_reduction_proxy/core/common",
"//components/dom_distiller/content/renderer",
@@ -59,6 +61,7 @@ static_library("renderer") {
"//content/app/strings",
"//content/public/common",
"//content/public/renderer",
+ "//media",
"//net",
"//skia",
"//storage/common",
@@ -74,14 +77,6 @@ static_library("renderer") {
configs += [ "//build/config/compiler:wexit_time_destructors" ]
- if (!is_ios) {
- deps += [
- "//chrome/common/net",
- "//components/contextual_search:renderer",
- "//media",
- ]
- }
-
if (enable_nacl) {
deps += [
"//components/nacl/loader",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698