| 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1793 "metrics/extensions_metrics_provider.cc", | 1793 "metrics/extensions_metrics_provider.cc", |
| 1794 "metrics/extensions_metrics_provider.h", | 1794 "metrics/extensions_metrics_provider.h", |
| 1795 "renderer_context_menu/context_menu_content_type_app_mode.cc", | 1795 "renderer_context_menu/context_menu_content_type_app_mode.cc", |
| 1796 "renderer_context_menu/context_menu_content_type_app_mode.h", | 1796 "renderer_context_menu/context_menu_content_type_app_mode.h", |
| 1797 "renderer_context_menu/context_menu_content_type_extension_popup.cc", | 1797 "renderer_context_menu/context_menu_content_type_extension_popup.cc", |
| 1798 "renderer_context_menu/context_menu_content_type_extension_popup.h", | 1798 "renderer_context_menu/context_menu_content_type_extension_popup.h", |
| 1799 "renderer_context_menu/context_menu_content_type_platform_app.cc", | 1799 "renderer_context_menu/context_menu_content_type_platform_app.cc", |
| 1800 "renderer_context_menu/context_menu_content_type_platform_app.h", | 1800 "renderer_context_menu/context_menu_content_type_platform_app.h", |
| 1801 "renderer_host/chrome_extension_message_filter.cc", | 1801 "renderer_host/chrome_extension_message_filter.cc", |
| 1802 "renderer_host/chrome_extension_message_filter.h", | 1802 "renderer_host/chrome_extension_message_filter.h", |
| 1803 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.cc", | 1803 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.cc", |
| 1804 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller.h", | 1804 "safe_browsing/chrome_cleaner/chrome_cleaner_dialog_controller_win.h", |
| 1805 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc", | 1805 "safe_browsing/settings_reset_prompt/default_settings_fetcher.cc", |
| 1806 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h", | 1806 "safe_browsing/settings_reset_prompt/default_settings_fetcher.h", |
| 1807 "safe_browsing/settings_reset_prompt/extension_info.cc", | 1807 "safe_browsing/settings_reset_prompt/extension_info.cc", |
| 1808 "safe_browsing/settings_reset_prompt/extension_info.h", | 1808 "safe_browsing/settings_reset_prompt/extension_info.h", |
| 1809 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", | 1809 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.cc", |
| 1810 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", | 1810 "safe_browsing/settings_reset_prompt/settings_reset_prompt_config.h", |
| 1811 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", | 1811 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.cc", |
| 1812 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", | 1812 "safe_browsing/settings_reset_prompt/settings_reset_prompt_controller.h", |
| 1813 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", | 1813 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.cc", |
| 1814 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", | 1814 "safe_browsing/settings_reset_prompt/settings_reset_prompt_model.h", |
| (...skipping 2923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4738 "media/pepper_cdm_test_constants.cc", | 4738 "media/pepper_cdm_test_constants.cc", |
| 4739 "media/pepper_cdm_test_constants.h", | 4739 "media/pepper_cdm_test_constants.h", |
| 4740 ] | 4740 ] |
| 4741 } | 4741 } |
| 4742 } | 4742 } |
| 4743 | 4743 |
| 4744 service_manifest("preferences_forwarder_manifest") { | 4744 service_manifest("preferences_forwarder_manifest") { |
| 4745 name = "preferences_forwarder" | 4745 name = "preferences_forwarder" |
| 4746 source = "prefs/forwarder_manifest.json" | 4746 source = "prefs/forwarder_manifest.json" |
| 4747 } | 4747 } |
| OLD | NEW |