0

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}
This commit is contained in:
sdefresne
2015-12-06 05:48:52 -08:00
committed by Commit bot
parent 023b1dcc01
commit 79adad4e79
9 changed files with 15 additions and 13 deletions
components
nacl
variations
mandoline/ui/desktop_ui
sync
third_party
WebKit
Source
boringssl
cacheinvalidation
libvpx_new
tools/gn/example

@ -144,6 +144,7 @@ if (enable_nacl) {
deps = [
":nacl_common",
":nacl_switches",
"renderer/plugin:nacl_trusted_plugin",
"//base",
"//content/public/common",
"//content/public/renderer",
@ -153,7 +154,6 @@ if (enable_nacl) {
"//ppapi/proxy:ipc",
"//ppapi/shared_impl",
"//third_party/WebKit/public:blink",
"renderer/plugin:nacl_trusted_plugin",
]
}

@ -62,6 +62,7 @@ source_set("variations") {
}
deps = [
"proto",
"//base",
"//base:prefs",
"//components/compression",
@ -69,7 +70,6 @@ source_set("variations") {
"//crypto",
"//third_party/mt19937ar",
"//third_party/protobuf:protobuf_lite",
"proto",
]
if (is_android) {
@ -111,11 +111,11 @@ source_set("unit_tests") {
deps = [
":variations",
"net",
"proto",
"//base:prefs_test_support",
"//base/test:test_support",
"//components/compression",
"//testing/gtest",
"net",
"proto",
]
}

@ -35,6 +35,7 @@ source_set("lib") {
]
deps = [
"public/interfaces",
"//base",
"//components/web_view/public/cpp",
"//components/web_view/public/interfaces",
@ -51,7 +52,6 @@ source_set("lib") {
"//ui/views",
"//ui/views/mus:for_mojo_application",
"//url",
"public/interfaces",
]
}

@ -879,10 +879,10 @@ if (is_android) {
android_library("sync_java_test_support") {
testonly = true
deps = [
"android:sync_java",
"//base:base_java",
"//base:base_java_test_support",
"//third_party/jsr-305:jsr_305_javalib",
"android:sync_java",
]
DEPRECATED_java_in_dir = "test/android/javatests/src"
}

@ -49,6 +49,8 @@ source_set("generated") {
deps = [
":make_core_generated",
":prerequisites",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//gin",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@ -60,8 +62,6 @@ source_set("generated") {
"//third_party/npapi",
"//third_party/qcms",
"//third_party/sqlite",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
# FIXME: don't depend on bindings/modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
@ -97,9 +97,9 @@ source_set("prerequisites") {
]
deps = [
":make_core_generated",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
"inspector:instrumentation_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
"//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated",
@ -423,6 +423,8 @@ source_set("core_generated") {
public_deps = [
":make_core_generated",
":prerequisites",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
"//gin",
"//skia",
"//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
@ -434,8 +436,6 @@ source_set("core_generated") {
"//third_party/npapi",
"//third_party/qcms",
"//third_party/sqlite",
"inspector:instrumentation_sources",
"inspector:protocol_sources",
# FIXME: don't depend on bindings/modules http://crbug.com/358074
"//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",

@ -74,6 +74,7 @@ component("boringssl") {
if (is_android) {
rebased_android_toolchain_root =
rebase_path(android_toolchain_root, root_build_dir)
# Else /usr/bin/as gets picked up.
asmflags += [ "-B${rebased_android_toolchain_root}/bin" ]
}

@ -115,11 +115,11 @@ test("cacheinvalidation_unittests") {
deps = [
":cacheinvalidation",
"src/google/cacheinvalidation:cacheinvalidation_proto_cpp",
"//base",
"//base/test:run_all_unittests",
"//testing/gmock",
"//testing/gtest",
"src/google/cacheinvalidation:cacheinvalidation_proto_cpp",
]
}

@ -55,6 +55,7 @@ config("libvpx_config") {
if (is_android) {
rebased_android_toolchain_root =
rebase_path(android_toolchain_root, root_build_dir)
# Else /usr/bin/as gets picked up.
asmflags += [ "-B${rebased_android_toolchain_root}/bin" ]
}

@ -8,8 +8,8 @@ executable("hello") {
]
deps = [
":hello_static",
":hello_shared",
":hello_static",
]
}