| Index: chrome/chrome_exe.gypi
|
| diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
|
| index e19d4eae883889def38a05f3ed51d66cfb44fb20..b5b199793811803ebe5cdcfbd65bb02b613f326c 100644
|
| --- a/chrome/chrome_exe.gypi
|
| +++ b/chrome/chrome_exe.gypi
|
| @@ -495,6 +495,9 @@
|
| 'app/client_util.cc',
|
| ],
|
| }],
|
| + ['OS=="win" and component=="shared_library"', {
|
| + 'defines': ['COMPILE_CONTENT_STATICALLY'],
|
| + }]
|
| ],
|
| },
|
| ],
|
| @@ -534,6 +537,7 @@
|
| ],
|
| 'defines': [
|
| '<@(nacl_win64_defines)',
|
| + 'COMPILE_CONTENT_STATICALLY',
|
| ],
|
| 'include_dirs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/chrome',
|
|
|