OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'browser_tests_sources_views_specific': [ | 7 'browser_tests_sources_views_specific': [ |
8 'browser/extensions/browser_action_test_util_views.cc', | 8 'browser/extensions/browser_action_test_util_views.cc', |
9 'browser/views/find_bar_host_browsertest.cc', | 9 'browser/views/find_bar_host_browsertest.cc', |
10 ], | 10 ], |
(...skipping 1425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1436 'browser/sync/engine/syncproto_unittest.cc', | 1436 'browser/sync/engine/syncproto_unittest.cc', |
1437 'browser/sync/notifier/base/mac/network_status_detector_task_mac_unittes
t.cc', | 1437 'browser/sync/notifier/base/mac/network_status_detector_task_mac_unittes
t.cc', |
1438 'browser/sync/notifier/listener/talk_mediator_unittest.cc', | 1438 'browser/sync/notifier/listener/talk_mediator_unittest.cc', |
1439 'browser/sync/sessions/status_controller_unittest.cc', | 1439 'browser/sync/sessions/status_controller_unittest.cc', |
1440 'browser/sync/sessions/sync_session_unittest.cc', | 1440 'browser/sync/sessions/sync_session_unittest.cc', |
1441 'browser/sync/syncable/syncable_id_unittest.cc', | 1441 'browser/sync/syncable/syncable_id_unittest.cc', |
1442 'browser/sync/syncable/syncable_unittest.cc', | 1442 'browser/sync/syncable/syncable_unittest.cc', |
1443 'browser/sync/util/crypto_helpers_unittest.cc', | 1443 'browser/sync/util/crypto_helpers_unittest.cc', |
1444 'browser/sync/util/event_sys_unittest.cc', | 1444 'browser/sync/util/event_sys_unittest.cc', |
1445 'browser/sync/util/extensions_activity_monitor_unittest.cc', | 1445 'browser/sync/util/extensions_activity_monitor_unittest.cc', |
1446 'browser/sync/util/query_helpers_unittest.cc', | |
1447 'browser/sync/util/user_settings_unittest.cc', | 1446 'browser/sync/util/user_settings_unittest.cc', |
1448 'test/file_test_utils.cc', | 1447 'test/file_test_utils.cc', |
1449 'test/sync/engine/mock_gaia_authenticator.cc', | 1448 'test/sync/engine/mock_gaia_authenticator.cc', |
1450 'test/sync/engine/mock_gaia_authenticator.h', | 1449 'test/sync/engine/mock_gaia_authenticator.h', |
1451 'test/sync/engine/mock_gaia_authenticator_unittest.cc', | 1450 'test/sync/engine/mock_gaia_authenticator_unittest.cc', |
1452 'test/sync/engine/mock_server_connection.cc', | 1451 'test/sync/engine/mock_server_connection.cc', |
1453 'test/sync/engine/mock_server_connection.h', | 1452 'test/sync/engine/mock_server_connection.h', |
1454 'test/sync/engine/test_directory_setter_upper.cc', | 1453 'test/sync/engine/test_directory_setter_upper.cc', |
1455 'test/sync/engine/test_directory_setter_upper.h', | 1454 'test/sync/engine/test_directory_setter_upper.h', |
1456 'test/sync/engine/test_id_factory.h', | 1455 'test/sync/engine/test_id_factory.h', |
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1833 ] | 1832 ] |
1834 }], # 'coverage!=0' | 1833 }], # 'coverage!=0' |
1835 ], # 'conditions' | 1834 ], # 'conditions' |
1836 } | 1835 } |
1837 | 1836 |
1838 # Local Variables: | 1837 # Local Variables: |
1839 # tab-width:2 | 1838 # tab-width:2 |
1840 # indent-tabs-mode:nil | 1839 # indent-tabs-mode:nil |
1841 # End: | 1840 # End: |
1842 # vim: set expandtab tabstop=2 shiftwidth=2: | 1841 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |