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

Unified Diff: content/content_common.gypi

Issue 8336007: Move content_client.h into content/public. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back a needed include. 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/swapped_out_messages.cc ('k') | content/gpu/gpu_child_thread.cc » ('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 0c41c2a2408414ba7bea057dbd40c80b8a6ca544..0b1719d5768c694a8e21e77af22ce509dcb122fb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -68,8 +68,6 @@
'common/content_message_generator.cc',
'common/content_message_generator.h',
'common/content_export.h',
- 'common/content_client.cc',
- 'common/content_client.h',
'common/content_constants.cc',
'common/content_constants.h',
'common/content_counters.cc',
@@ -257,6 +255,8 @@
'common/window_container_type.cc',
'common/window_container_type.h',
'common/worker_messages.h',
+ 'public/common/content_client.cc',
+ 'public/common/content_client.h',
],
'conditions': [
['OS!="win"', {
« no previous file with comments | « content/common/swapped_out_messages.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698