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

Unified Diff: content/content_common.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, 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_gpu.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index e0558e980772b5203f0a1b9191d5ed01d07c02c6..b80755e22b2c5db4c281b27fa91d7a13817fb701 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -452,7 +452,7 @@
}],
['use_x11 == 1', {
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
+ '<(DEPTH)/third_party/khronos',
],
'link_settings': {
'libraries': [
@@ -503,7 +503,7 @@
'common/gpu/media/omx_video_decode_accelerator.h',
],
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
+ '<(DEPTH)/third_party/khronos',
'<(DEPTH)/third_party/openmax/il',
],
'link_settings': {
@@ -556,7 +556,7 @@
'common/gpu/media/dxva_video_decode_accelerator.h',
],
'include_dirs': [
- '<(DEPTH)/third_party/angle/include',
+ '<(DEPTH)/third_party/khronos',
],
}],
['OS=="win" and directxsdk_exists=="True"', {
« no previous file with comments | « no previous file | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698