| Index: third_party/WebKit/Source/web/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/web/BUILD.gn b/third_party/WebKit/Source/web/BUILD.gn
|
| index f19d2903a8b06b09882e187cd2462ab9c204f6af..779c63390ef5cbd18fd164aa7a64f902d4ab1604 100644
|
| --- a/third_party/WebKit/Source/web/BUILD.gn
|
| +++ b/third_party/WebKit/Source/web/BUILD.gn
|
| @@ -21,13 +21,13 @@
|
| output_name = "blink_web"
|
|
|
| deps = [
|
| - "//skia",
|
| "//third_party/WebKit/Source/core",
|
| "//third_party/WebKit/Source/modules",
|
| "//third_party/WebKit/Source/platform",
|
| - "//third_party/angle:translator",
|
| + "//skia",
|
| "//third_party/icu",
|
| "//v8",
|
| + "//third_party/angle:translator",
|
| ]
|
|
|
| include_dirs = [ "//third_party/skia/include/utils" ]
|
| @@ -105,13 +105,12 @@
|
| ":test_support",
|
| ":web",
|
| "//base",
|
| + "//base/test:test_support",
|
| "//base:i18n",
|
| - "//base/test:test_support",
|
| "//content/test:test_support",
|
| "//testing/gmock",
|
| "//testing/gtest",
|
| "//third_party/WebKit/Source/platform:test_support",
|
| - "//third_party/WebKit/Source/wtf",
|
| "//third_party/WebKit/Source/wtf:test_support",
|
| "//third_party/libwebp",
|
| "//third_party/zlib",
|
|
|