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

Side by Side Diff: components/components_tests.gyp

Issue 183953005: Rename components's Encryptor to OSEncrypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'url_matcher/url_matcher_factory_unittest.cc', 80 'url_matcher/url_matcher_factory_unittest.cc',
81 'url_matcher/url_matcher_unittest.cc', 81 'url_matcher/url_matcher_unittest.cc',
82 # TODO(asvitkine): These should be tested on iOS too. 82 # TODO(asvitkine): These should be tested on iOS too.
83 'variations/entropy_provider_unittest.cc', 83 'variations/entropy_provider_unittest.cc',
84 'variations/metrics_util_unittest.cc', 84 'variations/metrics_util_unittest.cc',
85 'variations/variations_associated_data_unittest.cc', 85 'variations/variations_associated_data_unittest.cc',
86 'variations/variations_seed_processor_unittest.cc', 86 'variations/variations_seed_processor_unittest.cc',
87 'variations/variations_seed_simulator_unittest.cc', 87 'variations/variations_seed_simulator_unittest.cc',
88 'visitedlink/test/visitedlink_unittest.cc', 88 'visitedlink/test/visitedlink_unittest.cc',
89 'encryptor/encryptor_password_mac_unittest.cc', 89 'encryptor/encryptor_password_mac_unittest.cc',
90 'encryptor/encryptor_unittest.cc',
91 'encryptor/ie7_password_unittest_win.cc', 90 'encryptor/ie7_password_unittest_win.cc',
91 'encryptor/os_crypt_unittest.cc',
92 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 92 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
93 ], 93 ],
94 'include_dirs': [ 94 'include_dirs': [
95 '..', 95 '..',
96 ], 96 ],
97 'dependencies': [ 97 'dependencies': [
98 '../base/base.gyp:base_prefs_test_support', 98 '../base/base.gyp:base_prefs_test_support',
99 '../base/base.gyp:test_support_base', 99 '../base/base.gyp:test_support_base',
100 # TODO(blundell): Eliminate the need for this dependency in code 100 # TODO(blundell): Eliminate the need for this dependency in code
101 # that iOS shares. crbug.com/325243 101 # that iOS shares. crbug.com/325243
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'dependencies': [ 485 'dependencies': [
486 '../base/allocator/allocator.gyp:allocator', 486 '../base/allocator/allocator.gyp:allocator',
487 ], 487 ],
488 }], 488 }],
489 ], 489 ],
490 }, 490 },
491 ], 491 ],
492 }], 492 }],
493 ], 493 ],
494 } 494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698