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

Unified Diff: chrome/chrome_browser.gypi

Issue 123323002: Shard browser.lib (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more cleanup Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6a5807b15ef21c8b469eacee2e18e4ea98064ff3..b5899b7a0b5f1cc5fb1a0e6925c5a2fd0dc627c1 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -6,6 +6,14 @@
'targets': [
{
'target_name': 'browser',
+ 'type': 'none',
+ 'dependencies': [ 'browser_real', ],
+ 'export_dependent_settings': [
+ 'browser_real',
+ ],
+ },
+ {
+ 'target_name': 'browser_real',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
@@ -3381,6 +3389,11 @@
['exclude', '^browser/rlz/'],
],
}],
+ # Temporary fix to break the browser target into smaller chunks so it
+ # will link with goma builds.
+ ['OS=="win" and chromium_win_pch==0', {
+ 'msvs_shard': 4,
+ }],
['OS=="win"', {
'include_dirs': [
'<(DEPTH)/third_party/wtl/include',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698