Commit 79adad4e authored by sdefresne's avatar sdefresne Committed by Commit bot

Format all BUILD.gn with "gn format --in-place".

Patch generated by the following command line:
$ git ls-files "*.gn" "*.gni" | grep -v format_test_data | sed "s/^/gn format --in-place /"|sh

BUG=554928
R=dpranke@chromium.org,scottmg@chromium.org,brettw@chromium.org

Review URL: https://codereview.chromium.org/1497543003

Cr-Commit-Position: refs/heads/master@{#363370}
parent 023b1dcc
...@@ -144,6 +144,7 @@ if (enable_nacl) { ...@@ -144,6 +144,7 @@ if (enable_nacl) {
deps = [ deps = [
":nacl_common", ":nacl_common",
":nacl_switches", ":nacl_switches",
"renderer/plugin:nacl_trusted_plugin",
"//base", "//base",
"//content/public/common", "//content/public/common",
"//content/public/renderer", "//content/public/renderer",
...@@ -153,7 +154,6 @@ if (enable_nacl) { ...@@ -153,7 +154,6 @@ if (enable_nacl) {
"//ppapi/proxy:ipc", "//ppapi/proxy:ipc",
"//ppapi/shared_impl", "//ppapi/shared_impl",
"//third_party/WebKit/public:blink", "//third_party/WebKit/public:blink",
"renderer/plugin:nacl_trusted_plugin",
] ]
} }
......
...@@ -62,6 +62,7 @@ source_set("variations") { ...@@ -62,6 +62,7 @@ source_set("variations") {
} }
deps = [ deps = [
"proto",
"//base", "//base",
"//base:prefs", "//base:prefs",
"//components/compression", "//components/compression",
...@@ -69,7 +70,6 @@ source_set("variations") { ...@@ -69,7 +70,6 @@ source_set("variations") {
"//crypto", "//crypto",
"//third_party/mt19937ar", "//third_party/mt19937ar",
"//third_party/protobuf:protobuf_lite", "//third_party/protobuf:protobuf_lite",
"proto",
] ]
if (is_android) { if (is_android) {
...@@ -111,11 +111,11 @@ source_set("unit_tests") { ...@@ -111,11 +111,11 @@ source_set("unit_tests") {
deps = [ deps = [
":variations", ":variations",
"net",
"proto",
"//base:prefs_test_support", "//base:prefs_test_support",
"//base/test:test_support", "//base/test:test_support",
"//components/compression", "//components/compression",
"//testing/gtest", "//testing/gtest",
"net",
"proto",
] ]
} }
...@@ -35,6 +35,7 @@ source_set("lib") { ...@@ -35,6 +35,7 @@ source_set("lib") {
] ]
deps = [ deps = [
"public/interfaces",
"//base", "//base",
"//components/web_view/public/cpp", "//components/web_view/public/cpp",
"//components/web_view/public/interfaces", "//components/web_view/public/interfaces",
...@@ -51,7 +52,6 @@ source_set("lib") { ...@@ -51,7 +52,6 @@ source_set("lib") {
"//ui/views", "//ui/views",
"//ui/views/mus:for_mojo_application", "//ui/views/mus:for_mojo_application",
"//url", "//url",
"public/interfaces",
] ]
} }
......
...@@ -879,10 +879,10 @@ if (is_android) { ...@@ -879,10 +879,10 @@ if (is_android) {
android_library("sync_java_test_support") { android_library("sync_java_test_support") {
testonly = true testonly = true
deps = [ deps = [
"android:sync_java",
"//base:base_java", "//base:base_java",
"//base:base_java_test_support", "//base:base_java_test_support",
"//third_party/jsr-305:jsr_305_javalib", "//third_party/jsr-305:jsr_305_javalib",
"android:sync_java",
] ]
DEPRECATED_java_in_dir = "test/android/javatests/src" DEPRECATED_java_in_dir = "test/android/javatests/src"
} }
......
...@@ -49,6 +49,8 @@ source_set("generated") { ...@@ -49,6 +49,8 @@ source_set("generated") {
deps = [ deps = [
":make_core_generated", ":make_core_generated",
":prerequisites", ":prerequisites",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//gin", "//gin",
"//skia", "//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
...@@ -60,8 +62,6 @@ source_set("generated") { ...@@ -60,8 +62,6 @@ source_set("generated") {
"//third_party/npapi", "//third_party/npapi",
"//third_party/qcms", "//third_party/qcms",
"//third_party/sqlite", "//third_party/sqlite",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
# FIXME: don't depend on bindings/modules http://crbug.com/358074 # FIXME: don't depend on bindings/modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
...@@ -97,9 +97,9 @@ source_set("prerequisites") { ...@@ -97,9 +97,9 @@ source_set("prerequisites") {
] ]
deps = [ deps = [
":make_core_generated", ":make_core_generated",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
"inspector:instrumentation_sources", "inspector:instrumentation_sources",
"inspector:protocol_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 # FIXME: don't depend on bindings_modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated", "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
...@@ -423,6 +423,8 @@ source_set("core_generated") { ...@@ -423,6 +423,8 @@ source_set("core_generated") {
public_deps = [ public_deps = [
":make_core_generated", ":make_core_generated",
":prerequisites", ":prerequisites",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//gin", "//gin",
"//skia", "//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
...@@ -434,8 +436,6 @@ source_set("core_generated") { ...@@ -434,8 +436,6 @@ source_set("core_generated") {
"//third_party/npapi", "//third_party/npapi",
"//third_party/qcms", "//third_party/qcms",
"//third_party/sqlite", "//third_party/sqlite",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
# FIXME: don't depend on bindings/modules http://crbug.com/358074 # FIXME: don't depend on bindings/modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
......
...@@ -74,6 +74,7 @@ component("boringssl") { ...@@ -74,6 +74,7 @@ component("boringssl") {
if (is_android) { if (is_android) {
rebased_android_toolchain_root = rebased_android_toolchain_root =
rebase_path(android_toolchain_root, root_build_dir) rebase_path(android_toolchain_root, root_build_dir)
# Else /usr/bin/as gets picked up. # Else /usr/bin/as gets picked up.
asmflags += [ "-B${rebased_android_toolchain_root}/bin" ] asmflags += [ "-B${rebased_android_toolchain_root}/bin" ]
} }
......
...@@ -115,11 +115,11 @@ test("cacheinvalidation_unittests") { ...@@ -115,11 +115,11 @@ test("cacheinvalidation_unittests") {
deps = [ deps = [
":cacheinvalidation", ":cacheinvalidation",
"src/google/cacheinvalidation:cacheinvalidation_proto_cpp",
"//base", "//base",
"//base/test:run_all_unittests", "//base/test:run_all_unittests",
"//testing/gmock", "//testing/gmock",
"//testing/gtest", "//testing/gtest",
"src/google/cacheinvalidation:cacheinvalidation_proto_cpp",
] ]
} }
......
...@@ -55,6 +55,7 @@ config("libvpx_config") { ...@@ -55,6 +55,7 @@ config("libvpx_config") {
if (is_android) { if (is_android) {
rebased_android_toolchain_root = rebased_android_toolchain_root =
rebase_path(android_toolchain_root, root_build_dir) rebase_path(android_toolchain_root, root_build_dir)
# Else /usr/bin/as gets picked up. # Else /usr/bin/as gets picked up.
asmflags += [ "-B${rebased_android_toolchain_root}/bin" ] asmflags += [ "-B${rebased_android_toolchain_root}/bin" ]
} }
......
...@@ -8,8 +8,8 @@ executable("hello") { ...@@ -8,8 +8,8 @@ executable("hello") {
] ]
deps = [ deps = [
":hello_static",
":hello_shared", ":hello_shared",
":hello_static",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment