Chromium Code Reviews| Index: Source/web/web_tests.gyp |
| diff --git a/Source/web/web_tests.gyp b/Source/web/web_tests.gyp |
| index 4a8fead8d2d37536e62ad74cd049598b488e55a8..87334d2150559f83454d92db559b8eb744cad3b7 100644 |
| --- a/Source/web/web_tests.gyp |
| +++ b/Source/web/web_tests.gyp |
| @@ -69,11 +69,7 @@ |
| 'src', |
| ], |
| 'conditions': [ |
| - ['component=="shared_library"', { |
| - 'defines': [ |
| - 'BLINK_DLL_UNITTEST', |
| - ], |
| - }, { |
| + ['component!="shared_library"', { |
| 'dependencies': [ |
| '../core/core.gyp:webcore', |
| ], |