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

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: 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 22ad357e7bdf5e1f7d13e44ae4ac392139ab7ebd..3056d38f1ea11eb139f31ac7a3d1ced684f927d3 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -67,8 +67,6 @@
'common/content_message_generator.h',
'common/content_notification_types.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',
@@ -258,6 +256,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"', {

Powered by Google App Engine
This is Rietveld 408576698