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

Side by Side Diff: content/content_gpu.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_common.gypi ('k') | content/content_tests.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../skia/skia.gyp:skia', 8 '../skia/skia.gyp:skia',
9 '../third_party/re2/re2.gyp:re2', 9 '../third_party/re2/re2.gyp:re2',
10 '../ui/gl/gl.gyp:gl', 10 '../ui/gl/gl.gyp:gl',
(...skipping 13 matching lines...) Expand all
24 'gpu/gpu_child_thread.h', 24 'gpu/gpu_child_thread.h',
25 'gpu/gpu_watchdog_thread.cc', 25 'gpu/gpu_watchdog_thread.cc',
26 'gpu/gpu_watchdog_thread.h', 26 'gpu/gpu_watchdog_thread.h',
27 ], 27 ],
28 'include_dirs': [ 28 'include_dirs': [
29 '..', 29 '..',
30 ], 30 ],
31 'conditions': [ 31 'conditions': [
32 ['OS=="win"', { 32 ['OS=="win"', {
33 'include_dirs': [ 33 'include_dirs': [
34 '<(DEPTH)/third_party/angle/include', 34 '<(DEPTH)/third_party/khronos',
35 '<(DEPTH)/third_party/angle/src', 35 '<(DEPTH)/third_party/angle/src',
36 '<(DEPTH)/third_party/wtl/include', 36 '<(DEPTH)/third_party/wtl/include',
37 ], 37 ],
38 'dependencies': [ 38 'dependencies': [
39 '../third_party/angle/src/build_angle.gyp:libEGL', 39 '../third_party/angle/src/build_angle.gyp:libEGL',
40 '../third_party/angle/src/build_angle.gyp:libGLESv2', 40 '../third_party/angle/src/build_angle.gyp:libGLESv2',
41 '../third_party/libxml/libxml.gyp:libxml', 41 '../third_party/libxml/libxml.gyp:libxml',
42 ], 42 ],
43 'link_settings': { 43 'link_settings': {
44 'libraries': [ 44 'libraries': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '<(DEPTH)/third_party/openmax/il', 96 '<(DEPTH)/third_party/openmax/il',
97 ], 97 ],
98 }], 98 }],
99 ['target_arch!="arm" and chromeos == 1', { 99 ['target_arch!="arm" and chromeos == 1', {
100 'include_dirs': [ 100 'include_dirs': [
101 '<(DEPTH)/third_party/libva', 101 '<(DEPTH)/third_party/libva',
102 ], 102 ],
103 }], 103 }],
104 ], 104 ],
105 } 105 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698