| Index: Source/platform/blink_platform.gyp
|
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
|
| index 199fe6df96b9dd165a921599c2880c35ee7f6a85..cc11617a8fe5a25af924240d56cb717ff459f2b4 100644
|
| --- a/Source/platform/blink_platform.gyp
|
| +++ b/Source/platform/blink_platform.gyp
|
| @@ -64,15 +64,26 @@
|
| '../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',
|
| 'blink_common',
|
| ],
|
| + 'export_dependent_settings': [
|
| + # 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',
|
| + ],
|
| 'defines': [
|
| 'BLINK_PLATFORM_IMPLEMENTATION=1',
|
| 'INSIDE_BLINK',
|
| ],
|
| + 'include_dirs': [
|
| + '<(DEPTH)/third_party/angle_dx11/include',
|
| + ],
|
| 'sources': [
|
| '<@(platform_files)',
|
| ],
|
|
|