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

Side by Side Diff: components/components_tests.gyp

Issue 41623002: Simulate field trial assignments with new variations seed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | components/variations.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'url_matcher/regex_set_matcher_unittest.cc', 54 'url_matcher/regex_set_matcher_unittest.cc',
55 'url_matcher/string_pattern_unittest.cc', 55 'url_matcher/string_pattern_unittest.cc',
56 'url_matcher/substring_set_matcher_unittest.cc', 56 'url_matcher/substring_set_matcher_unittest.cc',
57 'url_matcher/url_matcher_factory_unittest.cc', 57 'url_matcher/url_matcher_factory_unittest.cc',
58 'url_matcher/url_matcher_unittest.cc', 58 'url_matcher/url_matcher_unittest.cc',
59 # TODO(asvitkine): These should be tested on iOS too. 59 # TODO(asvitkine): These should be tested on iOS too.
60 'variations/entropy_provider_unittest.cc', 60 'variations/entropy_provider_unittest.cc',
61 'variations/metrics_util_unittest.cc', 61 'variations/metrics_util_unittest.cc',
62 'variations/variations_associated_data_unittest.cc', 62 'variations/variations_associated_data_unittest.cc',
63 'variations/variations_seed_processor_unittest.cc', 63 'variations/variations_seed_processor_unittest.cc',
64 'variations/variations_seed_simulator_unittest.cc',
64 'visitedlink/test/visitedlink_unittest.cc', 65 'visitedlink/test/visitedlink_unittest.cc',
65 'webdata/encryptor/encryptor_password_mac_unittest.cc', 66 'webdata/encryptor/encryptor_password_mac_unittest.cc',
66 'webdata/encryptor/encryptor_unittest.cc', 67 'webdata/encryptor/encryptor_unittest.cc',
67 'webdata/encryptor/ie7_password_unittest_win.cc', 68 'webdata/encryptor/ie7_password_unittest_win.cc',
68 'web_modal/web_contents_modal_dialog_manager_unittest.cc', 69 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
69 ], 70 ],
70 'include_dirs': [ 71 'include_dirs': [
71 '..', 72 '..',
72 ], 73 ],
73 'dependencies': [ 74 'dependencies': [
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'dependencies': [ 386 'dependencies': [
386 '../base/allocator/allocator.gyp:allocator', 387 '../base/allocator/allocator.gyp:allocator',
387 ], 388 ],
388 }], 389 }],
389 ], 390 ],
390 }, 391 },
391 ], 392 ],
392 }], 393 }],
393 ], 394 ],
394 } 395 }
OLDNEW
« no previous file with comments | « no previous file | components/variations.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698