Chromium Code Reviews

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2075012: Replace changes_channel with an observer list. (Closed)
Patch Set: Ready for checkin Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 1829 matching lines...)
1840 'browser/sync/engine/verify_updates_command_unittest.cc', 1840 'browser/sync/engine/verify_updates_command_unittest.cc',
1841 'browser/sync/glue/change_processor_mock.h', 1841 'browser/sync/glue/change_processor_mock.h',
1842 'browser/sync/profile_sync_factory_mock.cc', 1842 'browser/sync/profile_sync_factory_mock.cc',
1843 'browser/sync/profile_sync_factory_mock.h', 1843 'browser/sync/profile_sync_factory_mock.h',
1844 'browser/sync/sessions/ordered_commit_set_unittest.cc', 1844 'browser/sync/sessions/ordered_commit_set_unittest.cc',
1845 'browser/sync/sessions/status_controller_unittest.cc', 1845 'browser/sync/sessions/status_controller_unittest.cc',
1846 'browser/sync/sessions/sync_session_unittest.cc', 1846 'browser/sync/sessions/sync_session_unittest.cc',
1847 'browser/sync/syncable/directory_backing_store_unittest.cc', 1847 'browser/sync/syncable/directory_backing_store_unittest.cc',
1848 'browser/sync/syncable/syncable_id_unittest.cc', 1848 'browser/sync/syncable/syncable_id_unittest.cc',
1849 'browser/sync/syncable/syncable_unittest.cc', 1849 'browser/sync/syncable/syncable_unittest.cc',
1850 'browser/sync/util/channel_unittest.cc',
1850 'browser/sync/util/crypto_helpers_unittest.cc', 1851 'browser/sync/util/crypto_helpers_unittest.cc',
1851 'browser/sync/util/extensions_activity_monitor_unittest.cc', 1852 'browser/sync/util/extensions_activity_monitor_unittest.cc',
1852 'browser/sync/util/user_settings_unittest.cc', 1853 'browser/sync/util/user_settings_unittest.cc',
1853 'test/file_test_utils.cc', 1854 'test/file_test_utils.cc',
1854 'test/sync/engine/mock_gaia_authenticator.cc', 1855 'test/sync/engine/mock_gaia_authenticator.cc',
1855 'test/sync/engine/mock_gaia_authenticator.h', 1856 'test/sync/engine/mock_gaia_authenticator.h',
1856 'test/sync/engine/mock_gaia_authenticator_unittest.cc', 1857 'test/sync/engine/mock_gaia_authenticator_unittest.cc',
1857 'test/sync/engine/mock_server_connection.cc', 1858 'test/sync/engine/mock_server_connection.cc',
1858 'test/sync/engine/mock_server_connection.h', 1859 'test/sync/engine/mock_server_connection.h',
1859 'test/sync/engine/syncer_command_test.h', 1860 'test/sync/engine/syncer_command_test.h',
(...skipping 640 matching lines...)
2500 ] 2501 ]
2501 }], # 'coverage!=0' 2502 }], # 'coverage!=0'
2502 ], # 'conditions' 2503 ], # 'conditions'
2503 } 2504 }
2504 2505
2505 # Local Variables: 2506 # Local Variables:
2506 # tab-width:2 2507 # tab-width:2
2507 # indent-tabs-mode:nil 2508 # indent-tabs-mode:nil
2508 # End: 2509 # End:
2509 # vim: set expandtab tabstop=2 shiftwidth=2: 2510 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine