| OLD | NEW |
| 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'precache/content/precache_manager_unittest.cc', | 211 'precache/content/precache_manager_unittest.cc', |
| 212 'precache/core/precache_database_unittest.cc', | 212 'precache/core/precache_database_unittest.cc', |
| 213 'precache/core/precache_fetcher_unittest.cc', | 213 'precache/core/precache_fetcher_unittest.cc', |
| 214 'precache/core/precache_url_table_unittest.cc', | 214 'precache/core/precache_url_table_unittest.cc', |
| 215 'query_parser/query_parser_unittest.cc', | 215 'query_parser/query_parser_unittest.cc', |
| 216 'query_parser/snippet_unittest.cc', | 216 'query_parser/snippet_unittest.cc', |
| 217 'rappor/bloom_filter_unittest.cc', | 217 'rappor/bloom_filter_unittest.cc', |
| 218 'rappor/byte_vector_utils_unittest.cc', | 218 'rappor/byte_vector_utils_unittest.cc', |
| 219 'rappor/log_uploader_unittest.cc', | 219 'rappor/log_uploader_unittest.cc', |
| 220 'rappor/rappor_metric_unittest.cc', | 220 'rappor/rappor_metric_unittest.cc', |
| 221 'rappor/rappor_prefs_unittest.cc', |
| 221 'rappor/rappor_service_unittest.cc', | 222 'rappor/rappor_service_unittest.cc', |
| 222 'search/search_android_unittest.cc', | 223 'search/search_android_unittest.cc', |
| 223 'search/search_unittest.cc', | 224 'search/search_unittest.cc', |
| 224 'search_engines/default_search_manager_unittest.cc', | 225 'search_engines/default_search_manager_unittest.cc', |
| 225 'search_engines/default_search_policy_handler_unittest.cc', | 226 'search_engines/default_search_policy_handler_unittest.cc', |
| 226 'search_engines/keyword_table_unittest.cc', | 227 'search_engines/keyword_table_unittest.cc', |
| 227 'search_engines/search_host_to_urls_map_unittest.cc', | 228 'search_engines/search_host_to_urls_map_unittest.cc', |
| 228 'search_engines/template_url_prepopulate_data_unittest.cc', | 229 'search_engines/template_url_prepopulate_data_unittest.cc', |
| 229 'search_engines/template_url_service_util_unittest.cc', | 230 'search_engines/template_url_service_util_unittest.cc', |
| 230 'search_engines/template_url_unittest.cc', | 231 'search_engines/template_url_unittest.cc', |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1117 'dependencies': [ | 1118 'dependencies': [ |
| 1118 '../base/allocator/allocator.gyp:allocator', | 1119 '../base/allocator/allocator.gyp:allocator', |
| 1119 ], | 1120 ], |
| 1120 }], | 1121 }], |
| 1121 ], | 1122 ], |
| 1122 }, | 1123 }, |
| 1123 ], | 1124 ], |
| 1124 }], | 1125 }], |
| 1125 ], | 1126 ], |
| 1126 } | 1127 } |
| OLD | NEW |