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

Unified Diff: content/content.gyp

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: content/content.gyp
===================================================================
--- content/content.gyp (revision 132893)
+++ content/content.gyp (working copy)
@@ -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',
],

Powered by Google App Engine
This is Rietveld 408576698