OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'browser/extension_prefs_factory.h', | 194 'browser/extension_prefs_factory.h', |
195 'browser/extension_prefs_scope.h', | 195 'browser/extension_prefs_scope.h', |
196 'browser/extension_registry.cc', | 196 'browser/extension_registry.cc', |
197 'browser/extension_registry.h', | 197 'browser/extension_registry.h', |
198 'browser/extension_registry_factory.cc', | 198 'browser/extension_registry_factory.cc', |
199 'browser/extension_registry_factory.h', | 199 'browser/extension_registry_factory.h', |
200 'browser/extension_registry_observer.h', | 200 'browser/extension_registry_observer.h', |
201 'browser/extension_scoped_prefs.h', | 201 'browser/extension_scoped_prefs.h', |
202 'browser/extension_system.cc', | 202 'browser/extension_system.cc', |
203 'browser/extension_system.h', | 203 'browser/extension_system.h', |
| 204 'browser/extension_system_provider.cc', |
| 205 'browser/extension_system_provider.h', |
204 'browser/extensions_browser_client.cc', | 206 'browser/extensions_browser_client.cc', |
205 'browser/extensions_browser_client.h', | 207 'browser/extensions_browser_client.h', |
206 'browser/external_provider_interface.h', | 208 'browser/external_provider_interface.h', |
207 'browser/info_map.cc', | 209 'browser/info_map.cc', |
208 'browser/info_map.h', | 210 'browser/info_map.h', |
209 'browser/file_highlighter.cc', | 211 'browser/file_highlighter.cc', |
210 'browser/file_highlighter.h', | 212 'browser/file_highlighter.h', |
211 'browser/file_reader.cc', | 213 'browser/file_reader.cc', |
212 'browser/file_reader.h', | 214 'browser/file_reader.h', |
213 'browser/lazy_background_task_queue.cc', | 215 'browser/lazy_background_task_queue.cc', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'common/test_util.cc', | 260 'common/test_util.cc', |
259 'common/test_util.h', | 261 'common/test_util.h', |
260 'common/value_builder.cc', | 262 'common/value_builder.cc', |
261 'common/value_builder.h', | 263 'common/value_builder.h', |
262 ], | 264 ], |
263 # Disable c4267 warnings until we fix size_t to int truncations. | 265 # Disable c4267 warnings until we fix size_t to int truncations. |
264 'msvs_disabled_warnings': [ 4267, ], | 266 'msvs_disabled_warnings': [ 4267, ], |
265 }, | 267 }, |
266 ] | 268 ] |
267 } | 269 } |
OLD | NEW |