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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10836011: Revert 148990 - gdrive: Get JSON feeds parsing off the UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/browser/chromeos/gdata/operations_base.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) 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 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after
1097 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', 1097 'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
1098 'browser/chromeos/external_metrics_unittest.cc', 1098 'browser/chromeos/external_metrics_unittest.cc',
1099 'browser/chromeos/gdata/drive_api_parser_unittest.cc', 1099 'browser/chromeos/gdata/drive_api_parser_unittest.cc',
1100 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc', 1100 'browser/chromeos/gdata/drive_webapps_registry_unittest.cc',
1101 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc', 1101 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc',
1102 'browser/chromeos/gdata/gdata_cache_unittest.cc', 1102 'browser/chromeos/gdata/gdata_cache_unittest.cc',
1103 'browser/chromeos/gdata/gdata_db_unittest.cc', 1103 'browser/chromeos/gdata/gdata_db_unittest.cc',
1104 'browser/chromeos/gdata/gdata_file_system_unittest.cc', 1104 'browser/chromeos/gdata/gdata_file_system_unittest.cc',
1105 'browser/chromeos/gdata/gdata_files_unittest.cc', 1105 'browser/chromeos/gdata/gdata_files_unittest.cc',
1106 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', 1106 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc',
1107 'browser/chromeos/gdata/gdata_operations_unittest.cc',
1108 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', 1107 'browser/chromeos/gdata/gdata_sync_client_unittest.cc',
1109 'browser/chromeos/gdata/gdata_test_util.cc', 1108 'browser/chromeos/gdata/gdata_test_util.cc',
1110 'browser/chromeos/gdata/gdata_test_util.h', 1109 'browser/chromeos/gdata/gdata_test_util.h',
1111 'browser/chromeos/gdata/gdata_util_unittest.cc', 1110 'browser/chromeos/gdata/gdata_util_unittest.cc',
1112 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc', 1111 'browser/chromeos/gdata/gdata_wapi_parser_unittest.cc',
1113 'browser/chromeos/gdata/mock_directory_change_observer.cc', 1112 'browser/chromeos/gdata/mock_directory_change_observer.cc',
1114 'browser/chromeos/gdata/mock_directory_change_observer.h', 1113 'browser/chromeos/gdata/mock_directory_change_observer.h',
1115 'browser/chromeos/gdata/mock_gdata_cache_observer.cc', 1114 'browser/chromeos/gdata/mock_gdata_cache_observer.cc',
1116 'browser/chromeos/gdata/mock_gdata_cache_observer.h', 1115 'browser/chromeos/gdata/mock_gdata_cache_observer.h',
1117 'browser/chromeos/gdata/mock_gdata_documents_service.cc', 1116 'browser/chromeos/gdata/mock_gdata_documents_service.cc',
(...skipping 3516 matching lines...) Expand 10 before | Expand all | Expand 10 after
4634 '--result', '<@(_outputs)', 4633 '--result', '<@(_outputs)',
4635 '--isolate', 'browser_tests.isolate', 4634 '--isolate', 'browser_tests.isolate',
4636 ], 4635 ],
4637 }, 4636 },
4638 ], 4637 ],
4639 }, 4638 },
4640 ], 4639 ],
4641 }], 4640 }],
4642 ], # 'conditions' 4641 ], # 'conditions'
4643 } 4642 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/gdata/operations_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698