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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
564 'rappor/log_uploader_unittest.cc', | 564 'rappor/log_uploader_unittest.cc', |
565 'rappor/rappor_metric_unittest.cc', | 565 'rappor/rappor_metric_unittest.cc', |
566 'rappor/rappor_prefs_unittest.cc', | 566 'rappor/rappor_prefs_unittest.cc', |
567 'rappor/rappor_service_unittest.cc', | 567 'rappor/rappor_service_unittest.cc', |
568 'rappor/rappor_utils_unittest.cc', | 568 'rappor/rappor_utils_unittest.cc', |
569 'rappor/sampler_unittest.cc', | 569 'rappor/sampler_unittest.cc', |
570 ], | 570 ], |
571 'rlz_unittest_sources': [ | 571 'rlz_unittest_sources': [ |
572 'rlz/rlz_tracker_unittest.cc', | 572 'rlz/rlz_tracker_unittest.cc', |
573 ], | 573 ], |
574 'safe_browsing_db_unittest_sources': [ | |
575 'safe_browsing_db/prefix_set_unittest.cc', | |
576 'safe_browsing_db/safe_browsing_db_util_unittest.cc', | |
577 ], | |
578 'safe_json_unittest_sources': [ | 574 'safe_json_unittest_sources': [ |
579 'safe_json/json_sanitizer_unittest.cc', | 575 'safe_json/json_sanitizer_unittest.cc', |
580 ], | 576 ], |
581 'scheduler_unittest_sources': [ | 577 'scheduler_unittest_sources': [ |
582 'scheduler/base/nestable_task_runner_for_test.cc', | 578 'scheduler/base/nestable_task_runner_for_test.cc', |
583 'scheduler/base/nestable_task_runner_for_test.h', | 579 'scheduler/base/nestable_task_runner_for_test.h', |
584 'scheduler/base/task_queue_manager_unittest.cc', | 580 'scheduler/base/task_queue_manager_unittest.cc', |
585 'scheduler/base/task_queue_selector_unittest.cc', | 581 'scheduler/base/task_queue_selector_unittest.cc', |
586 'scheduler/base/task_queue_sets_unittest.cc', | 582 'scheduler/base/task_queue_sets_unittest.cc', |
587 'scheduler/base/test_always_fail_time_source.cc', | 583 'scheduler/base/test_always_fail_time_source.cc', |
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 ['OS != "ios"', { | 1087 ['OS != "ios"', { |
1092 'sources': [ | 1088 'sources': [ |
1093 '<@(certificate_transparency_unittest_sources)', | 1089 '<@(certificate_transparency_unittest_sources)', |
1094 '<@(devtools_http_handler_unittest_sources)', | 1090 '<@(devtools_http_handler_unittest_sources)', |
1095 '<@(error_page_unittest_sources)', | 1091 '<@(error_page_unittest_sources)', |
1096 '<@(guest_view_unittest_sources)', | 1092 '<@(guest_view_unittest_sources)', |
1097 '<@(navigation_interception_unittest_sources)', | 1093 '<@(navigation_interception_unittest_sources)', |
1098 '<@(network_hints_unittest_sources)', | 1094 '<@(network_hints_unittest_sources)', |
1099 '<@(page_load_metrics_unittest_sources)', | 1095 '<@(page_load_metrics_unittest_sources)', |
1100 '<@(power_unittest_sources)', | 1096 '<@(power_unittest_sources)', |
1101 '<@(safe_browsing_db_unittest_sources)', | |
1102 '<@(safe_json_unittest_sources)', | 1097 '<@(safe_json_unittest_sources)', |
1103 '<@(scheduler_unittest_sources)', | 1098 '<@(scheduler_unittest_sources)', |
1104 '<@(storage_monitor_unittest_sources)', | 1099 '<@(storage_monitor_unittest_sources)', |
1105 '<@(tracing_unittest_sources)', | 1100 '<@(tracing_unittest_sources)', |
1106 '<@(ui_unittest_sources)', | 1101 '<@(ui_unittest_sources)', |
1107 '<@(visitedlink_unittest_sources)', | 1102 '<@(visitedlink_unittest_sources)', |
1108 '<@(web_cache_unittest_sources)', | 1103 '<@(web_cache_unittest_sources)', |
1109 '<@(webcrypto_unittest_sources)', | 1104 '<@(webcrypto_unittest_sources)', |
1110 '<@(web_modal_unittest_sources)', | 1105 '<@(web_modal_unittest_sources)', |
1111 ], | 1106 ], |
(...skipping 19 matching lines...) Expand all Loading... |
1131 'components.gyp:keyed_service_content', | 1126 'components.gyp:keyed_service_content', |
1132 'components.gyp:navigation_interception', | 1127 'components.gyp:navigation_interception', |
1133 'components.gyp:network_hints_renderer', | 1128 'components.gyp:network_hints_renderer', |
1134 'components.gyp:metrics_gpu', | 1129 'components.gyp:metrics_gpu', |
1135 'components.gyp:page_load_metrics_browser', | 1130 'components.gyp:page_load_metrics_browser', |
1136 'components.gyp:page_load_metrics_renderer', | 1131 'components.gyp:page_load_metrics_renderer', |
1137 'components.gyp:password_manager_content_browser', | 1132 'components.gyp:password_manager_content_browser', |
1138 'components.gyp:password_manager_content_common', | 1133 'components.gyp:password_manager_content_common', |
1139 'components.gyp:power', | 1134 'components.gyp:power', |
1140 'components.gyp:precache_content', | 1135 'components.gyp:precache_content', |
1141 'components.gyp:safe_browsing_db', | |
1142 'components.gyp:safe_json', | 1136 'components.gyp:safe_json', |
1143 'components.gyp:safe_json_test_support', | 1137 'components.gyp:safe_json_test_support', |
1144 'components.gyp:sessions_content', | 1138 'components.gyp:sessions_content', |
1145 'components.gyp:storage_monitor', | 1139 'components.gyp:storage_monitor', |
1146 'components.gyp:storage_monitor_test_support', | 1140 'components.gyp:storage_monitor_test_support', |
1147 'components.gyp:url_matcher', | 1141 'components.gyp:url_matcher', |
1148 'components.gyp:visitedlink_browser', | 1142 'components.gyp:visitedlink_browser', |
1149 'components.gyp:visitedlink_renderer', | 1143 'components.gyp:visitedlink_renderer', |
1150 'components.gyp:web_cache_browser', | 1144 'components.gyp:web_cache_browser', |
1151 'components.gyp:web_modal', | 1145 'components.gyp:web_modal', |
(...skipping 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1792 'dependencies': [ | 1786 'dependencies': [ |
1793 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1787 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1794 ], | 1788 ], |
1795 }], | 1789 }], |
1796 ], | 1790 ], |
1797 }, | 1791 }, |
1798 ], | 1792 ], |
1799 }], | 1793 }], |
1800 ], | 1794 ], |
1801 } | 1795 } |
OLD | NEW |