summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 00:57:29 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-10 00:57:29 +0000
commit50e52cdb7b513558163b1d0285b4755dc697cd40 (patch)
tree2f72657bdeef16fff04e289798474ee8ae124774 /content/content_common.gypi
parent823821512bc23506c8d8b90651cfebe72d314d20 (diff)
downloadchromium_src-50e52cdb7b513558163b1d0285b4755dc697cd40.zip
chromium_src-50e52cdb7b513558163b1d0285b4755dc697cd40.tar.gz
chromium_src-50e52cdb7b513558163b1d0285b4755dc697cd40.tar.bz2
Add a ContentClient interface than an embedder of content has to implement. This allows us to move Chrome specific code out of content.
Review URL: http://codereview.chromium.org/6660011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77572 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 314487e..5a5b49b 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -28,6 +28,8 @@
'common/common_param_traits.h',
'common/content_message_generator.cc',
'common/content_message_generator.h',
+ 'common/content_client.cc',
+ 'common/content_client.h',
'common/content_constants.cc',
'common/content_constants.h',
'common/content_paths.cc',