diff options
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 17 |
1 files changed, 6 insertions, 11 deletions
@@ -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. # |