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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 'crash/app/crash_keys_win_unittest.cc', | 75 'crash/app/crash_keys_win_unittest.cc', |
76 'captive_portal/captive_portal_detector_unittest.cc', | 76 'captive_portal/captive_portal_detector_unittest.cc', |
77 'cloud_devices/common/cloud_devices_urls_unittest.cc', | 77 'cloud_devices/common/cloud_devices_urls_unittest.cc', |
78 'cloud_devices/common/printer_description_unittest.cc', | 78 'cloud_devices/common/printer_description_unittest.cc', |
79 'component_updater/test/component_patcher_unittest.cc', | 79 'component_updater/test/component_patcher_unittest.cc', |
80 'component_updater/test/component_updater_ping_manager_unittest.cc', | 80 'component_updater/test/component_updater_ping_manager_unittest.cc', |
81 'component_updater/test/crx_downloader_unittest.cc', | 81 'component_updater/test/crx_downloader_unittest.cc', |
82 'component_updater/test/request_sender_unittest.cc', | 82 'component_updater/test/request_sender_unittest.cc', |
83 'component_updater/test/update_checker_unittest.cc', | 83 'component_updater/test/update_checker_unittest.cc', |
84 'component_updater/test/update_response_unittest.cc', | 84 'component_updater/test/update_response_unittest.cc', |
| 85 'content_settings/core/browser/content_settings_rule_unittest.cc', |
85 'content_settings/core/common/content_settings_pattern_parser_unitte
st.cc', | 86 'content_settings/core/common/content_settings_pattern_parser_unitte
st.cc', |
86 'content_settings/core/common/content_settings_pattern_unittest.cc', | 87 'content_settings/core/common/content_settings_pattern_unittest.cc', |
87 'crx_file/id_util_unittest.cc', | 88 'crx_file/id_util_unittest.cc', |
88 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand
ler_unittest.cc', | 89 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand
ler_unittest.cc', |
89 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un
ittest.cc', | 90 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un
ittest.cc', |
90 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.
cc', | 91 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.
cc', |
91 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c
c', | 92 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c
c', |
92 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest
.cc', | 93 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest
.cc', |
93 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest
.cc', | 94 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest
.cc', |
94 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_
unittest.cc', | 95 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_
unittest.cc', |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
297 | 298 |
298 # Dependencies of cloud_devices | 299 # Dependencies of cloud_devices |
299 'components.gyp:cloud_devices_common', | 300 'components.gyp:cloud_devices_common', |
300 | 301 |
301 # Dependencies of component_updater | 302 # Dependencies of component_updater |
302 'components.gyp:component_updater', | 303 'components.gyp:component_updater', |
303 'components.gyp:component_updater_test_support', | 304 'components.gyp:component_updater_test_support', |
304 '../third_party/libxml/libxml.gyp:libxml', | 305 '../third_party/libxml/libxml.gyp:libxml', |
305 | 306 |
306 # Dependencies of content_settings | 307 # Dependencies of content_settings |
| 308 'components.gyp:content_settings_core_browser', |
307 'components.gyp:content_settings_core_common', | 309 'components.gyp:content_settings_core_common', |
308 | 310 |
309 # Dependencies of crash | 311 # Dependencies of crash |
310 'components.gyp:crash_test_support', | 312 'components.gyp:crash_test_support', |
311 | 313 |
312 # Dependencies of crx_file | 314 # Dependencies of crx_file |
313 'components.gyp:crx_file', | 315 'components.gyp:crx_file', |
314 | 316 |
315 # Dependencies of data_reduction_proxy | 317 # Dependencies of data_reduction_proxy |
316 'components.gyp:data_reduction_proxy_browser', | 318 'components.gyp:data_reduction_proxy_browser', |
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
945 'dependencies': [ | 947 'dependencies': [ |
946 '../base/allocator/allocator.gyp:allocator', | 948 '../base/allocator/allocator.gyp:allocator', |
947 ], | 949 ], |
948 }], | 950 }], |
949 ], | 951 ], |
950 }, | 952 }, |
951 ], | 953 ], |
952 }], | 954 }], |
953 ], | 955 ], |
954 } | 956 } |
OLD | NEW |