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

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

Issue 1497543003: Format all BUILD.gn with "gn format --in-place". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-deps
Patch Set: Rebase Created 5 years 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
« no previous file with comments | « sync/BUILD.gn ('k') | third_party/boringssl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 b80e959b711d08331215a8c1e20d8cae97e7d302..315a91b7900934963b2cc8ef625a56382bffe5d9 100644
--- a/third_party/WebKit/Source/core/BUILD.gn
+++ b/third_party/WebKit/Source/core/BUILD.gn
@@ -49,6 +49,8 @@ source_set("generated") {
deps = [
":make_core_generated",
":prerequisites",
+ "inspector:instrumentation_sources",
+ "inspector:protocol_sources",
"//gin",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@@ -60,8 +62,6 @@ source_set("generated") {
"//third_party/npapi",
"//third_party/qcms",
"//third_party/sqlite",
- "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",
- "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
+ "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
# FIXME: don't depend on bindings_modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
@@ -423,6 +423,8 @@ source_set("core_generated") {
public_deps = [
":make_core_generated",
":prerequisites",
+ "inspector:instrumentation_sources",
+ "inspector:protocol_sources",
"//gin",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@@ -434,8 +436,6 @@ source_set("core_generated") {
"//third_party/npapi",
"//third_party/qcms",
"//third_party/sqlite",
- "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",
« no previous file with comments | « sync/BUILD.gn ('k') | third_party/boringssl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698