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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 'variations/active_field_trials_unittest.cc', | 236 'variations/active_field_trials_unittest.cc', |
237 'variations/caching_permuted_entropy_provider_unittest.cc', | 237 'variations/caching_permuted_entropy_provider_unittest.cc', |
238 'variations/entropy_provider_unittest.cc', | 238 'variations/entropy_provider_unittest.cc', |
239 'variations/metrics_util_unittest.cc', | 239 'variations/metrics_util_unittest.cc', |
240 'variations/study_filtering_unittest.cc', | 240 'variations/study_filtering_unittest.cc', |
241 'variations/variations_associated_data_unittest.cc', | 241 'variations/variations_associated_data_unittest.cc', |
242 'variations/variations_http_header_provider_unittest.cc', | 242 'variations/variations_http_header_provider_unittest.cc', |
243 'variations/variations_seed_processor_unittest.cc', | 243 'variations/variations_seed_processor_unittest.cc', |
244 'variations/variations_seed_simulator_unittest.cc', | 244 'variations/variations_seed_simulator_unittest.cc', |
245 'visitedlink/test/visitedlink_unittest.cc', | 245 'visitedlink/test/visitedlink_unittest.cc', |
| 246 'web_cache/browser/web_cache_manager_unittest.cc', |
246 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 247 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
247 'webdata/common/web_database_migration_unittest.cc', | 248 'webdata/common/web_database_migration_unittest.cc', |
248 ], | 249 ], |
249 'include_dirs': [ | 250 'include_dirs': [ |
250 '..', | 251 '..', |
251 ], | 252 ], |
252 'dependencies': [ | 253 'dependencies': [ |
253 '../base/base.gyp:base_prefs_test_support', | 254 '../base/base.gyp:base_prefs_test_support', |
254 '../base/base.gyp:test_support_base', | 255 '../base/base.gyp:test_support_base', |
255 # TODO(blundell): Eliminate this dependency by having | 256 # TODO(blundell): Eliminate this dependency by having |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
474 'components.gyp:storage_monitor', | 475 'components.gyp:storage_monitor', |
475 'components.gyp:storage_monitor_test_support', | 476 'components.gyp:storage_monitor_test_support', |
476 | 477 |
477 # Dependencies of url_matcher. | 478 # Dependencies of url_matcher. |
478 'components.gyp:url_matcher', | 479 'components.gyp:url_matcher', |
479 | 480 |
480 # Dependencies of visitedlink | 481 # Dependencies of visitedlink |
481 'components.gyp:visitedlink_browser', | 482 'components.gyp:visitedlink_browser', |
482 'components.gyp:visitedlink_renderer', | 483 'components.gyp:visitedlink_renderer', |
483 | 484 |
| 485 # Dependencies of web_cache |
| 486 'components.gyp:web_cache_browser', |
| 487 |
484 # Dependencies of web_modal | 488 # Dependencies of web_modal |
485 'components.gyp:web_modal', | 489 'components.gyp:web_modal', |
486 'components.gyp:web_modal_test_support', | 490 'components.gyp:web_modal_test_support', |
487 ], | 491 ], |
488 }, { # 'OS == "ios"' | 492 }, { # 'OS == "ios"' |
489 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], | 493 'includes': ['../chrome/chrome_ios_bundle_resources.gypi'], |
490 'sources/': [ | 494 'sources/': [ |
491 ['exclude', '\\.cc$'], | 495 ['exclude', '\\.cc$'], |
492 ['exclude', '\\.mm$'], | 496 ['exclude', '\\.mm$'], |
493 ['include', '^test/run_all_unittests\\.cc$'], | 497 ['include', '^test/run_all_unittests\\.cc$'], |
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 'dependencies': [ | 930 'dependencies': [ |
927 '../base/allocator/allocator.gyp:allocator', | 931 '../base/allocator/allocator.gyp:allocator', |
928 ], | 932 ], |
929 }], | 933 }], |
930 ], | 934 ], |
931 }, | 935 }, |
932 ], | 936 ], |
933 }], | 937 }], |
934 ], | 938 ], |
935 } | 939 } |
OLD | NEW |