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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
210 'gcm_driver/gcm_channel_status_request_unittest.cc', | 210 'gcm_driver/gcm_channel_status_request_unittest.cc', |
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 'guest_view_unittest_sources': [ | |
221 'guest_view/browser/guest_view_manager_unittest.cc' | |
Fady Samuel
2015/04/26 02:44:58
try running guest_view_manager_unittest
Fady Samuel
2015/04/26 04:29:17
Done.
| |
222 ], | |
220 'history_unittest_sources': [ | 223 'history_unittest_sources': [ |
221 'history/core/browser/android/android_history_types_unittest.cc', | 224 'history/core/browser/android/android_history_types_unittest.cc', |
222 'history/core/browser/history_types_unittest.cc', | 225 'history/core/browser/history_types_unittest.cc', |
223 'history/core/browser/top_sites_cache_unittest.cc', | 226 'history/core/browser/top_sites_cache_unittest.cc', |
224 'history/core/browser/top_sites_database_unittest.cc', | 227 'history/core/browser/top_sites_database_unittest.cc', |
225 'history/core/browser/url_database_unittest.cc', | 228 'history/core/browser/url_database_unittest.cc', |
226 'history/core/browser/url_utils_unittest.cc', | 229 'history/core/browser/url_utils_unittest.cc', |
227 'history/core/browser/visit_database_unittest.cc', | 230 'history/core/browser/visit_database_unittest.cc', |
228 'history/core/browser/visit_filter_unittest.cc', | 231 'history/core/browser/visit_filter_unittest.cc', |
229 'history/core/browser/visit_tracker_unittest.cc', | 232 'history/core/browser/visit_tracker_unittest.cc', |
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1424 ], | 1427 ], |
1425 'variables': { | 1428 'variables': { |
1426 'test_suite_name': 'components_unittests', | 1429 'test_suite_name': 'components_unittests', |
1427 }, | 1430 }, |
1428 'includes': [ '../build/apk_test.gypi' ], | 1431 'includes': [ '../build/apk_test.gypi' ], |
1429 }, | 1432 }, |
1430 ], | 1433 ], |
1431 }], | 1434 }], |
1432 ], | 1435 ], |
1433 } | 1436 } |
OLD | NEW |