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

Unified Diff: content/content_common.gypi

Issue 8346017: Move content_browser_client.h to public, and while at it, move (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Missed a file post merge. 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/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('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 0b1719d5768c694a8e21e77af22ce509dcb122fb..4f77d3c0531e61fb5eecd894d6dc0addd669b7fb 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -252,11 +252,11 @@
'common/webkit_param_traits.h',
'common/webmessageportchannel_impl.cc',
'common/webmessageportchannel_impl.h',
- 'common/window_container_type.cc',
- 'common/window_container_type.h',
'common/worker_messages.h',
'public/common/content_client.cc',
'public/common/content_client.h',
+ 'public/common/window_container_type.cc',
+ 'public/common/window_container_type.h',
],
'conditions': [
['OS!="win"', {
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/browser/content_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698