OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |