diff options
-rw-r--r-- | chrome/chrome_tests.gypi | 1 | ||||
-rw-r--r-- | content/content_tests.gypi | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 801c003..038d8cd 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2005,6 +2005,7 @@ '../content/browser/download/download_file_unittest.cc', '../content/browser/download/mock_download_manager.h', '../content/browser/download/save_package_unittest.cc', + '../content/browser/geolocation/device_data_provider_unittest.cc', '../content/browser/geolocation/geolocation_provider_unittest.cc', '../content/browser/geolocation/gps_location_provider_unittest_linux.cc', '../content/browser/geolocation/location_arbitrator_unittest.cc', diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 0984b21..99636f6 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -77,7 +77,6 @@ 'browser/device_orientation/provider_unittest.cc', 'browser/download/base_file_unittest.cc', 'browser/download/download_status_updater_unittest.cc', - 'browser/geolocation/device_data_provider_unittest.cc', 'browser/geolocation/gateway_data_provider_common_unittest.cc', 'browser/gpu/gpu_blacklist_unittest.cc', 'browser/renderer_host/media/audio_input_device_manager_unittest.cc', |