| 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 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 516 'translate/core/common/translate_util_unittest.cc', | 516 'translate/core/common/translate_util_unittest.cc', |
| 517 'translate/core/language_detection/language_detection_util_unittest.cc', | 517 'translate/core/language_detection/language_detection_util_unittest.cc', |
| 518 'translate/ios/browser/js_translate_manager_unittest.mm', | 518 'translate/ios/browser/js_translate_manager_unittest.mm', |
| 519 'translate/ios/browser/language_detection_controller_unittest.mm', | 519 'translate/ios/browser/language_detection_controller_unittest.mm', |
| 520 'translate/ios/browser/translate_controller_unittest.mm', | 520 'translate/ios/browser/translate_controller_unittest.mm', |
| 521 ], | 521 ], |
| 522 'ui_unittest_sources': [ | 522 'ui_unittest_sources': [ |
| 523 'ui/zoom/page_zoom_unittests.cc', | 523 'ui/zoom/page_zoom_unittests.cc', |
| 524 ], | 524 ], |
| 525 'update_client_unittest_sources': [ | 525 'update_client_unittest_sources': [ |
| 526 'update_client/test/component_patcher_unittest.cc', | 526 'update_client/component_patcher_unittest.cc', |
| 527 'update_client/test/crx_downloader_unittest.cc', | 527 'update_client/crx_downloader_unittest.cc', |
| 528 'update_client/test/ping_manager_unittest.cc', | 528 'update_client/ping_manager_unittest.cc', |
| 529 'update_client/test/request_sender_unittest.cc', | 529 'update_client/request_sender_unittest.cc', |
| 530 'update_client/test/update_checker_unittest.cc', | 530 'update_client/update_checker_unittest.cc', |
| 531 'update_client/test/update_client_unittest.cc', | 531 'update_client/update_client_unittest.cc', |
| 532 'update_client/test/update_response_unittest.cc', | |
| 533 'update_client/update_query_params_unittest.cc', | 532 'update_client/update_query_params_unittest.cc', |
| 533 'update_client/update_response_unittest.cc', |
| 534 ], | 534 ], |
| 535 'url_fixer_unittest_sources': [ | 535 'url_fixer_unittest_sources': [ |
| 536 'url_fixer/url_fixer_unittest.cc', | 536 'url_fixer/url_fixer_unittest.cc', |
| 537 ], | 537 ], |
| 538 'url_matcher_unittest_sources': [ | 538 'url_matcher_unittest_sources': [ |
| 539 'url_matcher/regex_set_matcher_unittest.cc', | 539 'url_matcher/regex_set_matcher_unittest.cc', |
| 540 'url_matcher/string_pattern_unittest.cc', | 540 'url_matcher/string_pattern_unittest.cc', |
| 541 'url_matcher/substring_set_matcher_unittest.cc', | 541 'url_matcher/substring_set_matcher_unittest.cc', |
| 542 'url_matcher/url_matcher_factory_unittest.cc', | 542 'url_matcher/url_matcher_factory_unittest.cc', |
| 543 'url_matcher/url_matcher_unittest.cc', | 543 'url_matcher/url_matcher_unittest.cc', |
| (...skipping 880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1424 ], | 1424 ], |
| 1425 'variables': { | 1425 'variables': { |
| 1426 'test_suite_name': 'components_unittests', | 1426 'test_suite_name': 'components_unittests', |
| 1427 }, | 1427 }, |
| 1428 'includes': [ '../build/apk_test.gypi' ], | 1428 'includes': [ '../build/apk_test.gypi' ], |
| 1429 }, | 1429 }, |
| 1430 ], | 1430 ], |
| 1431 }], | 1431 }], |
| 1432 ], | 1432 ], |
| 1433 } | 1433 } |
| OLD | NEW |