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

Unified Diff: chrome/chrome_browser.gypi

Issue 123323002: Shard browser.lib (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NaCl fix? Created 6 years, 12 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 e0439b824ef611a0bbf7dab13a83c443d7d59936..62e08ec9173a25c221f38f6a81aba192f351d493 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -6,6 +6,23 @@
'targets': [
{
'target_name': 'browser',
+ 'type': 'none',
+ 'dependencies': [ 'browser_real', ],
+ 'conditions': [
+ ['OS != "ios"', {
+ 'defines': [
+ '<@(nacl_defines)',
scottmg 2014/01/06 21:58:27 i don't think this is doing anything here? wouldn'
+ ],
+ 'direct_dependent_settings': {
+ 'defines': [
+ '<@(nacl_defines)',
+ ],
+ },
+ }],
+ ],
+ },
+ {
+ 'target_name': 'browser_real',
'type': 'static_library',
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
@@ -3323,6 +3340,7 @@
],
}],
['OS=="win"', {
+ 'msvs_shard': 4,
'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