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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
225 'browser/blacklist_state.h', | 225 'browser/blacklist_state.h', |
226 'browser/browser_context_keyed_api_factory.h', | 226 'browser/browser_context_keyed_api_factory.h', |
227 'browser/browser_context_keyed_service_factories.cc', | 227 'browser/browser_context_keyed_service_factories.cc', |
228 'browser/browser_context_keyed_service_factories.h', | 228 'browser/browser_context_keyed_service_factories.h', |
229 'browser/error_map.cc', | 229 'browser/error_map.cc', |
230 'browser/error_map.h', | 230 'browser/error_map.h', |
231 'browser/event_listener_map.cc', | 231 'browser/event_listener_map.cc', |
232 'browser/event_listener_map.h', | 232 'browser/event_listener_map.h', |
233 'browser/event_router.cc', | 233 'browser/event_router.cc', |
234 'browser/event_router.h', | 234 'browser/event_router.h', |
| 235 'browser/extension_host.cc', |
| 236 'browser/extension_host.h', |
235 'browser/extension_host_delegate.h', | 237 'browser/extension_host_delegate.h', |
236 'browser/extension_error.cc', | 238 'browser/extension_error.cc', |
237 'browser/extension_error.h', | 239 'browser/extension_error.h', |
238 'browser/extension_function.cc', | 240 'browser/extension_function.cc', |
239 'browser/extension_function.h', | 241 'browser/extension_function.h', |
240 'browser/extension_function_dispatcher.cc', | 242 'browser/extension_function_dispatcher.cc', |
241 'browser/extension_function_dispatcher.h', | 243 'browser/extension_function_dispatcher.h', |
242 'browser/extension_function_registry.cc', | 244 'browser/extension_function_registry.cc', |
243 'browser/extension_function_registry.h', | 245 'browser/extension_function_registry.h', |
244 'browser/extension_function_util.cc', | 246 'browser/extension_function_util.cc', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'common/test_util.cc', | 354 'common/test_util.cc', |
353 'common/test_util.h', | 355 'common/test_util.h', |
354 'common/value_builder.cc', | 356 'common/value_builder.cc', |
355 'common/value_builder.h', | 357 'common/value_builder.h', |
356 ], | 358 ], |
357 # Disable c4267 warnings until we fix size_t to int truncations. | 359 # Disable c4267 warnings until we fix size_t to int truncations. |
358 'msvs_disabled_warnings': [ 4267, ], | 360 'msvs_disabled_warnings': [ 4267, ], |
359 }, | 361 }, |
360 ] | 362 ] |
361 } | 363 } |
OLD | NEW |