| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index ec6efd3424a78fe6753d8cfebb3ceb2a11ca0d01..18048efa95dd03a01dc4fccc918a960cb99a4bc9 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -247,7 +247,7 @@ if (!is_ios) {
|
| } # !is_ios
|
|
|
| # TODO(GYP) enable content_browsertests on Mac when it links.
|
| -if (!is_mac && (!is_win || link_chrome_on_windows)) {
|
| +if (!is_mac) {
|
| test("content_browsertests") {
|
| sources =
|
| rebase_path(content_tests_gypi_values.content_browsertests_sources,
|
| @@ -439,7 +439,7 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) {
|
| }
|
| }
|
|
|
| -if (!is_mac && (!is_win || link_chrome_on_windows)) { # TODO(GYP) enable on Mac once it links.
|
| +if (!is_mac) { # TODO(GYP) enable on Mac once it links.
|
| test("content_unittests") {
|
| sources = rebase_path(content_tests_gypi_values.content_unittests_sources,
|
| ".",
|
| @@ -631,7 +631,7 @@ if (!is_mac && (!is_win || link_chrome_on_windows)) { # TODO(GYP) enable on Mac
|
| }
|
| }
|
|
|
| -if (!is_mac && (!is_win || link_chrome_on_windows)) { # TODO(GYP) enable on Mac once it links.
|
| +if (!is_mac) { # TODO(GYP) enable on Mac once it links.
|
| test("content_perftests") {
|
| sources = [
|
| "../browser/net/sqlite_persistent_cookie_store_perftest.cc",
|
|
|