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

Unified Diff: content/content_common.gypi

Issue 8368004: Move common_param_traits and webkit_param_traits to content/public/common. (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/webkit_param_traits.cc ('k') | content/public/common/common_param_traits.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 106741)
+++ content/content_common.gypi (working copy)
@@ -70,8 +70,6 @@
'common/cloud_print_class_mac.h',
'common/cloud_print_class_mac.mm',
'common/clipboard_messages.h',
- 'common/common_param_traits.cc',
- 'common/common_param_traits.h',
'common/content_message_generator.cc',
'common/content_message_generator.h',
'common/content_export.h',
@@ -242,15 +240,17 @@
'common/webblobregistry_impl.cc',
'common/webblobregistry_impl.h',
'common/webblob_messages.h',
- 'common/webkit_param_traits.cc',
- 'common/webkit_param_traits.h',
'common/webmessageportchannel_impl.cc',
'common/webmessageportchannel_impl.h',
'common/worker_messages.h',
+ 'public/common/common_param_traits.cc',
+ 'public/common/common_param_traits.h',
'public/common/content_client.cc',
'public/common/content_client.h',
'public/common/window_container_type.cc',
'public/common/window_container_type.h',
+ 'public/common/webkit_param_traits.cc',
+ 'public/common/webkit_param_traits.h',
],
'conditions': [
['OS!="win"', {
« no previous file with comments | « content/common/webkit_param_traits.cc ('k') | content/public/common/common_param_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698