| Index: third_party/WebKit/Source/core/BUILD.gn
|
| diff --git a/third_party/WebKit/Source/core/BUILD.gn b/third_party/WebKit/Source/core/BUILD.gn
|
| index 4a6d874eb48c60753a366aae8aea18ab5ac83399..1da133644c81f10ea05ab4716b8169a945054f5f 100644
|
| --- a/third_party/WebKit/Source/core/BUILD.gn
|
| +++ b/third_party/WebKit/Source/core/BUILD.gn
|
| @@ -49,10 +49,9 @@ source_set("generated") {
|
| deps = [
|
| ":make_core_generated",
|
| ":prerequisites",
|
| - "inspector:protocol_sources",
|
| - "inspector:instrumentation_sources",
|
| "//gin",
|
| "//skia",
|
| + "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
|
| "//third_party/iccjpeg",
|
| "//third_party/libpng",
|
| "//third_party/libwebp",
|
| @@ -61,7 +60,8 @@ source_set("generated") {
|
| "//third_party/npapi",
|
| "//third_party/qcms",
|
| "//third_party/sqlite",
|
| - "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
|
| + "inspector:instrumentation_sources",
|
| + "inspector:protocol_sources",
|
|
|
| # FIXME: don't depend on bindings/modules http://crbug.com/358074
|
| "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
|
| @@ -97,9 +97,9 @@ source_set("prerequisites") {
|
| ]
|
| deps = [
|
| ":make_core_generated",
|
| - "inspector:protocol_sources",
|
| - "inspector:instrumentation_sources",
|
| "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
|
| + "inspector:instrumentation_sources",
|
| + "inspector:protocol_sources",
|
|
|
| # FIXME: don't depend on bindings_modules http://crbug.com/358074
|
| "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
|
|
|