Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2979003: Reworked ChromeSystemResources to handle callbacks properly. (Closed)
Patch Set: Fixed compile error Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/browser/sync/notifier/chrome_system_resources_unittest.cc ('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 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after
1839 'browser/sync/engine/download_updates_command_unittest.cc', 1839 'browser/sync/engine/download_updates_command_unittest.cc',
1840 'browser/sync/engine/mock_model_safe_workers.h', 1840 'browser/sync/engine/mock_model_safe_workers.h',
1841 'browser/sync/engine/process_commit_response_command_unittest.cc', 1841 'browser/sync/engine/process_commit_response_command_unittest.cc',
1842 'browser/sync/engine/syncapi_unittest.cc', 1842 'browser/sync/engine/syncapi_unittest.cc',
1843 'browser/sync/engine/syncer_proto_util_unittest.cc', 1843 'browser/sync/engine/syncer_proto_util_unittest.cc',
1844 'browser/sync/engine/syncer_thread_unittest.cc', 1844 'browser/sync/engine/syncer_thread_unittest.cc',
1845 'browser/sync/engine/syncer_unittest.cc', 1845 'browser/sync/engine/syncer_unittest.cc',
1846 'browser/sync/engine/syncproto_unittest.cc', 1846 'browser/sync/engine/syncproto_unittest.cc',
1847 'browser/sync/engine/verify_updates_command_unittest.cc', 1847 'browser/sync/engine/verify_updates_command_unittest.cc',
1848 'browser/sync/glue/change_processor_mock.h', 1848 'browser/sync/glue/change_processor_mock.h',
1849 'browser/sync/notifier/chrome_system_resources_unittest.cc',
1849 'browser/sync/notifier/registration_manager_unittest.cc', 1850 'browser/sync/notifier/registration_manager_unittest.cc',
1850 'browser/sync/profile_sync_factory_mock.cc', 1851 'browser/sync/profile_sync_factory_mock.cc',
1851 'browser/sync/profile_sync_factory_mock.h', 1852 'browser/sync/profile_sync_factory_mock.h',
1852 'browser/sync/sessions/ordered_commit_set_unittest.cc', 1853 'browser/sync/sessions/ordered_commit_set_unittest.cc',
1853 'browser/sync/sessions/status_controller_unittest.cc', 1854 'browser/sync/sessions/status_controller_unittest.cc',
1854 'browser/sync/sessions/sync_session_unittest.cc', 1855 'browser/sync/sessions/sync_session_unittest.cc',
1855 'browser/sync/syncable/directory_backing_store_unittest.cc', 1856 'browser/sync/syncable/directory_backing_store_unittest.cc',
1856 'browser/sync/syncable/syncable_id_unittest.cc', 1857 'browser/sync/syncable/syncable_id_unittest.cc',
1857 'browser/sync/syncable/syncable_unittest.cc', 1858 'browser/sync/syncable/syncable_unittest.cc',
1858 'browser/sync/util/channel_unittest.cc', 1859 'browser/sync/util/channel_unittest.cc',
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 ] 2568 ]
2568 }], # 'coverage!=0' 2569 }], # 'coverage!=0'
2569 ], # 'conditions' 2570 ], # 'conditions'
2570 } 2571 }
2571 2572
2572 # Local Variables: 2573 # Local Variables:
2573 # tab-width:2 2574 # tab-width:2
2574 # indent-tabs-mode:nil 2575 # indent-tabs-mode:nil
2575 # End: 2576 # End:
2576 # vim: set expandtab tabstop=2 shiftwidth=2: 2577 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/sync/notifier/chrome_system_resources_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698