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

Unified Diff: Source/core/core.gyp

Issue 25825003: Move ANGLEWebKitBridge to platform/graphics/angle/ANGLEPlatformBridge. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/platform/blink_platform.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index b1db46e3f071e85b8bce236a2fa2bb2ed8a78ebd..b39dd5f10a7d242d4bd36820333cda873db1f4aa 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -354,7 +354,6 @@
'../config.gyp:config',
'../platform/blink_platform.gyp:blink_platform',
'../weborigin/weborigin.gyp:weborigin',
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
'<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
@@ -374,7 +373,6 @@
'export_dependent_settings': [
'../wtf/wtf.gyp:wtf',
'../config.gyp:config',
- '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
'<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
'<(DEPTH)/skia/skia.gyp:skia',
'<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
@@ -399,7 +397,7 @@
'include_dirs': [
'<@(webcore_include_dirs)',
'<(DEPTH)/gpu',
- '<(DEPTH)/third_party/angle_dx11/include/GLSLANG',
+ '<(DEPTH)/third_party/angle_dx11/include',
],
'msvs_disabled_warnings': [
4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099,
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/platform/blink_platform.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698