diff options
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index b5b1997..e19d4ea 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -495,9 +495,6 @@ 'app/client_util.cc', ], }], - ['OS=="win" and component=="shared_library"', { - 'defines': ['COMPILE_CONTENT_STATICALLY'], - }] ], }, ], @@ -537,7 +534,6 @@ ], 'defines': [ '<@(nacl_win64_defines)', - 'COMPILE_CONTENT_STATICALLY', ], 'include_dirs': [ '<(SHARED_INTERMEDIATE_DIR)/chrome', |