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

Unified Diff: content/content_common.gypi

Issue 8413051: Move PageZoom enum into content/public/common and into the content namespace. Also move content_c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 2 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/view_messages.h ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
===================================================================
--- content/content_common.gypi (revision 107754)
+++ content/content_common.gypi (working copy)
@@ -30,6 +30,8 @@
'sources': [
'public/common/bindings_policy.h',
'public/common/child_process_sandbox_support_linux.h',
+ 'public/common/content_constants.cc',
+ 'public/common/content_constants.h',
'public/common/content_paths.h',
'public/common/content_switches.cc',
'public/common/content_switches.h',
@@ -40,6 +42,7 @@
'public/common/page_transition_types.cc',
'public/common/page_transition_types.h',
'public/common/page_type.h',
+ 'public/common/page_zoom.h',
'public/common/pepper_plugin_info.cc',
'public/common/pepper_plugin_info.h',
'public/common/resource_dispatcher_delegate.h',
@@ -79,8 +82,6 @@
'common/content_message_generator.cc',
'common/content_message_generator.h',
'common/content_export.h',
- 'common/content_constants.cc',
- 'common/content_constants.h',
'common/content_counters.cc',
'common/content_counters.h',
'common/content_paths.cc',
@@ -178,7 +179,6 @@
'common/npobject_util.h',
'common/p2p_messages.h',
'common/p2p_sockets.h',
- 'common/page_zoom.h',
'common/pepper_file_messages.cc',
'common/pepper_file_messages.h',
'common/pepper_messages.h',
« no previous file with comments | « content/common/view_messages.h ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698