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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10210012: GDataDB support with leveldb. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: shorten prefixes 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/chrome_browser.gypi ('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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'browser/chromeos/cros/network_library_unittest.cc', 1196 'browser/chromeos/cros/network_library_unittest.cc',
1197 'browser/chromeos/cros/network_ui_data_unittest.cc', 1197 'browser/chromeos/cros/network_ui_data_unittest.cc',
1198 'browser/chromeos/cros/onc_network_parser_unittest.cc', 1198 'browser/chromeos/cros/onc_network_parser_unittest.cc',
1199 'browser/chromeos/cros_settings_unittest.cc', 1199 'browser/chromeos/cros_settings_unittest.cc',
1200 'browser/chromeos/customization_document_unittest.cc', 1200 'browser/chromeos/customization_document_unittest.cc',
1201 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', 1201 'browser/chromeos/dbus/cros_dbus_service_unittest.cc',
1202 'browser/chromeos/dbus/introspect_util_unittest.cc', 1202 'browser/chromeos/dbus/introspect_util_unittest.cc',
1203 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', 1203 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
1204 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', 1204 'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
1205 'browser/chromeos/external_metrics_unittest.cc', 1205 'browser/chromeos/external_metrics_unittest.cc',
1206 'browser/chromeos/gdata/gdata_db_unittest.cc',
1206 'browser/chromeos/gdata/gdata_file_system_unittest.cc', 1207 'browser/chromeos/gdata/gdata_file_system_unittest.cc',
1207 'browser/chromeos/gdata/gdata_files_unittest.cc', 1208 'browser/chromeos/gdata/gdata_files_unittest.cc',
1208 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', 1209 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc',
1209 'browser/chromeos/gdata/gdata_parser_unittest.cc', 1210 'browser/chromeos/gdata/gdata_parser_unittest.cc',
1210 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', 1211 'browser/chromeos/gdata/gdata_sync_client_unittest.cc',
1211 'browser/chromeos/gdata/gdata_util_unittest.cc', 1212 'browser/chromeos/gdata/gdata_util_unittest.cc',
1212 'browser/chromeos/gdata/mock_directory_change_observer.cc', 1213 'browser/chromeos/gdata/mock_directory_change_observer.cc',
1213 'browser/chromeos/gdata/mock_directory_change_observer.h', 1214 'browser/chromeos/gdata/mock_directory_change_observer.h',
1214 'browser/chromeos/gdata/mock_gdata_documents_service.cc', 1215 'browser/chromeos/gdata/mock_gdata_documents_service.cc',
1215 'browser/chromeos/gdata/mock_gdata_documents_service.h', 1216 'browser/chromeos/gdata/mock_gdata_documents_service.h',
(...skipping 3429 matching lines...) Expand 10 before | Expand all | Expand 10 after
4645 # Use outputs of this action as inputs for the main target build. 4646 # Use outputs of this action as inputs for the main target build.
4646 # Seems as a misnomer but makes this happy on Linux (scons). 4647 # Seems as a misnomer but makes this happy on Linux (scons).
4647 'process_outputs_as_sources': 1, 4648 'process_outputs_as_sources': 1,
4648 }, 4649 },
4649 ], # 'actions' 4650 ], # 'actions'
4650 }, 4651 },
4651 ] 4652 ]
4652 }], # 'coverage!=0' 4653 }], # 'coverage!=0'
4653 ], # 'conditions' 4654 ], # 'conditions'
4654 } 4655 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698