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

Unified Diff: content/content_common.gypi

Issue 8253002: Move PageTransition into content namespace. While I'm touching all these files, I've also updated... (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/public/common/page_transition_types.h » ('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 105162)
+++ content/content_common.gypi (working copy)
@@ -29,6 +29,8 @@
],
'sources': [
'public/common/bindings_policy.h',
+ 'public/common/page_transition_types.cc',
+ 'public/common/page_transition_types.h',
'public/common/resource_dispatcher_delegate.h',
'public/common/view_types.h',
'common/appcache/appcache_backend_proxy.cc',
@@ -182,8 +184,6 @@
'common/npobject_util.h',
'common/p2p_messages.h',
'common/p2p_sockets.h',
- 'common/page_transition_types.cc',
- 'common/page_transition_types.h',
'common/page_type.h',
'common/page_zoom.h',
'common/pepper_file_messages.cc',
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/page_transition_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698