| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 6c9a96f1747e0b3aac290c21cad9ec89952dcfce..c5b44805b481acb8d32a88a05f9eaa032750b373 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -1338,6 +1338,7 @@
|
| 'browser/extensions/updater/local_extension_cache_unittest.cc',
|
| 'browser/metrics/chromeos_metrics_provider_unittest.cc',
|
| 'browser/notifications/login_state_notification_blocker_chromeos_unittest.cc',
|
| + 'browser/ui/browser_finder_chromeos_unittest.cc',
|
| # TODO(zturner): Enable this on Windows. See
|
| # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
|
| # broken.
|
| @@ -1963,6 +1964,12 @@
|
| 'browser/chromeos/system/fake_input_device_settings.h',
|
| ],
|
| }],
|
| + ['use_aura==1', {
|
| + 'sources': [
|
| + 'test/base/test_browser_window_aura.cc',
|
| + 'test/base/test_browser_window_aura.h',
|
| + ],
|
| + }],
|
| ['configuration_policy==1', {
|
| 'dependencies': [
|
| '../components/components.gyp:policy_component_test_support',
|
|
|