| Index: third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform_tests.gyp b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| index 34c4b7efc802ca5a062b79e97484ffabac490552..8525966e78299a3f03ac43254fb458bb480f018f 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| +++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
|
| @@ -80,7 +80,6 @@
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
|
| '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
|
| '<(DEPTH)/url/url.gyp:url_lib',
|
| - 'blink_platform.gyp:blink_common',
|
| 'blink_platform.gyp:blink_platform',
|
| ],
|
| 'defines': [
|
| @@ -109,6 +108,7 @@
|
| 'dependencies': [
|
| '../config.gyp:config',
|
| '../wtf/wtf.gyp:wtf',
|
| + 'blink_platform.gyp:blink_common',
|
| 'blink_platform.gyp:blink_platform',
|
| '<(DEPTH)/testing/gmock.gyp:gmock',
|
| ],
|
|
|