summaryrefslogtreecommitdiffstats
path: root/content/content_gpu.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_gpu.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_gpu.gypi')
-rw-r--r--content/content_gpu.gypi11
1 files changed, 10 insertions, 1 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
index 5d89a61..15fa0c8 100644
--- a/content/content_gpu.gypi
+++ b/content/content_gpu.gypi
@@ -3,8 +3,15 @@
# found in the LICENSE file.
{
- # TODO(dpranke): Fix indentation.
+ 'variables': {
+ 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/directxsdk)',
+ }, # variables
+ 'targets': [
+ {
+ 'target_name': 'content_gpu',
+ 'type': 'static_library',
'dependencies': [
+ 'content_common',
'../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../ui/gfx/gl/gl.gyp:gl',
@@ -85,4 +92,6 @@
],
}],
],
+ },
+ ],
}