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

Side by Side Diff: components/components_tests.gyp

Issue 709683004: components: add wifi_sync component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@submit-1-security-class
Patch Set: 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 'dependencies': [ 1032 'dependencies': [
1032 '../base/allocator/allocator.gyp:allocator', 1033 '../base/allocator/allocator.gyp:allocator',
1033 ], 1034 ],
1034 }], 1035 }],
1035 ], 1036 ],
1036 }, 1037 },
1037 ], 1038 ],
1038 }], 1039 }],
1039 ], 1040 ],
1040 } 1041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698