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

Unified Diff: content/browser/BUILD.gn

Issue 1710043002: Start to unwind references to iOS in //content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android fix Created 4 years, 10 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 | « build/gypi_to_gn.py ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index f6a27e6bd14d4c580306dceab9c0744fcda763be..6f2f6094d86591cd2036b7e7a86c06ad89df36ac 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -180,7 +180,7 @@ source_set("browser") {
}
# TODO(GYP)
- # ['OS!="ios" and chrome_multiple_dll!=1', {
+ # [chrome_multiple_dll!=1', {
# 'dependencies': [
# '../third_party/WebKit/public/blink.gyp:blink',
# ],
@@ -499,13 +499,6 @@ source_set("browser") {
deps += [ "//ui/compositor" ]
}
- if (!is_ios) {
- sources += [
- "compositor/surface_utils.cc",
- "compositor/surface_utils.h",
- ]
- }
-
if (enable_web_speech) {
deps += [ "//third_party/flac" ]
}
« no previous file with comments | « build/gypi_to_gn.py ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698