Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(986)

Unified Diff: chrome/browser/BUILD.gn

Issue 2787713002: Remove deprecated extension notification from shortcuts_extensions_manager.h/cc (Closed)
Patch Set: move to enable_extensions Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index ad84e9eaa01cae8b02970226913072aa62f64849..32da2274b025f2848516096795d4afe1aba5e84f 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -84,8 +84,6 @@ split_static_library("browser") {
"autocomplete/in_memory_url_index_factory.h",
"autocomplete/shortcuts_backend_factory.cc",
"autocomplete/shortcuts_backend_factory.h",
- "autocomplete/shortcuts_extensions_manager.cc",
- "autocomplete/shortcuts_extensions_manager.h",
"autofill/personal_data_manager_factory.cc",
"autofill/personal_data_manager_factory.h",
"autofill/risk_util.cc",
@@ -1711,6 +1709,8 @@ split_static_library("browser") {
"accessibility/animation_policy_prefs.h",
"autocomplete/keyword_extensions_delegate_impl.cc",
"autocomplete/keyword_extensions_delegate_impl.h",
+ "autocomplete/shortcuts_extensions_manager.cc",
+ "autocomplete/shortcuts_extensions_manager.h",
"browsing_data/hosted_apps_counter.cc",
"browsing_data/hosted_apps_counter.h",
"content_settings/content_settings_internal_extension_provider.cc",

Powered by Google App Engine
This is Rietveld 408576698