| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'dom_distiller/core/viewer_unittest.cc', | 85 'dom_distiller/core/viewer_unittest.cc', |
| 86 'domain_reliability/config_unittest.cc', | 86 'domain_reliability/config_unittest.cc', |
| 87 'domain_reliability/context_unittest.cc', | 87 'domain_reliability/context_unittest.cc', |
| 88 'domain_reliability/dispatcher_unittest.cc', | 88 'domain_reliability/dispatcher_unittest.cc', |
| 89 'domain_reliability/monitor_unittest.cc', | 89 'domain_reliability/monitor_unittest.cc', |
| 90 'domain_reliability/scheduler_unittest.cc', | 90 'domain_reliability/scheduler_unittest.cc', |
| 91 'domain_reliability/test_util.cc', | 91 'domain_reliability/test_util.cc', |
| 92 'domain_reliability/test_util.h', | 92 'domain_reliability/test_util.h', |
| 93 'domain_reliability/uploader_unittest.cc', | 93 'domain_reliability/uploader_unittest.cc', |
| 94 'domain_reliability/util_unittest.cc', | 94 'domain_reliability/util_unittest.cc', |
| 95 'enhanced_bookmarks/image_store_unittest.cc', |
| 95 'feedback/feedback_uploader_unittest.cc', | 96 'feedback/feedback_uploader_unittest.cc', |
| 96 'json_schema/json_schema_validator_unittest.cc', | 97 'json_schema/json_schema_validator_unittest.cc', |
| 97 'json_schema/json_schema_validator_unittest_base.cc', | 98 'json_schema/json_schema_validator_unittest_base.cc', |
| 98 'json_schema/json_schema_validator_unittest_base.h', | 99 'json_schema/json_schema_validator_unittest_base.h', |
| 99 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 100 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 100 'keyed_service/core/dependency_graph_unittest.cc', | 101 'keyed_service/core/dependency_graph_unittest.cc', |
| 101 'language_usage_metrics/language_usage_metrics_unittest.cc', | 102 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 102 'metrics/metrics_hashes_unittest.cc', | 103 'metrics/metrics_hashes_unittest.cc', |
| 103 'metrics/metrics_log_base_unittest.cc', | 104 'metrics/metrics_log_base_unittest.cc', |
| 104 'metrics/metrics_log_manager_unittest.cc', | 105 'metrics/metrics_log_manager_unittest.cc', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 197 # Dependencies of autofill | 198 # Dependencies of autofill |
| 198 'components.gyp:autofill_core_browser', | 199 'components.gyp:autofill_core_browser', |
| 199 'components.gyp:autofill_core_common', | 200 'components.gyp:autofill_core_common', |
| 200 'components.gyp:autofill_core_test_support', | 201 'components.gyp:autofill_core_test_support', |
| 201 'components_strings.gyp:components_strings', | 202 'components_strings.gyp:components_strings', |
| 202 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 203 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 203 | 204 |
| 204 # Dependencies of bookmarks | 205 # Dependencies of bookmarks |
| 205 'components.gyp:bookmarks_core_browser', | 206 'components.gyp:bookmarks_core_browser', |
| 206 'components.gyp:bookmarks_core_test_support', | 207 'components.gyp:bookmarks_core_test_support', |
| 207 | 208 |
| 208 # Dependencies of captive_portal | 209 # Dependencies of captive_portal |
| 209 'components.gyp:captive_portal_test_support', | 210 'components.gyp:captive_portal_test_support', |
| 210 '../net/net.gyp:net_test_support', | 211 '../net/net.gyp:net_test_support', |
| 211 | 212 |
| 212 # Dependencies of cloud_devices | 213 # Dependencies of cloud_devices |
| 213 'components.gyp:cloud_devices_common', | 214 'components.gyp:cloud_devices_common', |
| 214 | 215 |
| 215 # Dependencies of data_reduction_proxy | 216 # Dependencies of data_reduction_proxy |
| 216 'components.gyp:data_reduction_proxy_browser', | 217 'components.gyp:data_reduction_proxy_browser', |
| 217 'components.gyp:data_reduction_proxy_common', | 218 'components.gyp:data_reduction_proxy_common', |
| 218 'components.gyp:data_reduction_proxy_test_support', | 219 'components.gyp:data_reduction_proxy_test_support', |
| 219 | 220 |
| 220 # Dependencies of dom_distiller | 221 # Dependencies of dom_distiller |
| 221 'components.gyp:distilled_page_proto', | 222 'components.gyp:distilled_page_proto', |
| 222 'components.gyp:dom_distiller_core', | 223 'components.gyp:dom_distiller_core', |
| 223 'components.gyp:dom_distiller_test_support', | 224 'components.gyp:dom_distiller_test_support', |
| 224 | 225 |
| 225 # Dependencies of domain_reliability | 226 # Dependencies of domain_reliability |
| 226 'components.gyp:domain_reliability', | 227 'components.gyp:domain_reliability', |
| 227 | 228 |
| 229 # Dependencies of enhanced_bookmarks |
| 230 'components.gyp:enhanced_bookmarks', |
| 231 'components.gyp:enhanced_bookmarks_test_support', |
| 232 |
| 228 # Dependencies of feedback | 233 # Dependencies of feedback |
| 229 'components.gyp:feedback_component', | 234 'components.gyp:feedback_component', |
| 230 | 235 |
| 231 # Dependencies of json_schema | 236 # Dependencies of json_schema |
| 232 'components.gyp:json_schema', | 237 'components.gyp:json_schema', |
| 233 | 238 |
| 234 # Dependencies of keyed_service | 239 # Dependencies of keyed_service |
| 235 'components.gyp:keyed_service_core', | 240 'components.gyp:keyed_service_core', |
| 236 | 241 |
| 237 # Dependencies of language_usage_metrics | 242 # Dependencies of language_usage_metrics |
| (...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 696 'dependencies': [ | 701 'dependencies': [ |
| 697 '../base/allocator/allocator.gyp:allocator', | 702 '../base/allocator/allocator.gyp:allocator', |
| 698 ], | 703 ], |
| 699 }], | 704 }], |
| 700 ], | 705 ], |
| 701 }, | 706 }, |
| 702 ], | 707 ], |
| 703 }], | 708 }], |
| 704 ], | 709 ], |
| 705 } | 710 } |
| OLD | NEW |