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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'gcm_driver/gcm_driver_desktop_unittest.cc', | 190 'gcm_driver/gcm_driver_desktop_unittest.cc', |
191 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 191 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
192 ], | 192 ], |
193 'google_unittest_sources': [ | 193 'google_unittest_sources': [ |
194 'google/core/browser/google_url_tracker_unittest.cc', | 194 'google/core/browser/google_url_tracker_unittest.cc', |
195 'google/core/browser/google_util_unittest.cc', | 195 'google/core/browser/google_util_unittest.cc', |
196 ], | 196 ], |
197 'history_unittest_sources': [ | 197 'history_unittest_sources': [ |
198 'history/core/browser/android/android_history_types_unittest.cc', | 198 'history/core/browser/android/android_history_types_unittest.cc', |
199 'history/core/browser/history_types_unittest.cc', | 199 'history/core/browser/history_types_unittest.cc', |
200 'history/core/browser/in_memory_url_index_types_unittest.cc', | |
201 'history/core/browser/top_sites_cache_unittest.cc', | 200 'history/core/browser/top_sites_cache_unittest.cc', |
202 'history/core/browser/top_sites_database_unittest.cc', | 201 'history/core/browser/top_sites_database_unittest.cc', |
203 'history/core/browser/url_database_unittest.cc', | 202 'history/core/browser/url_database_unittest.cc', |
204 'history/core/browser/url_utils_unittest.cc', | 203 'history/core/browser/url_utils_unittest.cc', |
205 'history/core/browser/visit_database_unittest.cc', | 204 'history/core/browser/visit_database_unittest.cc', |
206 'history/core/browser/visit_filter_unittest.cc', | 205 'history/core/browser/visit_filter_unittest.cc', |
207 'history/core/browser/visit_tracker_unittest.cc', | 206 'history/core/browser/visit_tracker_unittest.cc', |
208 'history/core/common/thumbnail_score_unittest.cc', | 207 'history/core/common/thumbnail_score_unittest.cc', |
209 ], | 208 ], |
210 'invalidation_unittest_sources': [ | 209 'invalidation_unittest_sources': [ |
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1235 '../build/isolate.gypi', | 1234 '../build/isolate.gypi', |
1236 ], | 1235 ], |
1237 'sources': [ | 1236 'sources': [ |
1238 'components_unittests.isolate', | 1237 'components_unittests.isolate', |
1239 ], | 1238 ], |
1240 }, | 1239 }, |
1241 ], | 1240 ], |
1242 }], | 1241 }], |
1243 ], | 1242 ], |
1244 } | 1243 } |
OLD | NEW |