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

Unified Diff: build/common.gypi

Issue 15067010: split_link tool, config, and scripts for windows build (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 | build/split_link_partition.json » ('j') | build/split_link_partition.json » ('J')
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 ed9d6d367a0412586072dbb1a222d6bc63290e8a..eae4422dea189ce773bb91280e3ec7faa8e36252 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -903,8 +903,8 @@
# 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.
+ # Experimental setting to break chrome.dll in to multiple parts (currently
+ # two, split primarily along browser/render lines).
'chrome_split_dll%': '0',
# The default settings for third party code for treating
@@ -1838,7 +1838,9 @@
],
}],
['chrome_split_dll', {
- 'defines': ['CHROME_SPLIT_DLL'],
cpu_(ooo_6.6-7.5) 2013/05/14 00:51:55 can we put the define back? I need to execute diff
scottmg 2013/05/14 03:35:07 Done. I was slightly worried that it would be used
+ 'variables': {
+ 'chrome_split_dll': '<!(python <(DEPTH)/tools/win/split_link/check_installed.py)',
+ }
}],
['OS=="linux" and clang==1 and host_arch=="ia32"', {
# TODO(dmikurube): Remove -Wno-sentinel when Clang/LLVM is fixed.
« no previous file with comments | « no previous file | build/split_link_partition.json » ('j') | build/split_link_partition.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698