| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'dom_distiller/core/viewer_unittest.cc', | 80 'dom_distiller/core/viewer_unittest.cc', |
| 81 'domain_reliability/config_unittest.cc', | 81 'domain_reliability/config_unittest.cc', |
| 82 'domain_reliability/context_unittest.cc', | 82 'domain_reliability/context_unittest.cc', |
| 83 'domain_reliability/dispatcher_unittest.cc', | 83 'domain_reliability/dispatcher_unittest.cc', |
| 84 'domain_reliability/monitor_unittest.cc', | 84 'domain_reliability/monitor_unittest.cc', |
| 85 'domain_reliability/scheduler_unittest.cc', | 85 'domain_reliability/scheduler_unittest.cc', |
| 86 'domain_reliability/test_util.cc', | 86 'domain_reliability/test_util.cc', |
| 87 'domain_reliability/test_util.h', | 87 'domain_reliability/test_util.h', |
| 88 'domain_reliability/uploader_unittest.cc', | 88 'domain_reliability/uploader_unittest.cc', |
| 89 'domain_reliability/util_unittest.cc', | 89 'domain_reliability/util_unittest.cc', |
| 90 'invalidation/invalidation_logger_unittest.cc', |
| 90 'json_schema/json_schema_validator_unittest.cc', | 91 'json_schema/json_schema_validator_unittest.cc', |
| 91 'json_schema/json_schema_validator_unittest_base.cc', | 92 'json_schema/json_schema_validator_unittest_base.cc', |
| 92 'json_schema/json_schema_validator_unittest_base.h', | 93 'json_schema/json_schema_validator_unittest_base.h', |
| 93 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', | 94 'keyed_service/content/browser_context_dependency_manager_unittest.c
c', |
| 94 'keyed_service/core/dependency_graph_unittest.cc', | 95 'keyed_service/core/dependency_graph_unittest.cc', |
| 95 'language_usage_metrics/language_usage_metrics_unittest.cc', | 96 'language_usage_metrics/language_usage_metrics_unittest.cc', |
| 96 'metrics/metrics_hashes_unittest.cc', | 97 'metrics/metrics_hashes_unittest.cc', |
| 97 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', | 98 'navigation_interception/intercept_navigation_resource_throttle_unit
test.cc', |
| 98 'os_crypt/ie7_password_win_unittest.cc', | 99 'os_crypt/ie7_password_win_unittest.cc', |
| 99 'os_crypt/keychain_password_mac_unittest.mm', | 100 'os_crypt/keychain_password_mac_unittest.mm', |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'components.gyp:data_reduction_proxy_test_support', | 201 'components.gyp:data_reduction_proxy_test_support', |
| 201 | 202 |
| 202 # Dependencies of dom_distiller | 203 # Dependencies of dom_distiller |
| 203 'components.gyp:distilled_page_proto', | 204 'components.gyp:distilled_page_proto', |
| 204 'components.gyp:dom_distiller_core', | 205 'components.gyp:dom_distiller_core', |
| 205 'components.gyp:dom_distiller_test_support', | 206 'components.gyp:dom_distiller_test_support', |
| 206 | 207 |
| 207 # Dependencies of domain_reliability | 208 # Dependencies of domain_reliability |
| 208 'components.gyp:domain_reliability', | 209 'components.gyp:domain_reliability', |
| 209 | 210 |
| 211 # Dependencies of invalidation |
| 212 'components.gyp:invalidation', |
| 213 |
| 210 # Dependencies of json_schema | 214 # Dependencies of json_schema |
| 211 'components.gyp:json_schema', | 215 'components.gyp:json_schema', |
| 212 | 216 |
| 213 # Dependencies of keyed_service | 217 # Dependencies of keyed_service |
| 214 'components.gyp:keyed_service_core', | 218 'components.gyp:keyed_service_core', |
| 215 | 219 |
| 216 # Dependencies of language_usage_metrics | 220 # Dependencies of language_usage_metrics |
| 217 'components.gyp:language_usage_metrics', | 221 'components.gyp:language_usage_metrics', |
| 218 | 222 |
| 219 # Dependencies of os_crypt | 223 # Dependencies of os_crypt |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 671 'dependencies': [ | 675 'dependencies': [ |
| 672 '../base/allocator/allocator.gyp:allocator', | 676 '../base/allocator/allocator.gyp:allocator', |
| 673 ], | 677 ], |
| 674 }], | 678 }], |
| 675 ], | 679 ], |
| 676 }, | 680 }, |
| 677 ], | 681 ], |
| 678 }], | 682 }], |
| 679 ], | 683 ], |
| 680 } | 684 } |
| OLD | NEW |