Commit f8a16d7b by Cem Kocagil Committed by Shannon Woods

gn: Fix source paths

Change-Id: Idf0c746d7e4e9f03b176744e8ff027be2d5f25ad Reviewed-on: https://chromium-review.googlesource.com/218520Reviewed-by: 's avatarBrett Wilson <brettw@chromium.org> Reviewed-by: 's avatarShannon Woods <shannonwoods@chromium.org> Commit-Queue: Cem Kocagil <ckocagil@chromium.org> Tested-by: 's avatarCem Kocagil <ckocagil@chromium.org>
parent 5aad9673
......@@ -152,9 +152,9 @@ if (is_win) {
shared_library("libGLESv2") {
sources = rebase_path(gles_gypi.angle_libangle_sources, ".", "src")
sources += [
"libGLESv2/libGLESv2.cpp",
"libGLESv2/libGLESv2.def",
"libGLESv2/libGLESv2.rc",
"src/libGLESv2/libGLESv2.cpp",
"src/libGLESv2/libGLESv2.def",
"src/libGLESv2/libGLESv2.rc",
]
defines = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment