Chromium Code Reviews| 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)', |
| ], |