OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'extensions_common_constants_sources': [ | 7 'extensions_common_constants_sources': [ |
8 'common/constants.cc', | 8 'common/constants.cc', |
9 'common/constants.h', | 9 'common/constants.h', |
10 ], | 10 ], |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 'browser/info_map.cc', | 686 'browser/info_map.cc', |
687 'browser/info_map.h', | 687 'browser/info_map.h', |
688 'browser/install/crx_installer_error.h', | 688 'browser/install/crx_installer_error.h', |
689 'browser/install/extension_install_ui.cc', | 689 'browser/install/extension_install_ui.cc', |
690 'browser/install/extension_install_ui.h', | 690 'browser/install/extension_install_ui.h', |
691 'browser/install_flag.h', | 691 'browser/install_flag.h', |
692 'browser/io_thread_extension_message_filter.cc', | 692 'browser/io_thread_extension_message_filter.cc', |
693 'browser/io_thread_extension_message_filter.h', | 693 'browser/io_thread_extension_message_filter.h', |
694 'browser/lazy_background_task_queue.cc', | 694 'browser/lazy_background_task_queue.cc', |
695 'browser/lazy_background_task_queue.h', | 695 'browser/lazy_background_task_queue.h', |
| 696 'browser/lazy_background_task_queue_factory.cc', |
| 697 'browser/lazy_background_task_queue_factory.h', |
696 'browser/load_monitoring_extension_host_queue.cc', | 698 'browser/load_monitoring_extension_host_queue.cc', |
697 'browser/load_monitoring_extension_host_queue.h', | 699 'browser/load_monitoring_extension_host_queue.h', |
698 'browser/management_policy.cc', | 700 'browser/management_policy.cc', |
699 'browser/management_policy.h', | 701 'browser/management_policy.h', |
700 'browser/mojo/keep_alive_impl.cc', | 702 'browser/mojo/keep_alive_impl.cc', |
701 'browser/mojo/keep_alive_impl.h', | 703 'browser/mojo/keep_alive_impl.h', |
702 'browser/mojo/service_registration.cc', | 704 'browser/mojo/service_registration.cc', |
703 'browser/mojo/service_registration.h', | 705 'browser/mojo/service_registration.h', |
704 'browser/mojo/stash_backend.cc', | 706 'browser/mojo/stash_backend.cc', |
705 'browser/mojo/stash_backend.h', | 707 'browser/mojo/stash_backend.h', |
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1044 'test/result_catcher.h', | 1046 'test/result_catcher.h', |
1045 'test/test_content_utility_client.cc', | 1047 'test/test_content_utility_client.cc', |
1046 'test/test_content_utility_client.h', | 1048 'test/test_content_utility_client.h', |
1047 'test/test_extensions_client.cc', | 1049 'test/test_extensions_client.cc', |
1048 'test/test_extensions_client.h', | 1050 'test/test_extensions_client.h', |
1049 'test/test_permission_message_provider.cc', | 1051 'test/test_permission_message_provider.cc', |
1050 'test/test_permission_message_provider.h', | 1052 'test/test_permission_message_provider.h', |
1051 ], | 1053 ], |
1052 }, | 1054 }, |
1053 } | 1055 } |
OLD | NEW |