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

Unified Diff: build/common.gypi

Issue 14682014: Add chrome_split_dll gyp variable, and duplicate chrome_main_dll target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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 | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index cf259c31818fd593dc1bd2f313690a3916e71927..f43f3279ef7bd15f0904dca4618d2194c0b46617 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -900,6 +900,10 @@
# 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
@@ -1821,6 +1825,9 @@
'<(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.
« no previous file with comments | « no previous file | chrome/app/chrome_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698