Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Side by Side Diff: components/components_tests.gyp

Issue 675993005: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@local-master
Patch Set: rename component, and add stub wifi_credential_syncable_service Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 'variations/metrics_util_unittest.cc', 254 'variations/metrics_util_unittest.cc',
255 'variations/study_filtering_unittest.cc', 255 'variations/study_filtering_unittest.cc',
256 'variations/variations_associated_data_unittest.cc', 256 'variations/variations_associated_data_unittest.cc',
257 'variations/variations_http_header_provider_unittest.cc', 257 'variations/variations_http_header_provider_unittest.cc',
258 'variations/variations_seed_processor_unittest.cc', 258 'variations/variations_seed_processor_unittest.cc',
259 'variations/variations_seed_simulator_unittest.cc', 259 'variations/variations_seed_simulator_unittest.cc',
260 'visitedlink/test/visitedlink_unittest.cc', 260 'visitedlink/test/visitedlink_unittest.cc',
261 'web_cache/browser/web_cache_manager_unittest.cc', 261 'web_cache/browser/web_cache_manager_unittest.cc',
262 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 262 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
263 'webdata/common/web_database_migration_unittest.cc', 263 'webdata/common/web_database_migration_unittest.cc',
264 'wifi_sync/wifi_security_class_unittest.cc',
264 ], 265 ],
265 'include_dirs': [ 266 'include_dirs': [
266 '..', 267 '..',
267 ], 268 ],
268 'dependencies': [ 269 'dependencies': [
269 '../base/base.gyp:base_prefs_test_support', 270 '../base/base.gyp:base_prefs_test_support',
270 '../base/base.gyp:test_support_base', 271 '../base/base.gyp:test_support_base',
271 # TODO(blundell): Eliminate this dependency by having 272 # TODO(blundell): Eliminate this dependency by having
272 # components_unittests have its own pakfile. crbug.com/348563 273 # components_unittests have its own pakfile. crbug.com/348563
273 '../chrome/chrome_resources.gyp:packed_extra_resources', 274 '../chrome/chrome_resources.gyp:packed_extra_resources',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 'components.gyp:translate_core_common', 442 'components.gyp:translate_core_common',
442 'components.gyp:translate_core_language_detection', 443 'components.gyp:translate_core_language_detection',
443 444
444 # Dependencies of url_fixer 445 # Dependencies of url_fixer
445 'components.gyp:url_fixer', 446 'components.gyp:url_fixer',
446 '../url/url.gyp:url_lib', 447 '../url/url.gyp:url_lib',
447 448
448 # Dependencies of variations 449 # Dependencies of variations
449 'components.gyp:variations', 450 'components.gyp:variations',
450 'components.gyp:variations_http_provider', 451 'components.gyp:variations_http_provider',
452
453 # Dependencies of wifi_sync
454 'components.gyp:wifi_sync',
451 ], 455 ],
452 'conditions': [ 456 'conditions': [
453 ['toolkit_views == 1', { 457 ['toolkit_views == 1', {
454 'sources': [ 458 'sources': [
455 'bookmarks/browser/bookmark_node_data_unittest.cc', 459 'bookmarks/browser/bookmark_node_data_unittest.cc',
456 ], 460 ],
457 }], 461 }],
458 ['OS != "ios"', { 462 ['OS != "ios"', {
459 'sources': [ 463 'sources': [
460 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc', 464 'autofill/content/renderer/renderer_save_password_progress_logge r_unittest.cc',
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'dependencies': [ 988 'dependencies': [
985 '../base/allocator/allocator.gyp:allocator', 989 '../base/allocator/allocator.gyp:allocator',
986 ], 990 ],
987 }], 991 }],
988 ], 992 ],
989 }, 993 },
990 ], 994 ],
991 }], 995 }],
992 ], 996 ],
993 } 997 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698