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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10911306: Split Drive test utilities to drive_test_util and gdata_test_util (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 1112 matching lines...) Expand 10 before | Expand all | Expand 10 after
1123 'browser/chromeos/gdata/drive_file_system_util_unittest.cc', 1123 'browser/chromeos/gdata/drive_file_system_util_unittest.cc',
1124 'browser/chromeos/gdata/drive_resource_metadata_unittest.cc', 1124 'browser/chromeos/gdata/drive_resource_metadata_unittest.cc',
1125 'browser/chromeos/gdata/drive_sync_client_unittest.cc', 1125 'browser/chromeos/gdata/drive_sync_client_unittest.cc',
1126 'browser/chromeos/gdata/drive_test_util.cc', 1126 'browser/chromeos/gdata/drive_test_util.cc',
1127 'browser/chromeos/gdata/drive_test_util.h', 1127 'browser/chromeos/gdata/drive_test_util.h',
1128 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc', 1128 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc',
1129 'browser/chromeos/gdata/file_write_helper_unittest.cc', 1129 'browser/chromeos/gdata/file_write_helper_unittest.cc',
1130 'browser/chromeos/gdata/gdata_contacts_service_stub.cc', 1130 'browser/chromeos/gdata/gdata_contacts_service_stub.cc',
1131 'browser/chromeos/gdata/gdata_contacts_service_stub.h', 1131 'browser/chromeos/gdata/gdata_contacts_service_stub.h',
1132 'browser/chromeos/gdata/gdata_operations_unittest.cc', 1132 'browser/chromeos/gdata/gdata_operations_unittest.cc',
1133 'browser/chromeos/gdata/gdata_test_util.cc',
1134 'browser/chromeos/gdata/gdata_test_util.h',
1133 'browser/chromeos/gdata/gdata_util_unittest.cc', 1135 'browser/chromeos/gdata/gdata_util_unittest.cc',
1134 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc', 1136 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc',
1135 'browser/chromeos/gdata/mock_directory_change_observer.cc', 1137 'browser/chromeos/gdata/mock_directory_change_observer.cc',
1136 'browser/chromeos/gdata/mock_directory_change_observer.h', 1138 'browser/chromeos/gdata/mock_directory_change_observer.h',
1137 'browser/chromeos/gdata/mock_drive_cache_observer.cc', 1139 'browser/chromeos/gdata/mock_drive_cache_observer.cc',
1138 'browser/chromeos/gdata/mock_drive_cache_observer.h', 1140 'browser/chromeos/gdata/mock_drive_cache_observer.h',
1139 'browser/chromeos/gdata/mock_drive_file_system.cc', 1141 'browser/chromeos/gdata/mock_drive_file_system.cc',
1140 'browser/chromeos/gdata/mock_drive_file_system.h', 1142 'browser/chromeos/gdata/mock_drive_file_system.h',
1141 'browser/chromeos/gdata/mock_drive_service.cc', 1143 'browser/chromeos/gdata/mock_drive_service.cc',
1142 'browser/chromeos/gdata/mock_drive_service.h', 1144 'browser/chromeos/gdata/mock_drive_service.h',
(...skipping 3632 matching lines...) Expand 10 before | Expand all | Expand 10 after
4775 '--result', '<@(_outputs)', 4777 '--result', '<@(_outputs)',
4776 '--isolate', 'browser_tests.isolate', 4778 '--isolate', 'browser_tests.isolate',
4777 ], 4779 ],
4778 }, 4780 },
4779 ], 4781 ],
4780 }, 4782 },
4781 ], 4783 ],
4782 }], 4784 }],
4783 ], # 'conditions' 4785 ], # 'conditions'
4784 } 4786 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698