summaryrefslogtreecommitdiffstats
path: root/extensions/extensions.gyp
diff options
context:
space:
mode:
authorhanxi <hanxi@chromium.org>2014-08-28 07:13:21 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-28 14:14:30 +0000
commitc7e55208cda02430540652a0973071b54a8edb1e (patch)
tree238ae7df0f3e5e23f052ab576a7cbd881d843d1b /extensions/extensions.gyp
parent3074bba6ac72e209f68906839317508f4cbbc53a (diff)
downloadchromium_src-c7e55208cda02430540652a0973071b54a8edb1e.zip
chromium_src-c7e55208cda02430540652a0973071b54a8edb1e.tar.gz
chromium_src-c7e55208cda02430540652a0973071b54a8edb1e.tar.bz2
Move ExtensionWarningService and ExtensionsWarningSet, which are used by webrequest api, to extensions.
This cl resolve the dependencies of ExtensionsWarningSet of chrome strings: - move the declarations of IDS_EXTENSION_WARNINGS_XXX to extensions_strings.grd; - replace the usage of "IDS_PRODUCT_NAME" by creating GetProductName() function in ExtensionsClient and its subclasses. BUG=352293 Review URL: https://codereview.chromium.org/503033002 Cr-Commit-Position: refs/heads/master@{#292378}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r--extensions/extensions.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 09446e5..16cddcc 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',