| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 96ee813d7c63b14949f17d9989002e62c8b7e80e..03e5e8eb38d54ba4ba2ca38c752fa7c865c1e2cd 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -64,14 +64,13 @@
|
| 'dependencies': [
|
| '../config.gyp:config',
|
| '../wtf/wtf.gyp:wtf',
|
| - '../weborigin/weborigin.gyp:weborigin',
|
| '<(DEPTH)/skia/skia.gyp:skia',
|
| # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
|
| # The code touching ANGLE should really be moved into the ANGLE directory.
|
| '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
|
| - '<(DEPTH)/url/url.gyp:url_lib',
|
| '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
|
| '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
|
| + '<(DEPTH)/url/url.gyp:url_lib',
|
| 'platform_derived_sources.gyp:make_platform_derived_sources',
|
| 'blink_common',
|
| ],
|
| @@ -79,6 +78,7 @@
|
| # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
|
| # The code touching ANGLE should really be moved into the ANGLE directory.
|
| '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
|
| + '<(DEPTH)/url/url.gyp:url_lib',
|
| ],
|
| 'defines': [
|
| 'BLINK_PLATFORM_IMPLEMENTATION=1',
|
|
|