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

Unified Diff: extensions/extensions.gyp

Issue 719243002: Move default_locale manifest handler out of //chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: type alias 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
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index b4c26803ae015af997e5efa541f88347dc461638..7d6b05e2677b1b2e736de70ccb0f7659a7d352f0 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -162,6 +162,8 @@
'common/manifest_handlers/background_info.h',
'common/manifest_handlers/csp_info.cc',
'common/manifest_handlers/csp_info.h',
+ 'common/manifest_handlers/default_locale_handler.cc',
+ 'common/manifest_handlers/default_locale_handler.h',
'common/manifest_handlers/externally_connectable.cc',
'common/manifest_handlers/externally_connectable.h',
'common/manifest_handlers/file_handler_info.cc',
@@ -1214,6 +1216,7 @@
'common/features/simple_feature_unittest.cc',
'common/file_util_unittest.cc',
'common/manifest_handler_unittest.cc',
+ 'common/manifest_handlers/default_locale_manifest_unittest.cc',
'common/manifest_handlers/externally_connectable_unittest.cc',
'common/manifest_handlers/file_handler_manifest_unittest.cc',
'common/manifest_handlers/oauth2_manifest_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698