diff options
author | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 00:43:11 +0000 |
---|---|---|
committer | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-08 00:43:11 +0000 |
commit | 11d7f960684686a2cd7f3422c8133c97672cb818 (patch) | |
tree | 104866ed154563403c740a15d8e65f51d0138bba /build | |
parent | 0a999393b6ff0b45e70ad14e3c3e637da5ec8119 (diff) | |
download | chromium_src-11d7f960684686a2cd7f3422c8133c97672cb818.zip chromium_src-11d7f960684686a2cd7f3422c8133c97672cb818.tar.gz chromium_src-11d7f960684686a2cd7f3422c8133c97672cb818.tar.bz2 |
Revert 198834 "Add chrome_split_dll gyp variable, and duplicate ..."
> Add chrome_split_dll gyp variable, and duplicate chrome_main_dll target
>
> Currently contains chrome_browser_dll target. Removes some paths from browser->webcore
> via content that are there due to single process mode, and removes dependency of content
> on content_renderer.
>
> Current remaining paths from chrome_browser_dll to webcore: http://i.imgur.com/7WWRvpA.jpg
>
> R=cpu@chromium.org
> BUG=237249
>
> Review URL: https://chromiumcodereview.appspot.com/14682014
TBR=scottmg@chromium.org
Review URL: https://codereview.chromium.org/14882004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@198837 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi index a44285c..3a6badf 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -888,10 +888,6 @@ # to get incremental linking to be faster in debug builds. 'incremental_chrome_dll%': '0', - # Experimental setting to break chrome.dll in to chrome_browser.dll and - # chrome_child.dll. - 'chrome_split_dll%': '0', - # The default settings for third party code for treating # warnings-as-errors. Ideally, this would not be required, however there # is some third party code that takes a long time to fix/roll. So, this @@ -1813,9 +1809,6 @@ '<(DEPTH)/base/allocator/allocator.gyp:type_profiler', ], }], - ['chrome_split_dll', { - 'defines': ['CHROME_SPLIT_DLL'], - }], ['OS=="linux" and clang==1 and host_arch=="ia32"', { # TODO(dmikurube): Remove -Wno-sentinel when Clang/LLVM is fixed. # See http://crbug.com/162818. |