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