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 'gcm_driver/gcm_client_impl_unittest.cc', | 211 'gcm_driver/gcm_client_impl_unittest.cc', |
212 'gcm_driver/gcm_delayed_task_controller_unittest.cc', | 212 'gcm_driver/gcm_delayed_task_controller_unittest.cc', |
213 'gcm_driver/gcm_driver_desktop_unittest.cc', | 213 'gcm_driver/gcm_driver_desktop_unittest.cc', |
214 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', | 214 'gcm_driver/gcm_stats_recorder_impl_unittest.cc', |
215 ], | 215 ], |
216 'google_unittest_sources': [ | 216 'google_unittest_sources': [ |
217 'google/core/browser/google_url_tracker_unittest.cc', | 217 'google/core/browser/google_url_tracker_unittest.cc', |
218 'google/core/browser/google_util_unittest.cc', | 218 'google/core/browser/google_util_unittest.cc', |
219 ], | 219 ], |
220 'history_unittest_sources': [ | 220 'history_unittest_sources': [ |
| 221 'history/content/browser/content_history_unittest.cc', |
221 'history/core/browser/android/android_history_types_unittest.cc', | 222 'history/core/browser/android/android_history_types_unittest.cc', |
222 'history/core/browser/history_types_unittest.cc', | 223 'history/core/browser/history_types_unittest.cc', |
223 'history/core/browser/top_sites_cache_unittest.cc', | 224 'history/core/browser/top_sites_cache_unittest.cc', |
224 'history/core/browser/top_sites_database_unittest.cc', | 225 'history/core/browser/top_sites_database_unittest.cc', |
225 'history/core/browser/url_database_unittest.cc', | 226 'history/core/browser/url_database_unittest.cc', |
226 'history/core/browser/url_utils_unittest.cc', | 227 'history/core/browser/url_utils_unittest.cc', |
227 'history/core/browser/visit_database_unittest.cc', | 228 'history/core/browser/visit_database_unittest.cc', |
228 'history/core/browser/visit_filter_unittest.cc', | 229 'history/core/browser/visit_filter_unittest.cc', |
229 'history/core/browser/visit_tracker_unittest.cc', | 230 'history/core/browser/visit_tracker_unittest.cc', |
230 'history/core/common/thumbnail_score_unittest.cc', | 231 'history/core/common/thumbnail_score_unittest.cc', |
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1424 ], | 1425 ], |
1425 'variables': { | 1426 'variables': { |
1426 'test_suite_name': 'components_unittests', | 1427 'test_suite_name': 'components_unittests', |
1427 }, | 1428 }, |
1428 'includes': [ '../build/apk_test.gypi' ], | 1429 'includes': [ '../build/apk_test.gypi' ], |
1429 }, | 1430 }, |
1430 ], | 1431 ], |
1431 }], | 1432 }], |
1432 ], | 1433 ], |
1433 } | 1434 } |
OLD | NEW |