summaryrefslogtreecommitdiffstats
path: root/content/content_plugin.gypi
diff options
context:
space:
mode:
authordpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 00:10:42 +0000
committerdpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-14 00:10:42 +0000
commit2124e7b3ab4af2d4e00813518ea4595457106c16 (patch)
tree26eba6ad096abf7d62457b1bfa737abfafda0c75 /content/content_plugin.gypi
parent4c1c4fbae251ae5d39f80b74c9ce1dbed07ff9f5 (diff)
downloadchromium_src-2124e7b3ab4af2d4e00813518ea4595457106c16.zip
chromium_src-2124e7b3ab4af2d4e00813518ea4595457106c16.tar.gz
chromium_src-2124e7b3ab4af2d4e00813518ea4595457106c16.tar.bz2
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
Diffstat (limited to 'content/content_plugin.gypi')
-rw-r--r--content/content_plugin.gypi8
1 files changed, 7 insertions, 1 deletions
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 @@
},
}],
],
+ },
+ ],
}