Chromium Code Reviews| Index: chrome/test/BUILD.gn |
| diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
| index 923d78af0bed6cd1cceff11c6d4a0ab839e17cdc..13e08187e5bcbee2daa5f4747e4e5d59836c7e47 100644 |
| --- a/chrome/test/BUILD.gn |
| +++ b/chrome/test/BUILD.gn |
| @@ -1945,6 +1945,13 @@ test("unit_tests") { |
| "//third_party/ocmock", |
| ] |
| + if (!mac_views_browser) { |
|
tapted
2015/12/17 01:49:19
Same dealie here. I.e.
if (mac_views_browser
jackhou1
2015/12/17 04:03:50
Done.
|
| + sources += rebase_path( |
| + chrome_tests_unit_gypi_values.chrome_unit_tests_cocoa_sources, |
| + ".", |
| + "//chrome") |
| + } |
| + |
| # TODO(mark): We really want this for all non-static library targets, |
| # but when we tried to pull it up to the common.gypi level, it broke |
| # other things like the ui and startup tests. *shrug* |