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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11360151: Move common cloud print methods from service/cloud_print to common/cloud_print. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'browser/webdata/token_service_table_unittest.cc', 1443 'browser/webdata/token_service_table_unittest.cc',
1444 'browser/webdata/web_apps_table_unittest.cc', 1444 'browser/webdata/web_apps_table_unittest.cc',
1445 'browser/webdata/web_data_service_test_util.h', 1445 'browser/webdata/web_data_service_test_util.h',
1446 'browser/webdata/web_data_service_unittest.cc', 1446 'browser/webdata/web_data_service_unittest.cc',
1447 'browser/webdata/web_database_migration_unittest.cc', 1447 'browser/webdata/web_database_migration_unittest.cc',
1448 'browser/webdata/web_intents_table_unittest.cc', 1448 'browser/webdata/web_intents_table_unittest.cc',
1449 'common/bzip2_unittest.cc', 1449 'common/bzip2_unittest.cc',
1450 'common/cancelable_task_tracker_unittest.cc', 1450 'common/cancelable_task_tracker_unittest.cc',
1451 'common/child_process_logging_mac_unittest.mm', 1451 'common/child_process_logging_mac_unittest.mm',
1452 'common/chrome_paths_unittest.cc', 1452 'common/chrome_paths_unittest.cc',
1453 'common/cloud_print/cloud_print_helpers_unittest.cc',
1453 'common/common_param_traits_unittest.cc', 1454 'common/common_param_traits_unittest.cc',
1454 'common/chrome_content_client_unittest.cc', 1455 'common/chrome_content_client_unittest.cc',
1455 'common/content_settings_helper_unittest.cc', 1456 'common/content_settings_helper_unittest.cc',
1456 'common/content_settings_pattern_parser_unittest.cc', 1457 'common/content_settings_pattern_parser_unittest.cc',
1457 'common/content_settings_pattern_unittest.cc', 1458 'common/content_settings_pattern_unittest.cc',
1458 'common/extensions/command_unittest.cc', 1459 'common/extensions/command_unittest.cc',
1459 'common/extensions/csp_validator_unittest.cc', 1460 'common/extensions/csp_validator_unittest.cc',
1460 'common/extensions/event_filter_unittest.cc', 1461 'common/extensions/event_filter_unittest.cc',
1461 'common/extensions/extension_constants_unittest.cc', 1462 'common/extensions/extension_constants_unittest.cc',
1462 'common/extensions/extension_file_util_unittest.cc', 1463 'common/extensions/extension_file_util_unittest.cc',
(...skipping 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2294 'unit_tests.isolate', 2295 'unit_tests.isolate',
2295 ], 2296 ],
2296 'sources': [ 2297 'sources': [
2297 'unit_tests.isolate', 2298 'unit_tests.isolate',
2298 ], 2299 ],
2299 }, 2300 },
2300 ], 2301 ],
2301 }], 2302 }],
2302 ], # 'conditions' 2303 ], # 'conditions'
2303 } 2304 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698