From 763ec4ca15b4a013b0317b6d83605a265a23de88 Mon Sep 17 00:00:00 2001 From: "jam@chromium.org" Date: Fri, 29 Apr 2011 15:48:12 +0000 Subject: Pick off the lowest hanging fruits in removing the chrome includes from content\browser. I moved clipboard_dispatcher.* and content_restriction.h which should have moved originally. Review URL: http://codereview.chromium.org/6893122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83517 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_browser.gypi | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'content/content_browser.gypi') diff --git a/content/content_browser.gypi b/content/content_browser.gypi index 53129ff..7738ccc 100644 --- a/content/content_browser.gypi +++ b/content/content_browser.gypi @@ -52,6 +52,10 @@ 'browser/child_process_security_policy.h', 'browser/chrome_blob_storage_context.cc', 'browser/chrome_blob_storage_context.h', + 'browser/clipboard_dispatcher.h', + 'browser/clipboard_dispatcher_gtk.cc', + 'browser/clipboard_dispatcher_mac.mm', + 'browser/clipboard_dispatcher_win.cc', 'browser/content_browser_client.cc', 'browser/content_browser_client.h', 'browser/cross_site_request_manager.cc', -- cgit v1.1