diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 01:42:52 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-14 01:42:52 +0000 |
commit | 476035dd55c983f9c63ba5ab4a68d24bf2fedbb8 (patch) | |
tree | ee5ffef55b9b808206c6f044663fcc6b8855c938 /content/content_gpu.gypi | |
parent | 212a2e45865b81b1bb34b2a4b06d2f16fe4febfc (diff) | |
download | chromium_src-476035dd55c983f9c63ba5ab4a68d24bf2fedbb8.zip chromium_src-476035dd55c983f9c63ba5ab4a68d24bf2fedbb8.tar.gz chromium_src-476035dd55c983f9c63ba5ab4a68d24bf2fedbb8.tar.bz2 |
re-land r100988 (gpy refactoring for content dll).
TBR=darin
BUG=
TEST=
Review URL: http://codereview.chromium.org/7889027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_gpu.gypi')
-rw-r--r-- | content/content_gpu.gypi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi index 15fa0c8..5d89a61 100644 --- a/content/content_gpu.gypi +++ b/content/content_gpu.gypi @@ -3,15 +3,8 @@ # found in the LICENSE file. { - 'variables': { - 'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/directxsdk)', - }, # variables - 'targets': [ - { - 'target_name': 'content_gpu', - 'type': 'static_library', + # TODO(dpranke): Fix indentation. 'dependencies': [ - 'content_common', '../base/base.gyp:base', '../skia/skia.gyp:skia', '../ui/gfx/gl/gl.gyp:gl', @@ -92,6 +85,4 @@ ], }], ], - }, - ], } |