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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'search/search_unittest.cc', | 172 'search/search_unittest.cc', |
173 'search_engines/default_search_manager_unittest.cc', | 173 'search_engines/default_search_manager_unittest.cc', |
174 'search_engines/default_search_policy_handler_unittest.cc', | 174 'search_engines/default_search_policy_handler_unittest.cc', |
175 'search_engines/search_host_to_urls_map_unittest.cc', | 175 'search_engines/search_host_to_urls_map_unittest.cc', |
176 'search_engines/template_url_prepopulate_data_unittest.cc', | 176 'search_engines/template_url_prepopulate_data_unittest.cc', |
177 'search_engines/template_url_service_util_unittest.cc', | 177 'search_engines/template_url_service_util_unittest.cc', |
178 'search_engines/template_url_unittest.cc', | 178 'search_engines/template_url_unittest.cc', |
179 'search_provider_logos/logo_cache_unittest.cc', | 179 'search_provider_logos/logo_cache_unittest.cc', |
180 'search_provider_logos/logo_tracker_unittest.cc', | 180 'search_provider_logos/logo_tracker_unittest.cc', |
181 'sessions/serialized_navigation_entry_unittest.cc', | 181 'sessions/serialized_navigation_entry_unittest.cc', |
| 182 'signin/core/browser/account_tracker_service_unittest.cc', |
182 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', | 183 'signin/core/browser/mutable_profile_oauth2_token_service_unittest.c
c', |
183 'signin/core/browser/signin_error_controller_unittest.cc', | 184 'signin/core/browser/signin_error_controller_unittest.cc', |
184 'signin/core/browser/webdata/token_service_table_unittest.cc', | 185 'signin/core/browser/webdata/token_service_table_unittest.cc', |
185 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', | 186 'signin/ios/browser/profile_oauth2_token_service_ios_unittest.mm', |
186 'storage_monitor/image_capture_device_manager_unittest.mm', | 187 'storage_monitor/image_capture_device_manager_unittest.mm', |
187 'storage_monitor/media_storage_util_unittest.cc', | 188 'storage_monitor/media_storage_util_unittest.cc', |
188 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt
est.cc', | 189 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt
est.cc', |
189 'storage_monitor/storage_info_unittest.cc', | 190 'storage_monitor/storage_info_unittest.cc', |
190 'storage_monitor/storage_monitor_chromeos_unittest.cc', | 191 'storage_monitor/storage_monitor_chromeos_unittest.cc', |
191 'storage_monitor/storage_monitor_linux_unittest.cc', | 192 'storage_monitor/storage_monitor_linux_unittest.cc', |
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
901 'dependencies': [ | 902 'dependencies': [ |
902 '../base/allocator/allocator.gyp:allocator', | 903 '../base/allocator/allocator.gyp:allocator', |
903 ], | 904 ], |
904 }], | 905 }], |
905 ], | 906 ], |
906 }, | 907 }, |
907 ], | 908 ], |
908 }], | 909 }], |
909 ], | 910 ], |
910 } | 911 } |
OLD | NEW |