Index: chrome/chrome_installer_util.gypi |
diff --git a/chrome/chrome_installer_util.gypi b/chrome/chrome_installer_util.gypi |
index 1777308a0cd964fdc407a58b10f383f72f5d30b2..3339ae2efeb6da62deaea49c584163f5166373d5 100644 |
--- a/chrome/chrome_installer_util.gypi |
+++ b/chrome/chrome_installer_util.gypi |
@@ -163,7 +163,10 @@ |
], |
'conditions': [ |
['component=="shared_library"', { |
- 'sources': [ '../content/public/common/content_switches.cc' ], |
+ 'sources': [ |
+ '../content/public/common/content_switches.cc', |
+ '../content/public/common/content_switches_util.cc' |
+ ], |
'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
}, { |
'dependencies': ['<(DEPTH)/content/content.gyp:content_common'], |
@@ -225,7 +228,10 @@ |
], |
'conditions': [ |
['component == "shared_library"', { |
- 'sources': [ '../content/public/common/content_switches.cc' ], |
+ 'sources': [ |
+ '../content/public/common/content_switches.cc', |
+ '../content/public/common/content_switches_util.cc' |
+ ], |
'defines': [ 'COMPILE_CONTENT_STATICALLY'], |
}], |
], |