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

Unified Diff: content/content_common.gypi

Issue 10383298: Move RegisterContentSchemes from public url_constants into non-public url_schemes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: allow content/common/savable_url_schemes.h to be included by url_constants.cc Created 8 years, 7 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 | « content/common/url_schemes.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index abed98553c9c65dafd468acc6229c7af5279bf1b..20f58df954eeb125d4715f89e6b6535289b97306 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -293,6 +293,8 @@
'common/sandbox_methods_linux.h',
'common/sandbox_policy.cc',
'common/sandbox_policy.h',
+ 'common/savable_url_schemes.cc',
+ 'common/savable_url_schemes.h',
'common/set_process_title.cc',
'common/set_process_title.h',
'common/set_process_title_linux.cc',
@@ -311,6 +313,8 @@
'common/text_input_client_messages.h',
'common/unix_domain_socket_posix.cc',
'common/unix_domain_socket_posix.h',
+ 'common/url_schemes.cc',
+ 'common/url_schemes.h',
'common/utility_messages.h',
'common/view_messages.h',
'common/view_message_enums.h',
« no previous file with comments | « content/common/url_schemes.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698