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

Unified Diff: extensions/extensions.gyp

Issue 698623002: Split WarningService from ExtensionSystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: virtual -> override Created 6 years, 1 month 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
« no previous file with comments | « extensions/browser/warning_service_factory.cc ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 4bff304e247964a94edbcc24df3d57ed7021c9ee..d61f64a7d73ae7b9609cd8a2ae4086fabaa01472 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -758,6 +758,8 @@
'browser/view_type_utils.h',
'browser/warning_service.cc',
'browser/warning_service.h',
+ 'browser/warning_service_factory.cc',
+ 'browser/warning_service_factory.h',
'browser/warning_set.cc',
'browser/warning_set.h',
],
« no previous file with comments | « extensions/browser/warning_service_factory.cc ('k') | extensions/shell/browser/shell_extension_system.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698