Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 9268fef2d85246c3ed74610706f2ed206aa238e4..a05b4ccbb1e77c5c85b4cacaf92d01a6c29c8984 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -65,9 +65,11 @@ group("both_gn_and_gyp") { |
| testonly = true |
| deps = [ |
| "//base:base_unittests", |
| - "//sync:sync_unit_tests", |
|
Dirk Pranke
2015/08/05 22:28:48
sync (and net) don't currently compile for me, so
|
| ] |
| + |
| if (!is_ios) { |
| + # TODO(GYP): Figure out which of these should actually build on iOS, |
| + # and whether there should be other targets that are iOS-only and missing. |
| deps += [ |
| "//cc:cc_unittests", |
| "//chrome", |
| @@ -134,6 +136,7 @@ group("both_gn_and_gyp") { |
| "//printing:printing_unittests", |
| "//skia:skia_unittests", |
| "//sql:sql_unittests", |
| + "//sync:sync_unit_tests", |
| "//third_party/WebKit/Source/platform:heap_unittests", |
| "//third_party/WebKit/Source/platform:platform_unittests", |
| "//third_party/WebKit/Source/web:webkit_unit_tests", |
| @@ -599,10 +602,10 @@ group("both_gn_and_gyp") { |
| group("gn_only") { |
| testonly = true |
| + deps = [] |
| + |
| if (!is_ios) { |
| - deps = [ |
| - "//mandoline:all", |
| - ] |
| + deps += [ "//mandoline:all" ] |
| } |
| if (!is_android && !is_ios) { |