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

Unified Diff: extensions/extensions.gyp

Issue 503033002: Move ExtensionWarningService and ExtensionsWarningSet to extensions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@3_web_view_internal
Patch Set: rebase Created 6 years, 4 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
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/extensions_strings.grd » ('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 09446e52b101dd997c752e7395a91ac4f6f95a19..16cddcc93c01016f5f7a08b3dc9913e8d26ea239 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -554,6 +554,10 @@
'browser/verified_contents.h',
'browser/view_type_utils.cc',
'browser/view_type_utils.h',
+ 'browser/warning_service.cc',
+ 'browser/warning_service.h',
+ 'browser/warning_set.cc',
+ 'browser/warning_set.h',
],
'conditions': [
['enable_extensions==0', {
@@ -931,6 +935,7 @@
'browser/value_store/value_store_unittest.cc',
'browser/value_store/value_store_unittest.h',
'browser/verified_contents_unittest.cc',
+ 'browser/warning_service_unittest.cc',
'common/api/sockets/sockets_manifest_permission_unittest.cc',
'common/csp_validator_unittest.cc',
'common/event_filter_unittest.cc',
« no previous file with comments | « extensions/common/extensions_client.h ('k') | extensions/extensions_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698