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

Unified Diff: chrome/chrome_installer_util.gypi

Issue 10121004: Build Content as a shared library even when using incremental linking. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: 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
Index: chrome/chrome_installer_util.gypi
===================================================================
--- chrome/chrome_installer_util.gypi (revision 132893)
+++ chrome/chrome_installer_util.gypi (working copy)
@@ -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'],
}, {

Powered by Google App Engine
This is Rietveld 408576698