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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10832241: Drive: Removes unused cache files after the initial feed fetch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move the ownership of |stale_cache_files_remover_| to GDataSystemService (reverting Patch Set 15) Created 8 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1120 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc', 1131 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc',
1132 'browser/chromeos/gdata/mock_directory_change_observer.cc', 1132 'browser/chromeos/gdata/mock_directory_change_observer.cc',
1133 'browser/chromeos/gdata/mock_directory_change_observer.h', 1133 'browser/chromeos/gdata/mock_directory_change_observer.h',
1134 'browser/chromeos/gdata/mock_drive_cache_observer.cc', 1134 'browser/chromeos/gdata/mock_drive_cache_observer.cc',
1135 'browser/chromeos/gdata/mock_drive_cache_observer.h', 1135 'browser/chromeos/gdata/mock_drive_cache_observer.h',
1136 'browser/chromeos/gdata/mock_drive_service.cc', 1136 'browser/chromeos/gdata/mock_drive_service.cc',
1137 'browser/chromeos/gdata/mock_drive_service.h', 1137 'browser/chromeos/gdata/mock_drive_service.h',
1138 'browser/chromeos/gdata/mock_gdata_file_system.cc', 1138 'browser/chromeos/gdata/mock_gdata_file_system.cc',
1139 'browser/chromeos/gdata/mock_gdata_file_system.h', 1139 'browser/chromeos/gdata/mock_gdata_file_system.h',
1140 'browser/chromeos/gdata/operation_registry_unittest.cc', 1140 'browser/chromeos/gdata/operation_registry_unittest.cc',
1141 'browser/chromeos/gdata/stale_cache_files_remover_unittest.cc',
1141 'browser/chromeos/gview_request_interceptor_unittest.cc', 1142 'browser/chromeos/gview_request_interceptor_unittest.cc',
1142 'browser/chromeos/imageburner/burn_manager_unittest.cc', 1143 'browser/chromeos/imageburner/burn_manager_unittest.cc',
1143 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', 1144 'browser/chromeos/input_method/browser_state_monitor_unittest.cc',
1144 'browser/chromeos/input_method/candidate_window_view_unittest.cc', 1145 'browser/chromeos/input_method/candidate_window_view_unittest.cc',
1145 'browser/chromeos/input_method/ibus_controller_base_unittest.cc', 1146 'browser/chromeos/input_method/ibus_controller_base_unittest.cc',
1146 'browser/chromeos/input_method/ibus_controller_impl_unittest.cc', 1147 'browser/chromeos/input_method/ibus_controller_impl_unittest.cc',
1147 'browser/chromeos/input_method/ibus_controller_unittest.cc', 1148 'browser/chromeos/input_method/ibus_controller_unittest.cc',
1148 'browser/chromeos/input_method/ibus_ui_controller_unittest.cc', 1149 'browser/chromeos/input_method/ibus_ui_controller_unittest.cc',
1149 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', 1150 'browser/chromeos/input_method/input_method_descriptor_unittest.cc',
1150 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', 1151 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc',
(...skipping 3558 matching lines...) Expand 10 before | Expand all | Expand 10 after
4709 '--result', '<@(_outputs)', 4710 '--result', '<@(_outputs)',
4710 '--isolate', 'browser_tests.isolate', 4711 '--isolate', 'browser_tests.isolate',
4711 ], 4712 ],
4712 }, 4713 },
4713 ], 4714 ],
4714 }, 4715 },
4715 ], 4716 ],
4716 }], 4717 }],
4717 ], # 'conditions' 4718 ], # 'conditions'
4718 } 4719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698