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

Unified Diff: content/content.gyp

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 | « chrome/chrome_installer_util.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 8d1f4d6cf0e884f43404369f6e34b0a5f47f5c3a..fe70008224705c1a56ba60901a0a9bdc7d5030bc 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -22,7 +22,7 @@
# upstream unnecessarily (e.g., content_renderer depends on allocator
# and chrome_exe depends on content_common but we don't want
# chrome_exe to have to depend on allocator).
- ['component=="static_library" or incremental_chrome_dll==1', {
+ ['component=="static_library"', {
'target_defines': [
'COMPILE_CONTENT_STATICALLY',
],
« no previous file with comments | « chrome/chrome_installer_util.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698