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

Unified Diff: chrome/chrome_common.gypi

Issue 11624036: Move the parsing of homepage_url" and "devtools_page" out of Extension. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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 9d42cc54cf9f1a7d24675e2a9d0bbcdad4853f94..ea2a9c2bb5430d5e9967da0e0e691a6bf52f1dee 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -126,6 +126,12 @@
'common/extensions/api/extension_api_stub.cc',
'common/extensions/api/omnibox/omnibox_handler.cc',
'common/extensions/api/omnibox/omnibox_handler.h',
+ 'common/extensions/api/url_parser/devtools_page_handler.cc',
+ 'common/extensions/api/url_parser/devtools_page_handler.h',
+ 'common/extensions/api/url_parser/homepage_url_handler.cc',
+ 'common/extensions/api/url_parser/homepage_url_handler.h',
+ 'common/extensions/api/url_parser/url_info.cc',
+ 'common/extensions/api/url_parser/url_info.h',
'common/extensions/command.cc',
'common/extensions/command.h',
'common/extensions/csp_validator.cc',

Powered by Google App Engine
This is Rietveld 408576698