| OLD | NEW |
| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 'translate/core/browser/translate_prefs_unittest.cc', | 162 'translate/core/browser/translate_prefs_unittest.cc', |
| 163 'translate/core/browser/translate_script_unittest.cc', | 163 'translate/core/browser/translate_script_unittest.cc', |
| 164 'translate/core/common/translate_metrics_unittest.cc', | 164 'translate/core/common/translate_metrics_unittest.cc', |
| 165 'translate/core/common/translate_util_unittest.cc', | 165 'translate/core/common/translate_util_unittest.cc', |
| 166 'translate/core/language_detection/language_detection_util_unittest.
cc', | 166 'translate/core/language_detection/language_detection_util_unittest.
cc', |
| 167 'url_matcher/regex_set_matcher_unittest.cc', | 167 'url_matcher/regex_set_matcher_unittest.cc', |
| 168 'url_matcher/string_pattern_unittest.cc', | 168 'url_matcher/string_pattern_unittest.cc', |
| 169 'url_matcher/substring_set_matcher_unittest.cc', | 169 'url_matcher/substring_set_matcher_unittest.cc', |
| 170 'url_matcher/url_matcher_factory_unittest.cc', | 170 'url_matcher/url_matcher_factory_unittest.cc', |
| 171 'url_matcher/url_matcher_unittest.cc', | 171 'url_matcher/url_matcher_unittest.cc', |
| 172 'variations/caching_permuted_entropy_provider_unittest.cc', |
| 172 'variations/entropy_provider_unittest.cc', | 173 'variations/entropy_provider_unittest.cc', |
| 173 'variations/metrics_util_unittest.cc', | 174 'variations/metrics_util_unittest.cc', |
| 174 'variations/study_filtering_unittest.cc', | 175 'variations/study_filtering_unittest.cc', |
| 175 'variations/variations_associated_data_unittest.cc', | 176 'variations/variations_associated_data_unittest.cc', |
| 176 'variations/variations_seed_processor_unittest.cc', | 177 'variations/variations_seed_processor_unittest.cc', |
| 177 'variations/variations_seed_simulator_unittest.cc', | 178 'variations/variations_seed_simulator_unittest.cc', |
| 178 'visitedlink/test/visitedlink_unittest.cc', | 179 'visitedlink/test/visitedlink_unittest.cc', |
| 179 'web_modal/web_contents_modal_dialog_manager_unittest.cc', | 180 'web_modal/web_contents_modal_dialog_manager_unittest.cc', |
| 180 ], | 181 ], |
| 181 'include_dirs': [ | 182 'include_dirs': [ |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 707 'dependencies': [ | 708 'dependencies': [ |
| 708 '../base/allocator/allocator.gyp:allocator', | 709 '../base/allocator/allocator.gyp:allocator', |
| 709 ], | 710 ], |
| 710 }], | 711 }], |
| 711 ], | 712 ], |
| 712 }, | 713 }, |
| 713 ], | 714 ], |
| 714 }], | 715 }], |
| 715 ], | 716 ], |
| 716 } | 717 } |
| OLD | NEW |