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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 | « device/bluetooth/bluetooth.gyp ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'all_dependent_settings': { 9 'all_dependent_settings': {
10 'include_dirs': [ 10 'include_dirs': [
11 '..', 11 '..',
12 ], 12 ],
13 }, 13 },
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 16 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
17 '../crypto/crypto.gyp:crypto', 17 '../crypto/crypto.gyp:crypto',
18 '../ui/gfx/gfx.gyp:gfx',
18 '../ui/gl/gl.gyp:gl', 19 '../ui/gl/gl.gyp:gl',
19 '../ui/ui.gyp:ui', 20 '../ui/ui.gyp:ui',
20 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl', 21 '../third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
21 '../third_party/khronos/khronos.gyp:khronos_headers', 22 '../third_party/khronos/khronos.gyp:khronos_headers',
22 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 23 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
23 '../third_party/smhasher/smhasher.gyp:cityhash', 24 '../third_party/smhasher/smhasher.gyp:cityhash',
24 '../third_party/re2/re2.gyp:re2', 25 '../third_party/re2/re2.gyp:re2',
25 ], 26 ],
26 'sources': [ 27 'sources': [
27 'command_buffer/service/async_pixel_transfer_delegate.cc', 28 'command_buffer/service/async_pixel_transfer_delegate.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 ], 142 ],
142 }], 143 }],
143 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', { 144 ['OS in ("win", "android") or (OS == "linux" and use_x11 == 1)', {
144 'sources': [ 145 'sources': [
145 'command_buffer/service/async_pixel_transfer_manager_egl.cc', 146 'command_buffer/service/async_pixel_transfer_manager_egl.cc',
146 'command_buffer/service/async_pixel_transfer_manager_egl.h', 147 'command_buffer/service/async_pixel_transfer_manager_egl.h',
147 ], 148 ],
148 }] 149 }]
149 ], 150 ],
150 } 151 }
OLDNEW
« no previous file with comments | « device/bluetooth/bluetooth.gyp ('k') | gpu/gles2_conform_support/gles2_conform_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698