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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 'navigation_interception_unittest_sources': [ | 323 'navigation_interception_unittest_sources': [ |
324 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', | 324 'navigation_interception/intercept_navigation_resource_throttle_unittest.c
c', |
325 ], | 325 ], |
326 'network_hints_unittest_sources': [ | 326 'network_hints_unittest_sources': [ |
327 'network_hints/renderer/dns_prefetch_queue_unittest.cc', | 327 'network_hints/renderer/dns_prefetch_queue_unittest.cc', |
328 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', | 328 'network_hints/renderer/renderer_dns_prefetch_unittest.cc', |
329 ], | 329 ], |
330 'network_time_unittest_sources': [ | 330 'network_time_unittest_sources': [ |
331 'network_time/network_time_tracker_unittest.cc', | 331 'network_time/network_time_tracker_unittest.cc', |
332 ], | 332 ], |
| 333 'offline_page_unittest_sources': [ |
| 334 'offline_pages/offline_page_model_unittest.cc', |
| 335 ], |
333 'omnibox_unittest_sources': [ | 336 'omnibox_unittest_sources': [ |
334 'omnibox/answers_cache_unittest.cc', | 337 'omnibox/answers_cache_unittest.cc', |
335 'omnibox/autocomplete_input_unittest.cc', | 338 'omnibox/autocomplete_input_unittest.cc', |
336 'omnibox/autocomplete_match_unittest.cc', | 339 'omnibox/autocomplete_match_unittest.cc', |
337 'omnibox/autocomplete_result_unittest.cc', | 340 'omnibox/autocomplete_result_unittest.cc', |
338 'omnibox/base_search_provider_unittest.cc', | 341 'omnibox/base_search_provider_unittest.cc', |
339 'omnibox/keyword_provider_unittest.cc', | 342 'omnibox/keyword_provider_unittest.cc', |
340 'omnibox/omnibox_field_trial_unittest.cc', | 343 'omnibox/omnibox_field_trial_unittest.cc', |
341 'omnibox/suggestion_answer_unittest.cc', | 344 'omnibox/suggestion_answer_unittest.cc', |
342 ], | 345 ], |
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 '<@(history_unittest_sources)', | 690 '<@(history_unittest_sources)', |
688 '<@(instance_id_unittest_sources)', | 691 '<@(instance_id_unittest_sources)', |
689 '<@(json_schema_unittest_sources)', | 692 '<@(json_schema_unittest_sources)', |
690 '<@(keyed_service_unittest_sources)', | 693 '<@(keyed_service_unittest_sources)', |
691 '<@(language_usage_metrics_unittest_sources)', | 694 '<@(language_usage_metrics_unittest_sources)', |
692 '<@(leveldb_proto_unittest_sources)', | 695 '<@(leveldb_proto_unittest_sources)', |
693 '<@(login_unittest_sources)', | 696 '<@(login_unittest_sources)', |
694 '<@(metrics_unittest_sources)', | 697 '<@(metrics_unittest_sources)', |
695 '<@(mime_util_unittest_sources)', | 698 '<@(mime_util_unittest_sources)', |
696 '<@(network_time_unittest_sources)', | 699 '<@(network_time_unittest_sources)', |
| 700 '<@(offline_page_unittest_sources)', |
697 '<@(omnibox_unittest_sources)', | 701 '<@(omnibox_unittest_sources)', |
698 '<@(os_crypt_unittest_sources)', | 702 '<@(os_crypt_unittest_sources)', |
699 '<@(packed_ct_ev_whitelist_unittest_sources)', | 703 '<@(packed_ct_ev_whitelist_unittest_sources)', |
700 '<@(password_manager_unittest_sources)', | 704 '<@(password_manager_unittest_sources)', |
701 '<@(precache_unittest_sources)', | 705 '<@(precache_unittest_sources)', |
702 '<@(query_parser_unittest_sources)', | 706 '<@(query_parser_unittest_sources)', |
703 '<@(rappor_unittest_sources)', | 707 '<@(rappor_unittest_sources)', |
704 '<@(search_unittest_sources)', | 708 '<@(search_unittest_sources)', |
705 '<@(search_provider_logos_unittest_sources)', | 709 '<@(search_provider_logos_unittest_sources)', |
706 '<@(sessions_unittest_sources)', | 710 '<@(sessions_unittest_sources)', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 'components.gyp:language_usage_metrics', | 793 'components.gyp:language_usage_metrics', |
790 'components.gyp:leveldb_proto', | 794 'components.gyp:leveldb_proto', |
791 'components.gyp:leveldb_proto_test_support', | 795 'components.gyp:leveldb_proto_test_support', |
792 'components.gyp:login', | 796 'components.gyp:login', |
793 'components.gyp:metrics', | 797 'components.gyp:metrics', |
794 'components.gyp:metrics_gpu', | 798 'components.gyp:metrics_gpu', |
795 'components.gyp:metrics_net', | 799 'components.gyp:metrics_net', |
796 'components.gyp:metrics_profiler', | 800 'components.gyp:metrics_profiler', |
797 'components.gyp:metrics_test_support', | 801 'components.gyp:metrics_test_support', |
798 'components.gyp:network_time', | 802 'components.gyp:network_time', |
| 803 'components.gyp:offline_pages', |
799 'components.gyp:omnibox', | 804 'components.gyp:omnibox', |
800 'components.gyp:omnibox_test_support', | 805 'components.gyp:omnibox_test_support', |
801 'components.gyp:os_crypt', | 806 'components.gyp:os_crypt', |
802 'components.gyp:packed_ct_ev_whitelist', | 807 'components.gyp:packed_ct_ev_whitelist', |
803 'components.gyp:password_manager_core_browser', | 808 'components.gyp:password_manager_core_browser', |
804 'components.gyp:password_manager_core_browser', | 809 'components.gyp:password_manager_core_browser', |
805 'components.gyp:password_manager_core_browser_test_support', | 810 'components.gyp:password_manager_core_browser_test_support', |
806 'components.gyp:precache_core', | 811 'components.gyp:precache_core', |
807 'components.gyp:pref_registry_test_support', | 812 'components.gyp:pref_registry_test_support', |
808 'components.gyp:query_parser', | 813 'components.gyp:query_parser', |
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1462 ], | 1467 ], |
1463 'variables': { | 1468 'variables': { |
1464 'test_suite_name': 'components_unittests', | 1469 'test_suite_name': 'components_unittests', |
1465 }, | 1470 }, |
1466 'includes': [ '../build/apk_test.gypi' ], | 1471 'includes': [ '../build/apk_test.gypi' ], |
1467 }, | 1472 }, |
1468 ], | 1473 ], |
1469 }], | 1474 }], |
1470 ], | 1475 ], |
1471 } | 1476 } |
OLD | NEW |