| 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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 682 'browser/info_map.cc', | 682 'browser/info_map.cc', |
| 683 'browser/info_map.h', | 683 'browser/info_map.h', |
| 684 'browser/install/crx_installer_error.h', | 684 'browser/install/crx_installer_error.h', |
| 685 'browser/install/extension_install_ui.cc', | 685 'browser/install/extension_install_ui.cc', |
| 686 'browser/install/extension_install_ui.h', | 686 'browser/install/extension_install_ui.h', |
| 687 'browser/install_flag.h', | 687 'browser/install_flag.h', |
| 688 'browser/io_thread_extension_message_filter.cc', | 688 'browser/io_thread_extension_message_filter.cc', |
| 689 'browser/io_thread_extension_message_filter.h', | 689 'browser/io_thread_extension_message_filter.h', |
| 690 'browser/lazy_background_task_queue.cc', | 690 'browser/lazy_background_task_queue.cc', |
| 691 'browser/lazy_background_task_queue.h', | 691 'browser/lazy_background_task_queue.h', |
| 692 'browser/lazy_background_task_queue_factory.cc', |
| 693 'browser/lazy_background_task_queue_factory.h', |
| 692 'browser/load_monitoring_extension_host_queue.cc', | 694 'browser/load_monitoring_extension_host_queue.cc', |
| 693 'browser/load_monitoring_extension_host_queue.h', | 695 'browser/load_monitoring_extension_host_queue.h', |
| 694 'browser/management_policy.cc', | 696 'browser/management_policy.cc', |
| 695 'browser/management_policy.h', | 697 'browser/management_policy.h', |
| 696 'browser/mojo/keep_alive_impl.cc', | 698 'browser/mojo/keep_alive_impl.cc', |
| 697 'browser/mojo/keep_alive_impl.h', | 699 'browser/mojo/keep_alive_impl.h', |
| 698 'browser/mojo/service_registration.cc', | 700 'browser/mojo/service_registration.cc', |
| 699 'browser/mojo/service_registration.h', | 701 'browser/mojo/service_registration.h', |
| 700 'browser/mojo/stash_backend.cc', | 702 'browser/mojo/stash_backend.cc', |
| 701 'browser/mojo/stash_backend.h', | 703 'browser/mojo/stash_backend.h', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 'test/result_catcher.h', | 1036 'test/result_catcher.h', |
| 1035 'test/test_content_utility_client.cc', | 1037 'test/test_content_utility_client.cc', |
| 1036 'test/test_content_utility_client.h', | 1038 'test/test_content_utility_client.h', |
| 1037 'test/test_extensions_client.cc', | 1039 'test/test_extensions_client.cc', |
| 1038 'test/test_extensions_client.h', | 1040 'test/test_extensions_client.h', |
| 1039 'test/test_permission_message_provider.cc', | 1041 'test/test_permission_message_provider.cc', |
| 1040 'test/test_permission_message_provider.h', | 1042 'test/test_permission_message_provider.h', |
| 1041 ], | 1043 ], |
| 1042 }, | 1044 }, |
| 1043 } | 1045 } |
| OLD | NEW |