summaryrefslogtreecommitdiffstats
path: root/content/content_renderer.gypi
diff options
context:
space:
mode:
authorddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 23:28:17 +0000
committerddorwin@chromium.org <ddorwin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-07 23:28:17 +0000
commit28f45d5c8622a27ee96861fa7adca51b48f09e38 (patch)
tree31668acb87ace5081048f2eaa6e50279ed8bbd48 /content/content_renderer.gypi
parent1be63b4449c5e1bcaa93260392a7ab7248610d7c (diff)
downloadchromium_src-28f45d5c8622a27ee96861fa7adca51b48f09e38.zip
chromium_src-28f45d5c8622a27ee96861fa7adca51b48f09e38.tar.gz
chromium_src-28f45d5c8622a27ee96861fa7adca51b48f09e38.tar.bz2
Refactor KeySystems code to call a function to populate the info.
This allows KeySystems to call GetContentClient()->AddKeySystems() so we can move key system information to chrome/. The new ContentClient API is defined and called, but we still rely on key_systems_info.cc. BUG=224793 TEST=Existing content_unittests and content_browsertests pass. Review URL: https://chromiumcodereview.appspot.com/23678008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221932 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_renderer.gypi')
-rw-r--r--content/content_renderer.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 3e06bf2..4f3ba4d 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -40,6 +40,8 @@
'public/renderer/document_state.h',
'public/renderer/history_item_serialization.cc',
'public/renderer/history_item_serialization.h',
+ 'public/renderer/key_system_info.cc',
+ 'public/renderer/key_system_info.h',
'public/renderer/navigation_state.cc',
'public/renderer/navigation_state.h',
'public/renderer/pepper_plugin_instance.h',