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

Side by Side Diff: gpu/command_buffer_service.gypi

Issue 14772009: Rationalize dependency on khronos EGL headers in place of angle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated khronos headers. Created 7 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 | « content/content_tests.gypi ('k') | third_party/khronos/EGL/eglext.h » ('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': [
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'command_buffer/service/vertex_attrib_manager.cc', 109 'command_buffer/service/vertex_attrib_manager.cc',
110 ], 110 ],
111 'conditions': [ 111 'conditions': [
112 ['toolkit_uses_gtk == 1', { 112 ['toolkit_uses_gtk == 1', {
113 'dependencies': [ 113 'dependencies': [
114 '../build/linux/system.gyp:gtk', 114 '../build/linux/system.gyp:gtk',
115 ], 115 ],
116 }], 116 }],
117 ['ui_compositor_image_transport==1', { 117 ['ui_compositor_image_transport==1', {
118 'include_dirs': [ 118 'include_dirs': [
119 '../third_party/angle/include', 119 '../third_party/khronos',
120 ], 120 ],
121 }], 121 }],
122 ], 122 ],
123 } 123 }
OLDNEW
« no previous file with comments | « content/content_tests.gypi ('k') | third_party/khronos/EGL/eglext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698