diff options
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 @@ ], }], ], - }, - ], } |