| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 'browser/api_activity_monitor.h', | 309 'browser/api_activity_monitor.h', |
| 310 'browser/app_sorting.h', | 310 'browser/app_sorting.h', |
| 311 'browser/blacklist_state.h', | 311 'browser/blacklist_state.h', |
| 312 'browser/browser_context_keyed_api_factory.h', | 312 'browser/browser_context_keyed_api_factory.h', |
| 313 'browser/browser_context_keyed_service_factories.cc', | 313 'browser/browser_context_keyed_service_factories.cc', |
| 314 'browser/browser_context_keyed_service_factories.h', | 314 'browser/browser_context_keyed_service_factories.h', |
| 315 'browser/content_hash_fetcher.cc', | 315 'browser/content_hash_fetcher.cc', |
| 316 'browser/content_hash_fetcher.h', | 316 'browser/content_hash_fetcher.h', |
| 317 'browser/content_hash_reader.cc', | 317 'browser/content_hash_reader.cc', |
| 318 'browser/content_hash_reader.h', | 318 'browser/content_hash_reader.h', |
| 319 'browser/content_hash_tree.cc', |
| 320 'browser/content_hash_tree.h', |
| 319 'browser/content_verifier.cc', | 321 'browser/content_verifier.cc', |
| 320 'browser/content_verifier.h', | 322 'browser/content_verifier.h', |
| 321 'browser/content_verifier_delegate.h', | 323 'browser/content_verifier_delegate.h', |
| 322 'browser/content_verify_job.cc', | 324 'browser/content_verify_job.cc', |
| 323 'browser/content_verify_job.h', | 325 'browser/content_verify_job.h', |
| 324 'browser/error_map.cc', | 326 'browser/error_map.cc', |
| 325 'browser/error_map.h', | 327 'browser/error_map.h', |
| 326 'browser/event_listener_map.cc', | 328 'browser/event_listener_map.cc', |
| 327 'browser/event_listener_map.h', | 329 'browser/event_listener_map.h', |
| 328 'browser/event_router.cc', | 330 'browser/event_router.cc', |
| (...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 627 'test/test_extensions_client.cc', | 629 'test/test_extensions_client.cc', |
| 628 'test/test_extensions_client.h', | 630 'test/test_extensions_client.h', |
| 629 'test/test_permission_message_provider.cc', | 631 'test/test_permission_message_provider.cc', |
| 630 'test/test_permission_message_provider.h', | 632 'test/test_permission_message_provider.h', |
| 631 'test/test_permissions_provider.cc', | 633 'test/test_permissions_provider.cc', |
| 632 'test/test_permissions_provider.h', | 634 'test/test_permissions_provider.h', |
| 633 ], | 635 ], |
| 634 }, | 636 }, |
| 635 ] | 637 ] |
| 636 } | 638 } |
| OLD | NEW |