aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/angle2
diff options
context:
space:
mode:
authorGravatar Derek Sollenberger <djsollen@google.com>2018-02-21 16:51:49 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-21 22:18:07 +0000
commit2bafb796e50492193c215c52dbe245bbe5f3b282 (patch)
treedf15cdcc7ced45ee4f72d8d7d5eb91e9cc1d539a /third_party/angle2
parent59ddc6d5ee39c026e78bf39361cc788e30ca0afa (diff)
Fix Angle autoroller by adding missing platform specific files.
Change-Id: Ib1b3c760b8769fb0e342b69ec7954e2a30d74599 Reviewed-on: https://skia-review.googlesource.com/109200 Commit-Queue: Derek Sollenberger <djsollen@google.com> Reviewed-by: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'third_party/angle2')
-rw-r--r--third_party/angle2/BUILD.gn11
1 files changed, 7 insertions, 4 deletions
diff --git a/third_party/angle2/BUILD.gn b/third_party/angle2/BUILD.gn
index 114a7e8055..ab3afa58bf 100644
--- a/third_party/angle2/BUILD.gn
+++ b/third_party/angle2/BUILD.gn
@@ -113,9 +113,11 @@ shared_library("libGLESv2") {
"Xi",
"Xext",
]
- sources +=
- rebase_path(gles_gypi.libangle_gl_glx_sources, ".", "$angle_root/src") +
- [ "$angle_root/src/third_party/libXNVCtrl/NVCtrl.c" ]
+ sources += rebase_path(gles_gypi.libangle_gl_glx_sources +
+ gles_gypi.libangle_common_linux_sources,
+ ".",
+ "$angle_root/src") +
+ [ "$angle_root/src/third_party/libXNVCtrl/NVCtrl.c" ]
} else if (is_win) {
defines += [
# TODO: ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES
@@ -124,7 +126,8 @@ shared_library("libGLESv2") {
gles_gypi.libangle_d3d_shared_sources +
gles_gypi.libangle_d3d9_sources +
gles_gypi.libangle_d3d11_sources +
- gles_gypi.libangle_d3d11_win32_sources,
+ gles_gypi.libangle_d3d11_win32_sources +
+ gles_gypi.libangle_common_win_sources,
".",
"$angle_root/src")
libs += [