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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10690149: gdata: Move GDataCache::CacheEntry out of GDataCache (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removing the existing test Created 8 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 | 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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after
1092 'browser/chromeos/cros/onc_network_parser_unittest.cc', 1092 'browser/chromeos/cros/onc_network_parser_unittest.cc',
1093 'browser/chromeos/cros_settings_unittest.cc', 1093 'browser/chromeos/cros_settings_unittest.cc',
1094 'browser/chromeos/customization_document_unittest.cc', 1094 'browser/chromeos/customization_document_unittest.cc',
1095 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', 1095 'browser/chromeos/dbus/cros_dbus_service_unittest.cc',
1096 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', 1096 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
1097 'browser/chromeos/device_settings_provider_unittest.cc', 1097 'browser/chromeos/device_settings_provider_unittest.cc',
1098 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', 1098 'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
1099 'browser/chromeos/external_metrics_unittest.cc', 1099 'browser/chromeos/external_metrics_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_unittest.cc', 1101 'browser/chromeos/gdata/gdata_cache_unittest.cc',
1102 'browser/chromeos/gdata/gdata_cache_entry_unittest.cc',
1102 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc', 1103 'browser/chromeos/gdata/gdata_cache_metadata_unittest.cc',
1103 'browser/chromeos/gdata/gdata_db_unittest.cc', 1104 'browser/chromeos/gdata/gdata_db_unittest.cc',
1104 'browser/chromeos/gdata/gdata_file_system_unittest.cc', 1105 'browser/chromeos/gdata/gdata_file_system_unittest.cc',
1105 'browser/chromeos/gdata/gdata_files_unittest.cc', 1106 'browser/chromeos/gdata/gdata_files_unittest.cc',
1106 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', 1107 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc',
1107 'browser/chromeos/gdata/gdata_parser_unittest.cc', 1108 'browser/chromeos/gdata/gdata_parser_unittest.cc',
1108 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', 1109 'browser/chromeos/gdata/gdata_sync_client_unittest.cc',
1109 'browser/chromeos/gdata/gdata_util_unittest.cc', 1110 'browser/chromeos/gdata/gdata_util_unittest.cc',
1110 'browser/chromeos/gdata/gdata_test_util.cc', 1111 'browser/chromeos/gdata/gdata_test_util.cc',
1111 'browser/chromeos/gdata/gdata_test_util.h', 1112 'browser/chromeos/gdata/gdata_test_util.h',
(...skipping 3551 matching lines...) Expand 10 before | Expand all | Expand 10 after
4663 # Use outputs of this action as inputs for the main target build. 4664 # Use outputs of this action as inputs for the main target build.
4664 # Seems as a misnomer but makes this happy on Linux (scons). 4665 # Seems as a misnomer but makes this happy on Linux (scons).
4665 'process_outputs_as_sources': 1, 4666 'process_outputs_as_sources': 1,
4666 }, 4667 },
4667 ], # 'actions' 4668 ], # 'actions'
4668 }, 4669 },
4669 ] 4670 ]
4670 }], # 'coverage!=0' 4671 }], # 'coverage!=0'
4671 ], # 'conditions' 4672 ], # 'conditions'
4672 } 4673 }
OLDNEW
« chrome/browser/chromeos/gdata/gdata_cache_entry.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698