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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10081032: Proper fix for MockGDataSyncClient cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_sync_client.h ('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) 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 1263 matching lines...) Expand 10 before | Expand all | Expand 10 after
1274 'browser/chromeos/dbus/introspect_util_unittest.cc', 1274 'browser/chromeos/dbus/introspect_util_unittest.cc',
1275 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', 1275 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
1276 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', 1276 'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
1277 'browser/chromeos/external_metrics_unittest.cc', 1277 'browser/chromeos/external_metrics_unittest.cc',
1278 'browser/chromeos/gdata/gdata_file_system_unittest.cc', 1278 'browser/chromeos/gdata/gdata_file_system_unittest.cc',
1279 'browser/chromeos/gdata/gdata_files_unittest.cc', 1279 'browser/chromeos/gdata/gdata_files_unittest.cc',
1280 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', 1280 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc',
1281 'browser/chromeos/gdata/gdata_parser_unittest.cc', 1281 'browser/chromeos/gdata/gdata_parser_unittest.cc',
1282 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', 1282 'browser/chromeos/gdata/gdata_sync_client_unittest.cc',
1283 'browser/chromeos/gdata/gdata_util_unittest.cc', 1283 'browser/chromeos/gdata/gdata_util_unittest.cc',
1284 'browser/chromeos/gdata/mock_directory_change_observer.cc',
1285 'browser/chromeos/gdata/mock_directory_change_observer.h',
1284 'browser/chromeos/gdata/mock_gdata_documents_service.cc', 1286 'browser/chromeos/gdata/mock_gdata_documents_service.cc',
1285 'browser/chromeos/gdata/mock_gdata_documents_service.h', 1287 'browser/chromeos/gdata/mock_gdata_documents_service.h',
1286 'browser/chromeos/gdata/mock_gdata_file_system.cc', 1288 'browser/chromeos/gdata/mock_gdata_file_system.cc',
1287 'browser/chromeos/gdata/mock_gdata_file_system.h', 1289 'browser/chromeos/gdata/mock_gdata_file_system.h',
1288 'browser/chromeos/gdata/mock_gdata_sync_client.cc', 1290 'browser/chromeos/gdata/mock_gdata_sync_client.cc',
1289 'browser/chromeos/gdata/mock_gdata_sync_client.h', 1291 'browser/chromeos/gdata/mock_gdata_sync_client.h',
1290 'browser/chromeos/gview_request_interceptor_unittest.cc', 1292 'browser/chromeos/gview_request_interceptor_unittest.cc',
1291 'browser/chromeos/imageburner/burn_manager_unittest.cc', 1293 'browser/chromeos/imageburner/burn_manager_unittest.cc',
1292 'browser/chromeos/input_method/candidate_window_view_unittest.cc', 1294 'browser/chromeos/input_method/candidate_window_view_unittest.cc',
1293 'browser/chromeos/input_method/input_method_descriptor_unittest.cc', 1295 'browser/chromeos/input_method/input_method_descriptor_unittest.cc',
(...skipping 3388 matching lines...) Expand 10 before | Expand all | Expand 10 after
4682 # Use outputs of this action as inputs for the main target build. 4684 # Use outputs of this action as inputs for the main target build.
4683 # Seems as a misnomer but makes this happy on Linux (scons). 4685 # Seems as a misnomer but makes this happy on Linux (scons).
4684 'process_outputs_as_sources': 1, 4686 'process_outputs_as_sources': 1,
4685 }, 4687 },
4686 ], # 'actions' 4688 ], # 'actions'
4687 }, 4689 },
4688 ] 4690 ]
4689 }], # 'coverage!=0' 4691 }], # 'coverage!=0'
4690 ], # 'conditions' 4692 ], # 'conditions'
4691 } 4693 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/mock_gdata_sync_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698