summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorscottmg <scottmg@chromium.org>2014-12-03 15:27:24 -0800
committerCommit bot <commit-bot@chromium.org>2014-12-03 23:27:41 +0000
commit34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb (patch)
treedc6a3e4de8e3093074390b933e9d4cb0e79070f5 /BUILD.gn
parente00b5de3d64b4ea58797b13f42039956a5b3ddec (diff)
downloadchromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.zip
chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.gz
chromium_src-34fb7e5919ed42dc800acf3961fe6a2bf9e7d6eb.tar.bz2
gn format // (the rest, except mojo)
Excluded mojo because I think that needs to happen on the other side. At gn --version = 306668 for which roll is in CQ. R=brettw@chromium.org TBR=scherkus@chromium.org BUG=348474 Review URL: https://codereview.chromium.org/774353003 Cr-Commit-Position: refs/heads/master@{#306708}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn17
1 files changed, 6 insertions, 11 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4a7b704..5c1e91e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -137,7 +137,8 @@ group("root") {
"//ui/web_dialogs",
"//url",
"//v8:v8",
- ] + root_extra_deps
+ ]
+ deps += root_extra_deps
if (!is_win) {
deps += [ "//breakpad:symupload" ]
@@ -160,16 +161,12 @@ group("root") {
}
if (is_win) {
- deps += [
- "//ui/metro_viewer",
- ]
+ deps += [ "//ui/metro_viewer" ]
}
if (is_win || is_mac || is_chromeos) {
# RLZ works on these platforms.
- deps += [
- "//rlz:rlz_lib",
- ]
+ deps += [ "//rlz:rlz_lib" ]
}
if (cpu_arch == "x86" || cpu_arch == "x64") {
@@ -195,9 +192,7 @@ group("root") {
]
if (has_chrome_android_internal) {
- deps += [
- "//clank",
- ]
+ deps += [ "//clank" ]
}
# TODO(GYP): Move the targets in the rest of this block that still
@@ -267,7 +262,7 @@ group("root") {
]
}
- #
+ #
# TODO(GYP): Make everything below this work in the GN build.
#