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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
296 'browser/api/usb/usb_api.cc', | 296 'browser/api/usb/usb_api.cc', |
297 'browser/api/usb/usb_api.h', | 297 'browser/api/usb/usb_api.h', |
298 'browser/api/usb/usb_device_resource.cc', | 298 'browser/api/usb/usb_device_resource.cc', |
299 'browser/api/usb/usb_device_resource.h', | 299 'browser/api/usb/usb_device_resource.h', |
300 'browser/api_activity_monitor.h', | 300 'browser/api_activity_monitor.h', |
301 'browser/app_sorting.h', | 301 'browser/app_sorting.h', |
302 'browser/blacklist_state.h', | 302 'browser/blacklist_state.h', |
303 'browser/browser_context_keyed_api_factory.h', | 303 'browser/browser_context_keyed_api_factory.h', |
304 'browser/browser_context_keyed_service_factories.cc', | 304 'browser/browser_context_keyed_service_factories.cc', |
305 'browser/browser_context_keyed_service_factories.h', | 305 'browser/browser_context_keyed_service_factories.h', |
| 306 'browser/content_verifier.cc', |
| 307 'browser/content_verifier.h', |
| 308 'browser/content_verifier_filter.h', |
| 309 'browser/content_verify_job.cc', |
| 310 'browser/content_verify_job.h', |
306 'browser/error_map.cc', | 311 'browser/error_map.cc', |
307 'browser/error_map.h', | 312 'browser/error_map.h', |
308 'browser/event_listener_map.cc', | 313 'browser/event_listener_map.cc', |
309 'browser/event_listener_map.h', | 314 'browser/event_listener_map.h', |
310 'browser/event_router.cc', | 315 'browser/event_router.cc', |
311 'browser/event_router.h', | 316 'browser/event_router.h', |
312 'browser/extension_host.cc', | 317 'browser/extension_host.cc', |
313 'browser/extension_host.h', | 318 'browser/extension_host.h', |
314 'browser/extension_host_delegate.h', | 319 'browser/extension_host_delegate.h', |
315 'browser/extension_error.cc', | 320 'browser/extension_error.cc', |
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
601 'test/test_extensions_client.cc', | 606 'test/test_extensions_client.cc', |
602 'test/test_extensions_client.h', | 607 'test/test_extensions_client.h', |
603 'test/test_permission_message_provider.cc', | 608 'test/test_permission_message_provider.cc', |
604 'test/test_permission_message_provider.h', | 609 'test/test_permission_message_provider.h', |
605 'test/test_permissions_provider.cc', | 610 'test/test_permissions_provider.cc', |
606 'test/test_permissions_provider.h', | 611 'test/test_permissions_provider.h', |
607 ], | 612 ], |
608 }, | 613 }, |
609 ] | 614 ] |
610 } | 615 } |
OLD | NEW |