Display new Autofill UI Contents in Views
[chromium-blink-merge.git] / webkit / gpu / webkit_gpu.gypi
blob85e1846d84c4ee2d54cbdbe9e82dcef587829774
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
6   'targets': [
7     {
8       'target_name': 'webkit_gpu',
9       'type': 'static_library',
10       'variables': { 'enable_wexit_time_destructors': 1, },
11       'dependencies': [
12         '<(DEPTH)/base/base.gyp:base',
13         '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
14         '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
15         '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
16         '<(DEPTH)/gpu/gpu.gyp:command_buffer_client',
17         '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
18         '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
19         '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
20         '<(DEPTH)/ui/gl/gl.gyp:gl',
21       ],
22       'include_dirs': [
23         '<(DEPTH)/skia/config',
24       ],
25       'sources': [
26         # This list contains all .h and .cc in gpu except for test code.
27         'webgraphicscontext3d_in_process_command_buffer_impl.cc',
28         'webgraphicscontext3d_in_process_command_buffer_impl.h',
29         'webgraphicscontext3d_in_process_impl.cc',
30         'webgraphicscontext3d_in_process_impl.h',
31         'webkit_gpu.gypi',
32       ],
33       'conditions': [
34         ['inside_chromium_build==0', {
35           'dependencies': [
36             '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
37           ],
38         }],
39       ],
40     },
41   ],