| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1769 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1780 "metrics/extensions_metrics_provider.cc", | 1780 "metrics/extensions_metrics_provider.cc", |
| 1781 "metrics/extensions_metrics_provider.h", | 1781 "metrics/extensions_metrics_provider.h", |
| 1782 "renderer_context_menu/context_menu_content_type_app_mode.cc", | 1782 "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 1783 "renderer_context_menu/context_menu_content_type_app_mode.h", | 1783 "renderer_context_menu/context_menu_content_type_app_mode.h", |
| 1784 "renderer_context_menu/context_menu_content_type_extension_popup.cc", | 1784 "renderer_context_menu/context_menu_content_type_extension_popup.cc", |
| 1785 "renderer_context_menu/context_menu_content_type_extension_popup.h", | 1785 "renderer_context_menu/context_menu_content_type_extension_popup.h", |
| 1786 "renderer_context_menu/context_menu_content_type_platform_app.cc", | 1786 "renderer_context_menu/context_menu_content_type_platform_app.cc", |
| 1787 "renderer_context_menu/context_menu_content_type_platform_app.h", | 1787 "renderer_context_menu/context_menu_content_type_platform_app.h", |
| 1788 "renderer_host/chrome_extension_message_filter.cc", | 1788 "renderer_host/chrome_extension_message_filter.cc", |
| 1789 "renderer_host/chrome_extension_message_filter.h", | 1789 "renderer_host/chrome_extension_message_filter.h", |
| 1790 "safe_browsing/chrome_cleaner_dialog_controller.cc", | 1790 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.cc", |
| 1791 "safe_browsing/chrome_cleaner_dialog_controller.h", | 1791 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h", |
| 1792 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc", | 1792 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc", |
| 1793 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h", | 1793 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h", |
| 1794 "safe_browsing/settings_reset_prompt/extension_info.cc", | 1794 "safe_browsing/settings_reset_prompt/extension_info.cc", |
| 1795 "safe_browsing/settings_reset_prompt/extension_info.h", | 1795 "safe_browsing/settings_reset_prompt/extension_info.h", |
| 1796 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", | 1796 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", |
| 1797 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", | 1797 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", |
| 1798 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", | 1798 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", |
| 1799 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", | 1799 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", |
| 1800 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", | 1800 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", |
| 1801 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", | 1801 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", |
| (...skipping 2897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4699 "media/pepper_cdm_test_constants.cc", | 4699 "media/pepper_cdm_test_constants.cc", |
| 4700 "media/pepper_cdm_test_constants.h", | 4700 "media/pepper_cdm_test_constants.h", |
| 4701 ] | 4701 ] |
| 4702 } | 4702 } |
| 4703 } | 4703 } |
| 4704 | 4704 |
| 4705 service_manifest("preferences_forwarder_manifest") { | 4705 service_manifest("preferences_forwarder_manifest") { |
| 4706 name = "preferences_forwarder" | 4706 name = "preferences_forwarder" |
| 4707 source = "prefs/forwarder_manifest.json" | 4707 source = "prefs/forwarder_manifest.json" |
| 4708 } | 4708 } |
| OLD | NEW |