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

Unified Diff: Source/platform/blink_platform.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
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index 2d983c03d48fbb1c79fae607ade9e350f5c681c9..9a20f2b0f0656f663af2dbe376320a16c6c564b5 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -64,6 +64,7 @@
'../wtf/wtf.gyp:wtf',
'../weborigin/weborigin.gyp:weborigin',
'<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator_glsl',
abarth-chromium 2013/10/03 16:45:02 Can you add comments about what these dependencies
'<(DEPTH)/url/url.gyp:url_lib',
'blink_common',
],
@@ -71,6 +72,9 @@
'BLINK_PLATFORM_IMPLEMENTATION=1',
'INSIDE_BLINK',
],
+ 'include_dirs': [
+ '<(DEPTH)/third_party/angle_dx11/include',
abarth-chromium 2013/10/03 16:45:02 Here too.
+ ],
'sources': [
'<@(platform_files)',
],
« no previous file with comments | « Source/core/platform/graphics/filters/custom/CustomFilterValidatedProgram.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698