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

Unified Diff: content/app/BUILD.gn

Issue 1824653002: Remove iOS conditions in content/ build files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 9 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 | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index 6d4514bc2e7f09947127c65a8e23e8f56e7dad55..abe8a752254fe499c7fa39ff40e6e797edbacbde 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -31,6 +31,8 @@ content_app_deps = [
"//content/public/common:common_sources",
"//content/public/common:mojo_bindings",
"//crypto",
+ "//mojo/shell/public/interfaces",
+ "//mojo/edk/system",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -50,19 +52,6 @@ if (is_win) {
]
}
-if (is_ios) {
- content_app_sources -= [
- "content_main.cc",
- "mojo/mojo_init.cc",
- "mojo/mojo_init.h",
- ]
-} else {
- content_app_deps += [
- "//mojo/shell/public/interfaces",
- "//mojo/edk/system",
- ]
-}
-
content_app_extra_configs = [
"//build/config/compiler:wexit_time_destructors",
"//content:content_implementation",
« no previous file with comments | « no previous file | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698