[email protected] | dd25504 | 2012-03-05 20:14:17 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 49861ff | 2011-01-11 19:50:40 | [diff] [blame] | 2 | # 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] | 5a54733 | 2011-05-19 23:18:53 | [diff] [blame] | 9 | 'type': 'static_library', |
[email protected] | 2f3eff4 | 2011-11-11 21:29:27 | [diff] [blame] | 10 | 'variables': { 'enable_wexit_time_destructors': 1, }, |
[email protected] | 49861ff | 2011-01-11 19:50:40 | [diff] [blame] | 11 | 'dependencies': [ |
[email protected] | 49861ff | 2011-01-11 19:50:40 | [diff] [blame] | 12 | '<(DEPTH)/base/base.gyp:base', |
[email protected] | dd25504 | 2012-03-05 20:14:17 | [diff] [blame] | 13 | '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils', |
[email protected] | 3c0edf1 | 2012-01-19 06:35:21 | [diff] [blame] | 14 | '<(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] | 9ad5662 | 2011-03-08 01:54:04 | [diff] [blame] | 18 | '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', |
[email protected] | c9e2cbbb | 2012-05-12 21:17:27 | [diff] [blame] | 19 | '<(DEPTH)/ui/gl/gl.gyp:gl', |
[email protected] | 49861ff | 2011-01-11 19:50:40 | [diff] [blame] | 20 | ], |
[email protected] | 724744a | 2011-06-03 21:55:23 | [diff] [blame] | 21 | 'include_dirs': [ |
| 22 | '<(DEPTH)/skia/config', |
| 23 | ], |
[email protected] | 49861ff | 2011-01-11 19:50:40 | [diff] [blame] | 24 | 'sources': [ |
| 25 | # This list contains all .h and .cc in gpu except for test code. |
[email protected] | abd2ba8 | 2011-05-06 00:22:33 | [diff] [blame] | 26 | 'webgraphicscontext3d_in_process_command_buffer_impl.cc', |
| 27 | 'webgraphicscontext3d_in_process_command_buffer_impl.h', |
[email protected] | 49861ff | 2011-01-11 19:50:40 | [diff] [blame] | 28 | '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 | } |