| 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 'url_matcher/substring_set_matcher_unittest.cc', | 194 'url_matcher/substring_set_matcher_unittest.cc', |
| 195 'url_matcher/url_matcher_factory_unittest.cc', | 195 'url_matcher/url_matcher_factory_unittest.cc', |
| 196 'url_matcher/url_matcher_unittest.cc', | 196 'url_matcher/url_matcher_unittest.cc', |
| 197 'url_fixer/url_fixer_unittest.cc', | 197 'url_fixer/url_fixer_unittest.cc', |
| 198 'variations/active_field_trials_unittest.cc', | 198 'variations/active_field_trials_unittest.cc', |
| 199 'variations/caching_permuted_entropy_provider_unittest.cc', | 199 'variations/caching_permuted_entropy_provider_unittest.cc', |
| 200 'variations/entropy_provider_unittest.cc', | 200 'variations/entropy_provider_unittest.cc', |
| 201 'variations/metrics_util_unittest.cc', | 201 'variations/metrics_util_unittest.cc', |
| 202 'variations/study_filtering_unittest.cc', | 202 'variations/study_filtering_unittest.cc', |
| 203 'variations/variations_associated_data_unittest.cc', | 203 'variations/variations_associated_data_unittest.cc', |
| 204 'variations/variations_http_header_provider_unittest.cc', |
| 204 'variations/variations_seed_processor_unittest.cc', | 205 'variations/variations_seed_processor_unittest.cc', |
| 205 'variations/variations_seed_simulator_unittest.cc', | 206 'variations/variations_seed_simulator_unittest.cc', |
| 206 'visitedlink/test/visitedlink_unittest.cc', | 207 'visitedlink/test/visitedlink_unittest.cc', |
| 207 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 208 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 208 ], | 209 ], |
| 209 'include_dirs': [ | 210 'include_dirs': [ |
| 210 '..', | 211 '..', |
| 211 ], | 212 ], |
| 212 'dependencies': [ | 213 'dependencies': [ |
| 213 '../base/base.gyp:base_prefs_test_support', | 214 '../base/base.gyp:base_prefs_test_support', |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 'components.gyp:feedback_component', | 277 'components.gyp:feedback_component', |
| 277 | 278 |
| 278 # Dependencies of gcm | 279 # Dependencies of gcm |
| 279 'components.gyp:gcm_driver', | 280 'components.gyp:gcm_driver', |
| 280 'components.gyp:gcm_driver_test_support', | 281 'components.gyp:gcm_driver_test_support', |
| 281 | 282 |
| 282 # Dependencies of history | 283 # Dependencies of history |
| 283 'components.gyp:history_core_browser', | 284 'components.gyp:history_core_browser', |
| 284 'components.gyp:history_core_common', | 285 'components.gyp:history_core_common', |
| 285 | 286 |
| 287 # Dependencies of infobar |
| 288 'components.gyp:infobars_test_support', |
| 289 |
| 286 # Dependencies of invalidation | 290 # Dependencies of invalidation |
| 287 'components.gyp:invalidation', | 291 'components.gyp:invalidation', |
| 288 'components.gyp:invalidation_test_support', | 292 'components.gyp:invalidation_test_support', |
| 289 | 293 |
| 290 # Dependencies of json_schema | 294 # Dependencies of json_schema |
| 291 'components.gyp:json_schema', | 295 'components.gyp:json_schema', |
| 292 | 296 |
| 293 # Dependencies of keyed_service | 297 # Dependencies of keyed_service |
| 294 'components.gyp:keyed_service_core', | 298 'components.gyp:keyed_service_core', |
| 295 | 299 |
| (...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 'dependencies': [ | 821 'dependencies': [ |
| 818 '../base/allocator/allocator.gyp:allocator', | 822 '../base/allocator/allocator.gyp:allocator', |
| 819 ], | 823 ], |
| 820 }], | 824 }], |
| 821 ], | 825 ], |
| 822 }, | 826 }, |
| 823 ], | 827 ], |
| 824 }], | 828 }], |
| 825 ], | 829 ], |
| 826 } | 830 } |
| OLD | NEW |