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

Unified Diff: BUILD.gn

Issue 774353003: gn format // (the rest) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase net Created 6 years 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 | « .gn ('k') | ash/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 4a7b7047978c002894db64b011c5d374c5e29e64..5c1e91e2e5b2520798439e01a72dea0206f206af 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.
#
« no previous file with comments | « .gn ('k') | ash/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698