Format root-level BUILD.gn
Apply gn format to //BUILD.gn file.
This version of gn now automatically sorts all lists with variable
names ending in the suffix "sources" or "deps".
Bug: 1033668
Change-Id: I5214dc36ad486a920840f66c9ad978da4d020405
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970736
Commit-Queue: Natalie Chouinard <[email protected]>
Commit-Queue: Andrew Grieve <[email protected]>
Reviewed-by: Andrew Grieve <[email protected]>
Auto-Submit: Natalie Chouinard <[email protected]>
Cr-Commit-Position: refs/heads/master@{#725383}
diff --git a/BUILD.gn b/BUILD.gn
index 85c215a..6e6e8a8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1051,19 +1051,19 @@
":layout_test_data_mojo_bindings",
":layout_test_data_mojo_bindings_lite",
"//content/shell:content_shell",
- "//content/test:mojo_web_test_bindings_js_data_deps",
"//content/shell:mojo_bindings_js_data_deps",
+ "//content/test:mojo_web_test_bindings_js_data_deps",
"//device/bluetooth/public/mojom:fake_bluetooth_interfaces_js_data_deps",
"//device/vr/public/mojom:mojom_js_data_deps",
"//media/capture/mojom:image_capture_js_data_deps",
"//media/midi:mojo_js_data_deps",
"//mojo/public/interfaces/bindings/tests:test_data_deps",
- "//mojo/public/mojom/base:base_js_data_deps",
"//mojo/public/js/ts/bindings/tests:test_interfaces_js_data_deps",
- "//services/shape_detection/public/mojom:mojom_js_data_deps",
- "//services/device/public/mojom:mojom_js_data_deps",
+ "//mojo/public/mojom/base:base_js_data_deps",
"//services/device/public/mojom:generic_sensor_js_data_deps",
+ "//services/device/public/mojom:mojom_js_data_deps",
"//services/device/public/mojom:usb_js_data_deps",
+ "//services/shape_detection/public/mojom:mojom_js_data_deps",
"//skia/public/mojom:mojom_js_data_deps",
"//testing/buildbot/filters:blink_web_tests_filter",
"//third_party/blink/public:blink_devtools_frontend_resources_files",
@@ -1102,8 +1102,8 @@
if (is_fuchsia) {
data_deps += [
- "//content/shell:content_shell_fuchsia",
"//build/fuchsia/layout_test_proxy:layout_test_proxy_runner",
+ "//content/shell:content_shell_fuchsia",
]
}
@@ -1244,8 +1244,8 @@
}
if (is_win || is_android) {
data_deps += [
- "//components:components_perftests",
"//chrome/test:angle_perftests",
+ "//components:components_perftests",
]
}
}
@@ -1324,11 +1324,11 @@
data_deps = [
"chrome/browser/resources:closure_compile",
"chrome/test:closure_compile",
+ "components/flags_ui/resources:closure_compile",
"components/neterror/resources:closure_compile",
"components/security_interstitials/core/common/resources:closure_compile",
"components/sync/driver/resources:closure_compile",
"components/ukm/debug:closure_compile",
- "components/flags_ui/resources:closure_compile",
"content/browser/resources:closure_compile",
"mojo/public/tools/bindings/generators/js_templates/lite/test:closure_compile",
"ui/webui/resources:closure_compile",