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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9703115: Add DeviceSettingProvider unit tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed copyright header. Created 8 years, 9 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/ui/options/options_util.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 1297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1308 'browser/chromeos/cros/network_library.cc', 1308 'browser/chromeos/cros/network_library.cc',
1309 'browser/chromeos/cros/network_library.h', 1309 'browser/chromeos/cros/network_library.h',
1310 'browser/chromeos/cros/network_library_unittest.cc', 1310 'browser/chromeos/cros/network_library_unittest.cc',
1311 'browser/chromeos/cros/network_ui_data_unittest.cc', 1311 'browser/chromeos/cros/network_ui_data_unittest.cc',
1312 'browser/chromeos/cros/onc_network_parser_unittest.cc', 1312 'browser/chromeos/cros/onc_network_parser_unittest.cc',
1313 'browser/chromeos/cros_settings_unittest.cc', 1313 'browser/chromeos/cros_settings_unittest.cc',
1314 'browser/chromeos/customization_document_unittest.cc', 1314 'browser/chromeos/customization_document_unittest.cc',
1315 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', 1315 'browser/chromeos/dbus/cros_dbus_service_unittest.cc',
1316 'browser/chromeos/dbus/introspect_util_unittest.cc', 1316 'browser/chromeos/dbus/introspect_util_unittest.cc',
1317 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', 1317 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
1318 'browser/chromeos/device_settings_provider_unittest.cc',
1318 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', 1319 'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
1319 'browser/chromeos/external_metrics_unittest.cc', 1320 'browser/chromeos/external_metrics_unittest.cc',
1320 'browser/chromeos/gdata/gdata_file_system_unittest.cc', 1321 'browser/chromeos/gdata/gdata_file_system_unittest.cc',
1321 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', 1322 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc',
1322 'browser/chromeos/gdata/gdata_parser_unittest.cc', 1323 'browser/chromeos/gdata/gdata_parser_unittest.cc',
1323 'browser/chromeos/gdata/gdata_sync_client_unittest.cc', 1324 'browser/chromeos/gdata/gdata_sync_client_unittest.cc',
1324 'browser/chromeos/gdata/gdata_util_unittest.cc', 1325 'browser/chromeos/gdata/gdata_util_unittest.cc',
1325 'browser/chromeos/gdata/mock_gdata_documents_service.cc', 1326 'browser/chromeos/gdata/mock_gdata_documents_service.cc',
1326 'browser/chromeos/gdata/mock_gdata_documents_service.h', 1327 'browser/chromeos/gdata/mock_gdata_documents_service.h',
1327 'browser/chromeos/gdata/mock_gdata_file_system.cc', 1328 'browser/chromeos/gdata/mock_gdata_file_system.cc',
(...skipping 3266 matching lines...) Expand 10 before | Expand all | Expand 10 after
4594 # Use outputs of this action as inputs for the main target build. 4595 # Use outputs of this action as inputs for the main target build.
4595 # Seems as a misnomer but makes this happy on Linux (scons). 4596 # Seems as a misnomer but makes this happy on Linux (scons).
4596 'process_outputs_as_sources': 1, 4597 'process_outputs_as_sources': 1,
4597 }, 4598 },
4598 ], # 'actions' 4599 ], # 'actions'
4599 }, 4600 },
4600 ] 4601 ]
4601 }], # 'coverage!=0' 4602 }], # 'coverage!=0'
4602 ], # 'conditions' 4603 ], # 'conditions'
4603 } 4604 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/options/options_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698