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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'variations/metrics_util_unittest.cc', | 263 'variations/metrics_util_unittest.cc', |
264 'variations/net/variations_http_header_provider_unittest.cc', | 264 'variations/net/variations_http_header_provider_unittest.cc', |
265 'variations/study_filtering_unittest.cc', | 265 'variations/study_filtering_unittest.cc', |
266 'variations/variations_associated_data_unittest.cc', | 266 'variations/variations_associated_data_unittest.cc', |
267 'variations/variations_seed_processor_unittest.cc', | 267 'variations/variations_seed_processor_unittest.cc', |
268 'variations/variations_seed_simulator_unittest.cc', | 268 'variations/variations_seed_simulator_unittest.cc', |
269 'visitedlink/test/visitedlink_unittest.cc', | 269 'visitedlink/test/visitedlink_unittest.cc', |
270 'web_cache/browser/web_cache_manager_unittest.cc', | 270 'web_cache/browser/web_cache_manager_unittest.cc', |
271 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 271 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
272 'webdata/common/web_database_migration_unittest.cc', | 272 'webdata/common/web_database_migration_unittest.cc', |
| 273 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
273 ], | 274 ], |
274 'include_dirs': [ | 275 'include_dirs': [ |
275 '..', | 276 '..', |
276 ], | 277 ], |
277 'dependencies': [ | 278 'dependencies': [ |
278 '../base/base.gyp:base_prefs_test_support', | 279 '../base/base.gyp:base_prefs_test_support', |
279 '../base/base.gyp:test_support_base', | 280 '../base/base.gyp:test_support_base', |
280 # TODO(blundell): Eliminate this dependency by having | 281 # TODO(blundell): Eliminate this dependency by having |
281 # components_unittests have its own pakfile. crbug.com/348563 | 282 # components_unittests have its own pakfile. crbug.com/348563 |
282 '../chrome/chrome_resources.gyp:packed_extra_resources', | 283 '../chrome/chrome_resources.gyp:packed_extra_resources', |
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 'components.gyp:translate_core_common', | 459 'components.gyp:translate_core_common', |
459 'components.gyp:translate_core_language_detection', | 460 'components.gyp:translate_core_language_detection', |
460 | 461 |
461 # Dependencies of url_fixer | 462 # Dependencies of url_fixer |
462 'components.gyp:url_fixer', | 463 'components.gyp:url_fixer', |
463 '../url/url.gyp:url_lib', | 464 '../url/url.gyp:url_lib', |
464 | 465 |
465 # Dependencies of variations | 466 # Dependencies of variations |
466 'components.gyp:variations', | 467 'components.gyp:variations', |
467 'components.gyp:variations_http_provider', | 468 'components.gyp:variations_http_provider', |
| 469 |
| 470 # Dependencies of wifi_sync |
| 471 'components.gyp:wifi_sync', |
468 ], | 472 ], |
469 'conditions': [ | 473 'conditions': [ |
470 ['toolkit_views == 1', { | 474 ['toolkit_views == 1', { |
471 'sources': [ | 475 'sources': [ |
472 'bookmarks/browser/bookmark_node_data_unittest.cc', | 476 'bookmarks/browser/bookmark_node_data_unittest.cc', |
473 'constrained_window/constrained_window_views_unittest.cc', | 477 'constrained_window/constrained_window_views_unittest.cc', |
474 ], | 478 ], |
475 'dependencies': [ | 479 'dependencies': [ |
476 '<(DEPTH)/ui/views/views.gyp:views_test_support', | 480 '<(DEPTH)/ui/views/views.gyp:views_test_support', |
477 'components.gyp:constrained_window', | 481 'components.gyp:constrained_window', |
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1023 'dependencies': [ | 1027 'dependencies': [ |
1024 '../base/allocator/allocator.gyp:allocator', | 1028 '../base/allocator/allocator.gyp:allocator', |
1025 ], | 1029 ], |
1026 }], | 1030 }], |
1027 ], | 1031 ], |
1028 }, | 1032 }, |
1029 ], | 1033 ], |
1030 }], | 1034 }], |
1031 ], | 1035 ], |
1032 } | 1036 } |
OLD | NEW |