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

Side by Side Diff: components/components_tests.gyp

Issue 1102103002: Move the unit tests files side-by-side with the corresponding .cc files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/update_client.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'translate/core/common/translate_util_unittest.cc', 517 'translate/core/common/translate_util_unittest.cc',
518 'translate/core/language_detection/language_detection_util_unittest.cc', 518 'translate/core/language_detection/language_detection_util_unittest.cc',
519 'translate/ios/browser/js_translate_manager_unittest.mm', 519 'translate/ios/browser/js_translate_manager_unittest.mm',
520 'translate/ios/browser/language_detection_controller_unittest.mm', 520 'translate/ios/browser/language_detection_controller_unittest.mm',
521 'translate/ios/browser/translate_controller_unittest.mm', 521 'translate/ios/browser/translate_controller_unittest.mm',
522 ], 522 ],
523 'ui_unittest_sources': [ 523 'ui_unittest_sources': [
524 'ui/zoom/page_zoom_unittests.cc', 524 'ui/zoom/page_zoom_unittests.cc',
525 ], 525 ],
526 'update_client_unittest_sources': [ 526 'update_client_unittest_sources': [
527 'update_client/test/component_patcher_unittest.cc', 527 'update_client/component_patcher_unittest.cc',
528 'update_client/test/crx_downloader_unittest.cc', 528 'update_client/crx_downloader_unittest.cc',
529 'update_client/test/ping_manager_unittest.cc', 529 'update_client/ping_manager_unittest.cc',
530 'update_client/test/request_sender_unittest.cc', 530 'update_client/request_sender_unittest.cc',
531 'update_client/test/update_checker_unittest.cc', 531 'update_client/update_checker_unittest.cc',
532 'update_client/test/update_client_unittest.cc', 532 'update_client/update_client_unittest.cc',
533 'update_client/test/update_response_unittest.cc',
534 'update_client/update_query_params_unittest.cc', 533 'update_client/update_query_params_unittest.cc',
534 'update_client/update_response_unittest.cc',
535 ], 535 ],
536 'url_fixer_unittest_sources': [ 536 'url_fixer_unittest_sources': [
537 'url_fixer/url_fixer_unittest.cc', 537 'url_fixer/url_fixer_unittest.cc',
538 ], 538 ],
539 'url_matcher_unittest_sources': [ 539 'url_matcher_unittest_sources': [
540 'url_matcher/regex_set_matcher_unittest.cc', 540 'url_matcher/regex_set_matcher_unittest.cc',
541 'url_matcher/string_pattern_unittest.cc', 541 'url_matcher/string_pattern_unittest.cc',
542 'url_matcher/substring_set_matcher_unittest.cc', 542 'url_matcher/substring_set_matcher_unittest.cc',
543 'url_matcher/url_matcher_factory_unittest.cc', 543 'url_matcher/url_matcher_factory_unittest.cc',
544 'url_matcher/url_matcher_unittest.cc', 544 'url_matcher/url_matcher_unittest.cc',
(...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 ], 1425 ],
1426 'variables': { 1426 'variables': {
1427 'test_suite_name': 'components_unittests', 1427 'test_suite_name': 'components_unittests',
1428 }, 1428 },
1429 'includes': [ '../build/apk_test.gypi' ], 1429 'includes': [ '../build/apk_test.gypi' ],
1430 }, 1430 },
1431 ], 1431 ],
1432 }], 1432 }],
1433 ], 1433 ],
1434 } 1434 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/update_client.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698