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

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

Issue 1415753003: gn format everything. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert freetype-android change Created 5 years, 2 months 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 | « third_party/WebKit/Source/bindings/BUILD.gn ('k') | third_party/WebKit/Source/bindings/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8112cb509be457955c3be4ab51f94cb14db5e25b..2b0dd105cca748dd4b6f540c181a8f3ff38cab1f 100644
--- a/third_party/WebKit/Source/bindings/core/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/core/BUILD.gn
@@ -13,9 +13,8 @@ compute_interfaces_info_individual("interfaces_info_individual_core") {
sources_static = core_static_idl_files
sources_generated = core_generated_idl_files
interfaces_info_file =
- "$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle"
- component_info_file =
- "$bindings_core_output_dir/ComponentInfoCore.pickle"
+ "$bindings_core_output_dir/InterfacesInfoCoreIndividual.pickle"
+ 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",
@@ -38,5 +37,7 @@ generate_global_constructors("core_global_constructors_idls") {
interfaces = core_global_constructors_original_interfaces
component = "Core"
output_dir = blink_core_output_dir
- deps = [ ":core_global_objects" ]
+ deps = [
+ ":core_global_objects",
+ ]
}
« no previous file with comments | « third_party/WebKit/Source/bindings/BUILD.gn ('k') | third_party/WebKit/Source/bindings/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698