Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(828)

Unified Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Rebase Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698