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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'bookmarks/browser/bookmark_utils_unittest.cc', | 74 'bookmarks/browser/bookmark_utils_unittest.cc', |
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/update_checker_unittest.cc', | 82 'component_updater/test/update_checker_unittest.cc', |
83 'component_updater/test/update_response_unittest.cc', | 83 'component_updater/test/update_response_unittest.cc', |
| 84 'content_settings/core/common/content_settings_pattern_parser_unitte
st.cc', |
| 85 'content_settings/core/common/content_settings_pattern_unittest.cc', |
84 'crx_file/id_util_unittest.cc', | 86 'crx_file/id_util_unittest.cc', |
85 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand
ler_unittest.cc', | 87 'data_reduction_proxy/browser/data_reduction_proxy_auth_request_hand
ler_unittest.cc', |
86 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un
ittest.cc', | 88 'data_reduction_proxy/browser/data_reduction_proxy_config_service_un
ittest.cc', |
87 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.
cc', | 89 'data_reduction_proxy/browser/data_reduction_proxy_metrics_unittest.
cc', |
88 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c
c', | 90 'data_reduction_proxy/browser/data_reduction_proxy_params_unittest.c
c', |
89 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest
.cc', | 91 'data_reduction_proxy/browser/data_reduction_proxy_protocol_unittest
.cc', |
90 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest
.cc', | 92 'data_reduction_proxy/browser/data_reduction_proxy_settings_unittest
.cc', |
91 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_
unittest.cc', | 93 'data_reduction_proxy/browser/data_reduction_proxy_tamper_detection_
unittest.cc', |
92 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt
est.cc', | 94 'data_reduction_proxy/browser/data_reduction_proxy_usage_stats_unitt
est.cc', |
93 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c
c', | 95 'data_reduction_proxy/common/data_reduction_proxy_headers_unittest.c
c', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
280 'components.gyp:bookmarks_browser', | 282 'components.gyp:bookmarks_browser', |
281 'components.gyp:bookmarks_test_support', | 283 'components.gyp:bookmarks_test_support', |
282 | 284 |
283 # Dependencies of captive_portal | 285 # Dependencies of captive_portal |
284 'components.gyp:captive_portal_test_support', | 286 'components.gyp:captive_portal_test_support', |
285 '../net/net.gyp:net_test_support', | 287 '../net/net.gyp:net_test_support', |
286 | 288 |
287 # Dependencies of cloud_devices | 289 # Dependencies of cloud_devices |
288 'components.gyp:cloud_devices_common', | 290 'components.gyp:cloud_devices_common', |
289 | 291 |
| 292 # Dependencies of content_settings |
| 293 'components.gyp:content_settings_core_common', |
| 294 |
290 # Dependencies of crash | 295 # Dependencies of crash |
291 'components.gyp:crash_test_support', | 296 'components.gyp:crash_test_support', |
292 | 297 |
293 # Dependencies of crx_file | 298 # Dependencies of crx_file |
294 'components.gyp:crx_file', | 299 'components.gyp:crx_file', |
295 | 300 |
296 # Dependencies of data_reduction_proxy | 301 # Dependencies of data_reduction_proxy |
297 'components.gyp:data_reduction_proxy_browser', | 302 'components.gyp:data_reduction_proxy_browser', |
298 'components.gyp:data_reduction_proxy_common', | 303 'components.gyp:data_reduction_proxy_common', |
299 'components.gyp:data_reduction_proxy_test_support', | 304 'components.gyp:data_reduction_proxy_test_support', |
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 'dependencies': [ | 938 'dependencies': [ |
934 '../base/allocator/allocator.gyp:allocator', | 939 '../base/allocator/allocator.gyp:allocator', |
935 ], | 940 ], |
936 }], | 941 }], |
937 ], | 942 ], |
938 }, | 943 }, |
939 ], | 944 ], |
940 }], | 945 }], |
941 ], | 946 ], |
942 } | 947 } |
OLD | NEW |