summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/common.gypi3
-rw-r--r--chrome/chrome_android.gypi1
-rw-r--r--content/content.gyp1
3 files changed, 1 insertions, 4 deletions
diff --git a/build/common.gypi b/build/common.gypi
index bf89dba..50144f4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1432,9 +1432,6 @@
}],
['component=="shared_library"', {
'win_use_allocator_shim%': 0,
- },{
- # Turn on multiple dll by default on Windows when in static_library.
- 'chrome_multiple_dll%': 1,
}],
['component=="shared_library" and "<(GENERATOR)"=="ninja"', {
# Only enabled by default for ninja because it's buggy in VS.
diff --git a/chrome/chrome_android.gypi b/chrome/chrome_android.gypi
index 4c3abad..8237fac 100644
--- a/chrome/chrome_android.gypi
+++ b/chrome/chrome_android.gypi
@@ -19,7 +19,6 @@
'chrome_android_auxiliary',
'chromium_testshell_jni_headers',
'chrome.gyp:browser_ui',
- '../content/content.gyp:content_app_browser',
],
'sources': [
# This file must always be included in the shared_library step to ensure
diff --git a/content/content.gyp b/content/content.gyp
index c68fd3a..0305664 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -46,6 +46,7 @@
'target_name': 'content',
'type': 'none',
'dependencies': [
+ 'content_app_browser',
'content_browser',
'content_child',
'content_common',