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

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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/cloud_print/cloud_print_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1421 matching lines...) Expand 10 before | Expand all | Expand 10 after
1432 'browser/webdata/token_service_table_unittest.cc', 1432 'browser/webdata/token_service_table_unittest.cc',
1433 'browser/webdata/web_apps_table_unittest.cc', 1433 'browser/webdata/web_apps_table_unittest.cc',
1434 'browser/webdata/web_data_service_test_util.h', 1434 'browser/webdata/web_data_service_test_util.h',
1435 'browser/webdata/web_data_service_unittest.cc', 1435 'browser/webdata/web_data_service_unittest.cc',
1436 'browser/webdata/web_database_migration_unittest.cc', 1436 'browser/webdata/web_database_migration_unittest.cc',
1437 'browser/webdata/web_intents_table_unittest.cc', 1437 'browser/webdata/web_intents_table_unittest.cc',
1438 'common/bzip2_unittest.cc', 1438 'common/bzip2_unittest.cc',
1439 'common/cancelable_task_tracker_unittest.cc', 1439 'common/cancelable_task_tracker_unittest.cc',
1440 'common/child_process_logging_mac_unittest.mm', 1440 'common/child_process_logging_mac_unittest.mm',
1441 'common/chrome_paths_unittest.cc', 1441 'common/chrome_paths_unittest.cc',
1442 'common/cloud_print/cloud_print_helpers_unittest.cc',
1442 'common/common_param_traits_unittest.cc', 1443 'common/common_param_traits_unittest.cc',
1443 'common/chrome_content_client_unittest.cc', 1444 'common/chrome_content_client_unittest.cc',
1444 'common/content_settings_helper_unittest.cc', 1445 'common/content_settings_helper_unittest.cc',
1445 'common/content_settings_pattern_parser_unittest.cc', 1446 'common/content_settings_pattern_parser_unittest.cc',
1446 'common/content_settings_pattern_unittest.cc', 1447 'common/content_settings_pattern_unittest.cc',
1447 'common/extensions/command_unittest.cc', 1448 'common/extensions/command_unittest.cc',
1448 'common/extensions/csp_validator_unittest.cc', 1449 'common/extensions/csp_validator_unittest.cc',
1449 'common/extensions/event_filter_unittest.cc', 1450 'common/extensions/event_filter_unittest.cc',
1450 'common/extensions/extension_constants_unittest.cc', 1451 'common/extensions/extension_constants_unittest.cc',
1451 'common/extensions/extension_file_util_unittest.cc', 1452 'common/extensions/extension_file_util_unittest.cc',
(...skipping 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
2293 'unit_tests.isolate', 2294 'unit_tests.isolate',
2294 ], 2295 ],
2295 'sources': [ 2296 'sources': [
2296 'unit_tests.isolate', 2297 'unit_tests.isolate',
2297 ], 2298 ],
2298 }, 2299 },
2299 ], 2300 ],
2300 }], 2301 }],
2301 ], # 'conditions' 2302 ], # 'conditions'
2302 } 2303 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/common/cloud_print/cloud_print_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698