Index: Source/web/web.gyp |
diff --git a/Source/web/web.gyp b/Source/web/web.gyp |
index 1edce02695dab6b7204a16c4bd404926e6817bcf..33b58ddda8a8e86577d35bb39a6da476865e5442 100644 |
--- a/Source/web/web.gyp |
+++ b/Source/web/web.gyp |
@@ -44,6 +44,7 @@ |
'type': '<(component)', |
'variables': { 'enable_wexit_time_destructors': 1, }, |
'dependencies': [ |
+ '../platform/blink_platform.gyp:blink_common', |
'../core/core.gyp:webcore', |
'../modules/modules.gyp:modules', |
'<(DEPTH)/skia/skia.gyp:skia', |
@@ -51,7 +52,6 @@ |
'<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
'<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
'<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
- 'blink_common', |
], |
'export_dependent_settings': [ |
'<(DEPTH)/skia/skia.gyp:skia', |
@@ -263,33 +263,6 @@ |
}], |
], |
}, |
- { |
- 'target_name': 'blink_common', |
- 'type': '<(component)', |
- 'variables': { 'enable_wexit_time_destructors': 1 }, |
- 'dependencies': [ |
- '../wtf/wtf.gyp:wtf', |
- '<(DEPTH)/skia/skia.gyp:skia', |
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
- ], |
- 'export_dependent_settings': [ |
- '<(DEPTH)/skia/skia.gyp:skia', |
- '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
- ], |
- 'defines': [ |
- 'INSIDE_BLINK', |
- 'BLINK_COMMON_IMPLEMENTATION=1', |
- ], |
- 'include_dirs': [ |
- '..', |
- '../..', |
- ], |
- 'sources': [ |
- '../core/platform/chromium/support/WebCString.cpp', |
- '../core/platform/chromium/support/WebString.cpp', |
- 'WebCommon.cpp', |
- ], |
- }, |
], # targets |
'conditions': [ |
['gcc_version>=46', { |