| Index: headless/BUILD.gn
|
| diff --git a/headless/BUILD.gn b/headless/BUILD.gn
|
| index a4a762ef2914c01d990e0ee8b26f61d30112e806..6345e098a44e826849f1c47b48357d3ed5478f6c 100644
|
| --- a/headless/BUILD.gn
|
| +++ b/headless/BUILD.gn
|
| @@ -323,9 +323,7 @@
|
| "//url",
|
| ]
|
|
|
| - if (is_mac) {
|
| - deps += [ ":mac_helpers" ]
|
| - } else {
|
| + if (!is_mac) {
|
| deps += [ "//ui/aura" ]
|
| }
|
|
|
| @@ -413,22 +411,6 @@
|
| deps = [
|
| ":headless_browsertest_resources_grit",
|
| ]
|
| -}
|
| -
|
| -if (is_mac) {
|
| - copy("mac_helpers") {
|
| - sources = [
|
| - "$root_out_dir/crashpad_handler",
|
| - ]
|
| -
|
| - deps = [
|
| - "//third_party/crashpad/crashpad/handler:crashpad_handler",
|
| - ]
|
| -
|
| - outputs = [
|
| - "$root_out_dir/Helpers/{{source_file_part}}",
|
| - ]
|
| - }
|
| }
|
|
|
| test("headless_browsertests") {
|
|
|