Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(346)

Side by Side Diff: webkit/gpu/webkit_gpu.gypi

Issue 10392068: ui: Move gl/ directory out of gfx/, up to ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac_rel Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_impl.cc ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'webkit_gpu', 8 'target_name': 'webkit_gpu',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 '<(DEPTH)/base/base.gyp:base', 12 '<(DEPTH)/base/base.gyp:base',
13 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils', 13 '<(DEPTH)/gpu/command_buffer/command_buffer.gyp:gles2_utils',
14 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service', 14 '<(DEPTH)/gpu/gpu.gyp:command_buffer_service',
15 '<(DEPTH)/gpu/gpu.gyp:command_buffer_client', 15 '<(DEPTH)/gpu/gpu.gyp:command_buffer_client',
16 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 16 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
17 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation', 17 '<(DEPTH)/gpu/gpu.gyp:gles2_implementation',
18 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl', 18 '<(DEPTH)/third_party/angle/src/build_angle.gyp:translator_glsl',
19 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', 19 '<(DEPTH)/ui/gl/gl.gyp:gl',
20 ], 20 ],
21 'include_dirs': [ 21 'include_dirs': [
22 '<(DEPTH)/skia/config', 22 '<(DEPTH)/skia/config',
23 ], 23 ],
24 'sources': [ 24 'sources': [
25 # This list contains all .h and .cc in gpu except for test code. 25 # This list contains all .h and .cc in gpu except for test code.
26 'webgraphicscontext3d_in_process_command_buffer_impl.cc', 26 'webgraphicscontext3d_in_process_command_buffer_impl.cc',
27 'webgraphicscontext3d_in_process_command_buffer_impl.h', 27 'webgraphicscontext3d_in_process_command_buffer_impl.h',
28 'webgraphicscontext3d_in_process_impl.cc', 28 'webgraphicscontext3d_in_process_impl.cc',
29 'webgraphicscontext3d_in_process_impl.h', 29 'webgraphicscontext3d_in_process_impl.h',
30 'webkit_gpu.gypi', 30 'webkit_gpu.gypi',
31 ], 31 ],
32 'conditions': [ 32 'conditions': [
33 ['inside_chromium_build==0', { 33 ['inside_chromium_build==0', {
34 'dependencies': [ 34 'dependencies': [
35 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 35 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
36 ], 36 ],
37 }], 37 }],
38 ], 38 ],
39 }, 39 },
40 ], 40 ],
41 } 41 }
OLDNEW
« no previous file with comments | « webkit/gpu/webgraphicscontext3d_in_process_impl.cc ('k') | webkit/plugins/npapi/plugin_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698