| Index: Source/build/features.gypi
|
| diff --git a/Source/build/features.gypi b/Source/build/features.gypi
|
| index 9799453aaf1b32be143fb5bab53e70bf0daeba2b..6c7847640844f8ca78ffb11fabe72be8252c9ee6 100644
|
| --- a/Source/build/features.gypi
|
| +++ b/Source/build/features.gypi
|
| @@ -51,7 +51,7 @@
|
| 'enable_oilpan%': 0,
|
| 'blink_gc_profiling%': 0,
|
| 'blink_logging_always_on%': 0,
|
| - 'link_core_modules_separately%': 1,
|
| + 'link_core_modules_separately%': 0,
|
| },
|
| 'conditions': [
|
| ['use_concatenated_impulse_responses==1', {
|
| @@ -100,7 +100,7 @@
|
| 'LOG_DISABLED=0',
|
| ],
|
| }],
|
| - ['component=="shared_library" and link_core_modules_separately==1', {
|
| + ['link_core_modules_separately==1', {
|
| 'feature_defines': [
|
| 'LINK_CORE_MODULES_SEPARATELY',
|
| ],
|
|
|