OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'precache/content/precache_manager_unittest.cc', | 103 'precache/content/precache_manager_unittest.cc', |
104 'precache/core/precache_database_unittest.cc', | 104 'precache/core/precache_database_unittest.cc', |
105 'precache/core/precache_fetcher_unittest.cc', | 105 'precache/core/precache_fetcher_unittest.cc', |
106 'precache/core/precache_url_table_unittest.cc', | 106 'precache/core/precache_url_table_unittest.cc', |
107 'rappor/bloom_filter_unittest.cc', | 107 'rappor/bloom_filter_unittest.cc', |
108 'rappor/byte_vector_utils_unittest.cc', | 108 'rappor/byte_vector_utils_unittest.cc', |
109 'rappor/log_uploader_unittest.cc', | 109 'rappor/log_uploader_unittest.cc', |
110 'rappor/rappor_metric_unittest.cc', | 110 'rappor/rappor_metric_unittest.cc', |
111 'rappor/rappor_service_unittest.cc', | 111 'rappor/rappor_service_unittest.cc', |
112 'sessions/serialized_navigation_entry_unittest.cc', | 112 'sessions/serialized_navigation_entry_unittest.cc', |
| 113 'signin/core/browser/signin_error_controller_unittest.cc', |
113 'signin/core/browser/webdata/token_service_table_unittest.cc', | 114 'signin/core/browser/webdata/token_service_table_unittest.cc', |
114 'storage_monitor/image_capture_device_manager_unittest.mm', | 115 'storage_monitor/image_capture_device_manager_unittest.mm', |
115 'storage_monitor/media_storage_util_unittest.cc', | 116 'storage_monitor/media_storage_util_unittest.cc', |
116 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt
est.cc', | 117 'storage_monitor/media_transfer_protocol_device_observer_linux_unitt
est.cc', |
117 'storage_monitor/storage_info_unittest.cc', | 118 'storage_monitor/storage_info_unittest.cc', |
118 'storage_monitor/storage_monitor_chromeos_unittest.cc', | 119 'storage_monitor/storage_monitor_chromeos_unittest.cc', |
119 'storage_monitor/storage_monitor_linux_unittest.cc', | 120 'storage_monitor/storage_monitor_linux_unittest.cc', |
120 'storage_monitor/storage_monitor_mac_unittest.mm', | 121 'storage_monitor/storage_monitor_mac_unittest.mm', |
121 'storage_monitor/storage_monitor_unittest.cc', | 122 'storage_monitor/storage_monitor_unittest.cc', |
122 'storage_monitor/storage_monitor_win_unittest.cc', | 123 'storage_monitor/storage_monitor_win_unittest.cc', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 | 205 |
205 # Dependencies of precache/core | 206 # Dependencies of precache/core |
206 'components.gyp:password_manager_core_browser', | 207 'components.gyp:password_manager_core_browser', |
207 'components.gyp:precache_core', | 208 'components.gyp:precache_core', |
208 | 209 |
209 # Dependencies of rappor | 210 # Dependencies of rappor |
210 'components.gyp:rappor', | 211 'components.gyp:rappor', |
211 | 212 |
212 # Dependencies of signin | 213 # Dependencies of signin |
213 'components.gyp:signin_core_browser', | 214 'components.gyp:signin_core_browser', |
| 215 'components.gyp:signin_core_browser_test_support', |
214 | 216 |
215 # Dependencies of sync_driver | 217 # Dependencies of sync_driver |
216 'components.gyp:sync_driver_test_support', | 218 'components.gyp:sync_driver_test_support', |
217 | 219 |
218 # Dependencies of translate. | 220 # Dependencies of translate. |
219 'components.gyp:translate_core_browser', | 221 'components.gyp:translate_core_browser', |
220 'components.gyp:translate_core_common', | 222 'components.gyp:translate_core_common', |
221 'components.gyp:translate_language_detection', | 223 'components.gyp:translate_language_detection', |
222 | 224 |
223 # Dependencies of variations | 225 # Dependencies of variations |
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
616 'dependencies': [ | 618 'dependencies': [ |
617 '../base/allocator/allocator.gyp:allocator', | 619 '../base/allocator/allocator.gyp:allocator', |
618 ], | 620 ], |
619 }], | 621 }], |
620 ], | 622 ], |
621 }, | 623 }, |
622 ], | 624 ], |
623 }], | 625 }], |
624 ], | 626 ], |
625 } | 627 } |
OLD | NEW |