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

Unified Diff: third_party/WebKit/Source/bindings/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: Synchronize with new version of gn patch 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