From 2124e7b3ab4af2d4e00813518ea4595457106c16 Mon Sep 17 00:00:00 2001 From: "dpranke@chromium.org" Date: Wed, 14 Sep 2011 00:10:42 +0000 Subject: Revert r100988 (gpy refactoring for content dll). TBR=darin BUG= TEST= Review URL: http://codereview.chromium.org/7892021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100996 0039d316-1c4b-4281-b951-d872f2087c98 --- content/content_plugin.gypi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'content/content_plugin.gypi') diff --git a/content/content_plugin.gypi b/content/content_plugin.gypi index 9ab27e1..f2f01bf 100644 --- a/content/content_plugin.gypi +++ b/content/content_plugin.gypi @@ -3,8 +3,12 @@ # found in the LICENSE file. { - # TODO(dpranke): Fix indentation. + 'targets': [ + { + 'target_name': 'content_plugin', + 'type': 'static_library', 'dependencies': [ + 'content_common', '../skia/skia.gyp:skia', '../third_party/npapi/npapi.gyp:npapi', '../webkit/support/webkit_support.gyp:glue', @@ -60,4 +64,6 @@ }, }], ], + }, + ], } -- cgit v1.1