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

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

Issue 1464873002: Run gn --format over all .gn files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/bindings/core/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/core/BUILD.gn b/third_party/WebKit/Source/bindings/core/BUILD.gn
index 2b0dd105cca748dd4b6f540c181a8f3ff38cab1f..14a8a73a685ce920703c1d76cb77627fe06cbf9c 100644
--- a/third_party/WebKit/Source/bindings/core/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/BUILD.gn
@@ -17,8 +17,8 @@ compute_interfaces_info_individual("interfaces_info_individual_core") {
component_info_file = "$bindings_core_output_dir/ComponentInfoCore.pickle"
deps = [
"//third_party/WebKit/Source/bindings/core:core_global_constructors_idls",
- "//third_party/WebKit/Source/core:generated_testing_idls_settings",
"//third_party/WebKit/Source/core:generated_testing_idls_internal_runtime_flags",
+ "//third_party/WebKit/Source/core:generated_testing_idls_settings",
]
}

Powered by Google App Engine
This is Rietveld 408576698