blob: a770c2abe8c2cd81818073942636da96d22f8e0a [file] [log] [blame]
[email protected]dd255042012-03-05 20:14:171# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]49861ff2011-01-11 19:50:402# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'targets': [
7 {
8 'target_name': 'webkit_gpu',
[email protected]5a547332011-05-19 23:18:539 'type': 'static_library',
[email protected]2f3eff42011-11-11 21:29:2710 'variables': { 'enable_wexit_time_destructors': 1, },
[email protected]49861ff2011-01-11 19:50:4011 'dependencies': [
[email protected]49861ff2011-01-11 19:50:4012 '<(DEPTH)/base/base.gyp:base',
[email protected]dd255042012-03-05 20:14:1713 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
[email protected]3c0edf12012-01-19 06:35:2114 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
15 '<(DEPTH)/gpu/gpu.gyp:command_buffer_client',
16 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
17 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
[email protected]9ad56622011-03-08 01:54:0418 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
[email protected]c9e2cbbb2012-05-12 21:17:2719 '<(DEPTH)/ui/gl/gl.gyp:gl',
[email protected]49861ff2011-01-11 19:50:4020 ],
[email protected]724744a2011-06-03 21:55:2321 'include_dirs': [
22 '<(DEPTH)/skia/config',
23 ],
[email protected]49861ff2011-01-11 19:50:4024 'sources': [
25 # This list contains all .h and .cc in gpu except for test code.
[email protected]abd2ba82011-05-06 00:22:3326 'webgraphicscontext3d_in_process_command_buffer_impl.cc',
27 'webgraphicscontext3d_in_process_command_buffer_impl.h',
[email protected]49861ff2011-01-11 19:50:4028 'webgraphicscontext3d_in_process_impl.cc',
29 'webgraphicscontext3d_in_process_impl.h',
30 'webkit_gpu.gypi',
31 ],
32 'conditions': [
33 ['inside_chromium_build==0', {
34 'dependencies': [
35 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
36 ],
37 }],
38 ],
39 },
40 ],
41}