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 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 'rappor/log_uploader_unittest.cc', | 537 'rappor/log_uploader_unittest.cc', |
538 'rappor/rappor_metric_unittest.cc', | 538 'rappor/rappor_metric_unittest.cc', |
539 'rappor/rappor_prefs_unittest.cc', | 539 'rappor/rappor_prefs_unittest.cc', |
540 'rappor/rappor_service_unittest.cc', | 540 'rappor/rappor_service_unittest.cc', |
541 'rappor/rappor_utils_unittest.cc', | 541 'rappor/rappor_utils_unittest.cc', |
542 'rappor/sampler_unittest.cc', | 542 'rappor/sampler_unittest.cc', |
543 ], | 543 ], |
544 'rlz_unittest_sources': [ | 544 'rlz_unittest_sources': [ |
545 'rlz/rlz_tracker_unittest.cc', | 545 'rlz/rlz_tracker_unittest.cc', |
546 ], | 546 ], |
| 547 'safe_browsing_db_unittest_sources': [ |
| 548 'safe_browsing_db/prefix_set_unittest.cc', |
| 549 ], |
547 'safe_json_unittest_sources': [ | 550 'safe_json_unittest_sources': [ |
548 'safe_json/json_sanitizer_unittest.cc', | 551 'safe_json/json_sanitizer_unittest.cc', |
549 ], | 552 ], |
550 'scheduler_unittest_sources': [ | 553 'scheduler_unittest_sources': [ |
551 'scheduler/child/idle_helper_unittest.cc', | 554 'scheduler/child/idle_helper_unittest.cc', |
552 'scheduler/child/nestable_task_runner_for_test.cc', | 555 'scheduler/child/nestable_task_runner_for_test.cc', |
553 'scheduler/child/nestable_task_runner_for_test.h', | 556 'scheduler/child/nestable_task_runner_for_test.h', |
554 'scheduler/child/scheduler_helper_unittest.cc', | 557 'scheduler/child/scheduler_helper_unittest.cc', |
555 'scheduler/child/scheduler_task_runner_delegate_for_test.cc', | 558 'scheduler/child/scheduler_task_runner_delegate_for_test.cc', |
556 'scheduler/child/scheduler_task_runner_delegate_for_test.h', | 559 'scheduler/child/scheduler_task_runner_delegate_for_test.h', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
816 '<@(offline_page_unittest_sources)', | 819 '<@(offline_page_unittest_sources)', |
817 '<@(omnibox_unittest_sources)', | 820 '<@(omnibox_unittest_sources)', |
818 '<@(open_from_clipboard_unittest_sources)', | 821 '<@(open_from_clipboard_unittest_sources)', |
819 '<@(os_crypt_unittest_sources)', | 822 '<@(os_crypt_unittest_sources)', |
820 '<@(packed_ct_ev_whitelist_unittest_sources)', | 823 '<@(packed_ct_ev_whitelist_unittest_sources)', |
821 '<@(password_manager_unittest_sources)', | 824 '<@(password_manager_unittest_sources)', |
822 '<@(precache_unittest_sources)', | 825 '<@(precache_unittest_sources)', |
823 '<@(proxy_config_unittest_sources)', | 826 '<@(proxy_config_unittest_sources)', |
824 '<@(query_parser_unittest_sources)', | 827 '<@(query_parser_unittest_sources)', |
825 '<@(rappor_unittest_sources)', | 828 '<@(rappor_unittest_sources)', |
| 829 '<@(safe_browsing_db_unittest_sources)', |
826 '<@(search_engines_unittest_sources)', | 830 '<@(search_engines_unittest_sources)', |
827 '<@(search_provider_logos_unittest_sources)', | 831 '<@(search_provider_logos_unittest_sources)', |
828 '<@(search_unittest_sources)', | 832 '<@(search_unittest_sources)', |
829 '<@(sessions_unittest_sources)', | 833 '<@(sessions_unittest_sources)', |
830 '<@(signin_unittest_sources)', | 834 '<@(signin_unittest_sources)', |
831 '<@(suggestions_unittest_sources)', | 835 '<@(suggestions_unittest_sources)', |
832 '<@(sync_driver_unittest_sources)', | 836 '<@(sync_driver_unittest_sources)', |
833 '<@(translate_unittest_sources)', | 837 '<@(translate_unittest_sources)', |
834 '<@(undo_unittest_sources)', | 838 '<@(undo_unittest_sources)', |
835 '<@(update_client_unittest_sources)', | 839 '<@(update_client_unittest_sources)', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 'components.gyp:packed_ct_ev_whitelist', | 933 'components.gyp:packed_ct_ev_whitelist', |
930 'components.gyp:password_manager_core_browser', | 934 'components.gyp:password_manager_core_browser', |
931 'components.gyp:password_manager_core_browser_test_support', | 935 'components.gyp:password_manager_core_browser_test_support', |
932 'components.gyp:password_manager_sync_browser', | 936 'components.gyp:password_manager_sync_browser', |
933 'components.gyp:precache_core', | 937 'components.gyp:precache_core', |
934 'components.gyp:pref_registry_test_support', | 938 'components.gyp:pref_registry_test_support', |
935 'components.gyp:proxy_config', | 939 'components.gyp:proxy_config', |
936 'components.gyp:query_parser', | 940 'components.gyp:query_parser', |
937 'components.gyp:rappor', | 941 'components.gyp:rappor', |
938 'components.gyp:rappor_test_support', | 942 'components.gyp:rappor_test_support', |
| 943 'components.gyp:safe_browsing_db', |
939 'components.gyp:search', | 944 'components.gyp:search', |
940 'components.gyp:search_engines', | 945 'components.gyp:search_engines', |
941 'components.gyp:search_engines_test_support', | 946 'components.gyp:search_engines_test_support', |
942 'components.gyp:search_provider_logos', | 947 'components.gyp:search_provider_logos', |
943 'components.gyp:sessions_test_support', | 948 'components.gyp:sessions_test_support', |
944 'components.gyp:signin_core_browser', | 949 'components.gyp:signin_core_browser', |
945 'components.gyp:signin_core_browser_test_support', | 950 'components.gyp:signin_core_browser_test_support', |
946 'components.gyp:suggestions', | 951 'components.gyp:suggestions', |
947 'components.gyp:sync_driver_test_support', | 952 'components.gyp:sync_driver_test_support', |
948 'components.gyp:translate_core_browser', | 953 'components.gyp:translate_core_browser', |
(...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1673 'invalidation/impl/android/junit/', | 1678 'invalidation/impl/android/junit/', |
1674 'policy/android/junit/' | 1679 'policy/android/junit/' |
1675 ], | 1680 ], |
1676 }, | 1681 }, |
1677 'includes': [ '../build/host_jar.gypi' ], | 1682 'includes': [ '../build/host_jar.gypi' ], |
1678 }, | 1683 }, |
1679 ], | 1684 ], |
1680 }], | 1685 }], |
1681 ], | 1686 ], |
1682 } | 1687 } |
OLD | NEW |