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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 '<@(history_unittest_sources)', | 689 '<@(history_unittest_sources)', |
687 '<@(instance_id_unittest_sources)', | 690 '<@(instance_id_unittest_sources)', |
688 '<@(json_schema_unittest_sources)', | 691 '<@(json_schema_unittest_sources)', |
689 '<@(keyed_service_unittest_sources)', | 692 '<@(keyed_service_unittest_sources)', |
690 '<@(language_usage_metrics_unittest_sources)', | 693 '<@(language_usage_metrics_unittest_sources)', |
691 '<@(leveldb_proto_unittest_sources)', | 694 '<@(leveldb_proto_unittest_sources)', |
692 '<@(login_unittest_sources)', | 695 '<@(login_unittest_sources)', |
693 '<@(metrics_unittest_sources)', | 696 '<@(metrics_unittest_sources)', |
694 '<@(mime_util_unittest_sources)', | 697 '<@(mime_util_unittest_sources)', |
695 '<@(network_time_unittest_sources)', | 698 '<@(network_time_unittest_sources)', |
| 699 '<@(offline_page_unittest_sources)', |
696 '<@(omnibox_unittest_sources)', | 700 '<@(omnibox_unittest_sources)', |
697 '<@(os_crypt_unittest_sources)', | 701 '<@(os_crypt_unittest_sources)', |
698 '<@(packed_ct_ev_whitelist_unittest_sources)', | 702 '<@(packed_ct_ev_whitelist_unittest_sources)', |
699 '<@(password_manager_unittest_sources)', | 703 '<@(password_manager_unittest_sources)', |
700 '<@(precache_unittest_sources)', | 704 '<@(precache_unittest_sources)', |
701 '<@(query_parser_unittest_sources)', | 705 '<@(query_parser_unittest_sources)', |
702 '<@(rappor_unittest_sources)', | 706 '<@(rappor_unittest_sources)', |
703 '<@(search_unittest_sources)', | 707 '<@(search_unittest_sources)', |
704 '<@(search_provider_logos_unittest_sources)', | 708 '<@(search_provider_logos_unittest_sources)', |
705 '<@(sessions_unittest_sources)', | 709 '<@(sessions_unittest_sources)', |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 'components.gyp:language_usage_metrics', | 792 'components.gyp:language_usage_metrics', |
789 'components.gyp:leveldb_proto', | 793 'components.gyp:leveldb_proto', |
790 'components.gyp:leveldb_proto_test_support', | 794 'components.gyp:leveldb_proto_test_support', |
791 'components.gyp:login', | 795 'components.gyp:login', |
792 'components.gyp:metrics', | 796 'components.gyp:metrics', |
793 'components.gyp:metrics_gpu', | 797 'components.gyp:metrics_gpu', |
794 'components.gyp:metrics_net', | 798 'components.gyp:metrics_net', |
795 'components.gyp:metrics_profiler', | 799 'components.gyp:metrics_profiler', |
796 'components.gyp:metrics_test_support', | 800 'components.gyp:metrics_test_support', |
797 'components.gyp:network_time', | 801 'components.gyp:network_time', |
| 802 'components.gyp:offline_pages', |
798 'components.gyp:omnibox', | 803 'components.gyp:omnibox', |
799 'components.gyp:omnibox_test_support', | 804 'components.gyp:omnibox_test_support', |
800 'components.gyp:os_crypt', | 805 'components.gyp:os_crypt', |
801 'components.gyp:packed_ct_ev_whitelist', | 806 'components.gyp:packed_ct_ev_whitelist', |
802 'components.gyp:password_manager_core_browser', | 807 'components.gyp:password_manager_core_browser', |
803 'components.gyp:password_manager_core_browser', | 808 'components.gyp:password_manager_core_browser', |
804 'components.gyp:password_manager_core_browser_test_support', | 809 'components.gyp:password_manager_core_browser_test_support', |
805 'components.gyp:precache_core', | 810 'components.gyp:precache_core', |
806 'components.gyp:pref_registry_test_support', | 811 'components.gyp:pref_registry_test_support', |
807 'components.gyp:query_parser', | 812 'components.gyp:query_parser', |
(...skipping 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1461 ], | 1466 ], |
1462 'variables': { | 1467 'variables': { |
1463 'test_suite_name': 'components_unittests', | 1468 'test_suite_name': 'components_unittests', |
1464 }, | 1469 }, |
1465 'includes': [ '../build/apk_test.gypi' ], | 1470 'includes': [ '../build/apk_test.gypi' ], |
1466 }, | 1471 }, |
1467 ], | 1472 ], |
1468 }], | 1473 }], |
1469 ], | 1474 ], |
1470 } | 1475 } |
OLD | NEW |