| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index d8b49204f259f2968648103e76f9af23f2c9b601..fddbb5cef6846bc1068d3db42cdf8a658f077686 100644
|
| --- a/content/test/BUILD.gn
|
| +++ b/content/test/BUILD.gn
|
| @@ -582,6 +582,7 @@ if (!is_mac) { # TODO(GYP) enable on Mac once it links.
|
| sources -= [
|
| "../browser/geolocation/network_location_provider_unittest.cc",
|
| "../browser/geolocation/wifi_data_provider_common_unittest.cc",
|
| + "../browser/renderer_host/begin_frame_observer_proxy_unittest.cc",
|
| "../browser/webui/url_data_manager_backend_unittest.cc",
|
| ]
|
| deps += [ "//testing/android/native_test:native_test_native_code" ]
|
|
|