Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 21269b0119abb93d1122897a016ada0408c07838..1e4c6a2a453608dae98d5a4d5400d59f8a8c2eab 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -960,6 +960,9 @@ |
['component=="shared_library"', { |
'defines': ['COMPONENT_BUILD'], |
}], |
+ ['component=="shared_library" and incremental_chrome_dll==1', { |
+ 'defines': ['COMPILE_CONTENT_STATICALLY'], |
+ }], |
['toolkit_views==1', { |
'defines': ['TOOLKIT_VIEWS=1'], |
}], |