| 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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 'browser/file_reader.cc', | 419 'browser/file_reader.cc', |
| 420 'browser/file_reader.h', | 420 'browser/file_reader.h', |
| 421 'browser/lazy_background_task_queue.cc', | 421 'browser/lazy_background_task_queue.cc', |
| 422 'browser/lazy_background_task_queue.h', | 422 'browser/lazy_background_task_queue.h', |
| 423 'browser/management_policy.cc', | 423 'browser/management_policy.cc', |
| 424 'browser/management_policy.h', | 424 'browser/management_policy.h', |
| 425 'browser/pref_names.cc', | 425 'browser/pref_names.cc', |
| 426 'browser/pref_names.h', | 426 'browser/pref_names.h', |
| 427 'browser/process_manager.cc', | 427 'browser/process_manager.cc', |
| 428 'browser/process_manager.h', | 428 'browser/process_manager.h', |
| 429 'browser/process_manager_delegate.h', |
| 429 'browser/process_manager_observer.h', | 430 'browser/process_manager_observer.h', |
| 430 'browser/process_map.cc', | 431 'browser/process_map.cc', |
| 431 'browser/process_map.h', | 432 'browser/process_map.h', |
| 432 'browser/process_map_factory.cc', | 433 'browser/process_map_factory.cc', |
| 433 'browser/process_map_factory.h', | 434 'browser/process_map_factory.h', |
| 434 'browser/quota_service.cc', | 435 'browser/quota_service.cc', |
| 435 'browser/quota_service.h', | 436 'browser/quota_service.h', |
| 436 'browser/renderer_startup_helper.cc', | 437 'browser/renderer_startup_helper.cc', |
| 437 'browser/renderer_startup_helper.h', | 438 'browser/renderer_startup_helper.h', |
| 438 'browser/runtime_data.cc', | 439 'browser/runtime_data.cc', |
| (...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'test/test_extensions_client.cc', | 703 'test/test_extensions_client.cc', |
| 703 'test/test_extensions_client.h', | 704 'test/test_extensions_client.h', |
| 704 'test/test_permission_message_provider.cc', | 705 'test/test_permission_message_provider.cc', |
| 705 'test/test_permission_message_provider.h', | 706 'test/test_permission_message_provider.h', |
| 706 'test/test_permissions_provider.cc', | 707 'test/test_permissions_provider.cc', |
| 707 'test/test_permissions_provider.h', | 708 'test/test_permissions_provider.h', |
| 708 ], | 709 ], |
| 709 }, | 710 }, |
| 710 ] | 711 ] |
| 711 } | 712 } |
| OLD | NEW |