OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |