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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 10166021: fix incremental_chrome_dll shared build on windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reformat from a linux machine?? Created 8 years, 8 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 | « build/common.gypi ('k') | content/content.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_installer_util.gypi
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi
index c82f9817ed113cd29ac1a00f192315dd7ad77ada..c6ea69ce0e7c7900c483c9dd9fcd1001e706e5b0 100644
--- a/chrome/chrome_installer_util.gypi
+++ b/chrome/chrome_installer_util.gypi
@@ -145,7 +145,7 @@
'installer/util/shell_util.h',
],
'conditions': [
- ['component=="shared_library" and incremental_chrome_dll!=1', {
+ ['component=="shared_library"', {
'sources': [ '../content/public/common/content_switches.cc' ],
'defines': [ 'COMPILE_CONTENT_STATICALLY'],
}, {
« no previous file with comments | « build/common.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698