Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 93699f0c9b4acfe03fda0a63e682a514fc90748e..9b6b4dfb6dec4b64ffcd297fb7cc7e26ef4d6b23 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -122,8 +122,12 @@ if (is_win) { |
| } else { |
| deps += [ "//courgette(//build/toolchain/win:x64)" ] |
| } |
| - if (is_chrome_branded) { |
| + } |
| + if (is_chrome_branded) { |
| + if (target_cpu == "x86") { |
| deps += [ "//remoting/host:remoting_host_installation" ] |
| + } else { |
| + deps += [ "//remoting/host:remoting_me2me_host_archive" ] |
|
Dirk Pranke
2016/10/12 18:54:50
Should :remoting_host_installation just depend on
|
| } |
| } |
| } |
| @@ -302,12 +306,12 @@ group("both_gn_and_gyp") { |
| "//mojo/edk/test:mojo_public_system_unittests", |
| "//net:net_perftests", |
| "//services/shell/public/cpp", |
| - "//third_party/angle/src/tests:angle_end2end_tests", |
| - "//third_party/angle/src/tests:angle_unittests", |
| "//third_party/WebKit/Source/platform:blink_platform_unittests", |
| "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", |
| "//third_party/WebKit/Source/web:webkit_unit_tests", |
| "//third_party/WebKit/Source/wtf:wtf_unittests", |
| + "//third_party/angle/src/tests:angle_end2end_tests", |
| + "//third_party/angle/src/tests:angle_unittests", |
| "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", |
| "//third_party/smhasher:pmurhash", |
| "//tools/imagediff($host_toolchain)", |