summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/BUILD.gn2
-rw-r--r--chrome/android/BUILD.gn2
-rw-r--r--chrome/chrome_android.gypi2
-rw-r--r--chrome/chrome_shell.gypi2
-rw-r--r--chromecast/chromecast.gyp3
5 files changed, 5 insertions, 6 deletions
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index ddd8572..343cedb 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -693,7 +693,7 @@ if (is_android) {
"//chrome/renderer",
"//chrome/utility",
"//components/enhanced_bookmarks",
- "//content/public/app:browser",
+ "//content/public/app:both",
]
}
}
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 4619c5b..59a6c5b 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -164,7 +164,7 @@ group("chrome_shell_base") {
"//chrome:chrome_android_core",
"//base",
"//base/allocator",
- "//content/public/app:browser",
+ "//content/public/app:both",
"//skia",
]
# TODO(GYP):
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 46fb504..734cda9 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -32,7 +32,7 @@
# is upstreamed.
'../components/components.gyp:enhanced_bookmarks',
'../content/content.gyp:content',
- '../content/content.gyp:content_app_browser',
+ '../content/content.gyp:content_app_both',
],
'include_dirs': [
'..',
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
index 514e076..ea368a0 100644
--- a/chrome/chrome_shell.gypi
+++ b/chrome/chrome_shell.gypi
@@ -19,7 +19,7 @@
'../base/base.gyp:base',
'chrome_android_core',
'chrome.gyp:browser_ui',
- '../content/content.gyp:content_app_browser',
+ '../content/content.gyp:content_app_both',
],
'direct_dependent_settings': {
'ldflags': [
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 8a16e9a..6543a00 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -174,7 +174,7 @@
'../components/components.gyp:metrics_net',
'../components/components.gyp:metrics_profiler',
'../content/content.gyp:content',
- '../content/content.gyp:content_app_browser',
+ '../content/content.gyp:content_app_both',
'../skia/skia.gyp:skia',
'../third_party/WebKit/public/blink.gyp:blink',
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
@@ -358,7 +358,6 @@
'../breakpad/breakpad.gyp:breakpad_client',
'../components/components.gyp:breakpad_host',
'../components/components.gyp:crash_component',
- '../content/content.gyp:content_app_browser',
'../content/content.gyp:content',
'../skia/skia.gyp:skia',
'../ui/gfx/gfx.gyp:gfx',