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

Unified Diff: chrome/chrome_common.gypi

Issue 11726002: Move the parsing of 'update_url' & 'options_page' URLs out of Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@url_parse
Patch Set: Created 8 years 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/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 61776f46432f3bc081772757656feaa9cbd64ba7..c1313d957397072211e6e0553afa564bea5a5850 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -201,6 +201,8 @@
'common/extensions/matcher/url_matcher_helpers.h',
'common/extensions/message_bundle.cc',
'common/extensions/message_bundle.h',
+ 'common/extensions/options_page_handler.cc',
+ 'common/extensions/options_page_handler.h',
'common/extensions/permissions/api_permission.cc',
'common/extensions/permissions/api_permission.h',
'common/extensions/permissions/api_permission_set.cc',
@@ -230,6 +232,8 @@
'common/extensions/unpacker.h',
'common/extensions/update_manifest.cc',
'common/extensions/update_manifest.h',
+ 'common/extensions/update_url_handler.cc',
+ 'common/extensions/update_url_handler.h',
'common/extensions/user_script.cc',
'common/extensions/user_script.h',
'common/extensions/value_counter.cc',

Powered by Google App Engine
This is Rietveld 408576698