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

Unified Diff: content/public/browser/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 | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 89fdec11fd4b0291c78b36563ebff7a09554c1bc..8de9dd8c4ea77fbd4bc5016cf68cc5bc020f794a 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -21,23 +21,9 @@ group("browser") {
source_set("browser_sources") {
visibility = [ "//content/*" ]
- if (is_ios) {
- # iOS doesn't get the normal file list and only takes these whitelisted
- # files.
- sources = [
- "browser_main_parts.cc",
- "content_browser_client.cc",
- "favicon_status.cc",
- "navigation_details.cc",
- "notification_registrar.cc",
- "page_navigator.cc",
- "web_ui_controller.cc",
- ]
- } else {
- sources = rebase_path(content_browser_gypi_values.public_browser_sources,
- ".",
- "//content")
- }
+ sources = rebase_path(content_browser_gypi_values.public_browser_sources,
+ ".",
+ "//content")
if (use_aura) {
sources -= [ "context_factory.h" ]
« no previous file with comments | « content/content_tests.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698