Commit dbc9ccfb by Corentin Wallez

Remove the _ANGLE targets from the GN build.

They are no longer needed by Chromium. BUG=522967 Change-Id: I187eed52378a58f3ea24c3e21082c6a93e56da7f Reviewed-on: https://chromium-review.googlesource.com/325330Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org>
parent e3939b98
...@@ -335,14 +335,6 @@ shared_library("libGLESv2") { ...@@ -335,14 +335,6 @@ shared_library("libGLESv2") {
] ]
} }
if (!is_win) {
shared_library("libGLESv2_ANGLE") {
deps = [
":libGLESv2",
]
}
}
shared_library("libEGL") { shared_library("libEGL") {
sources = rebase_path(gles_gypi.libegl_sources, ".", "src") sources = rebase_path(gles_gypi.libegl_sources, ".", "src")
...@@ -367,14 +359,6 @@ shared_library("libEGL") { ...@@ -367,14 +359,6 @@ shared_library("libEGL") {
] ]
} }
if (!is_win) {
shared_library("libEGL_ANGLE") {
deps = [
":libEGL",
]
}
}
util_gypi = exec_script("//build/gypi_to_gn.py", util_gypi = exec_script("//build/gypi_to_gn.py",
[ rebase_path("util/util.gyp") ], [ rebase_path("util/util.gyp") ],
"scope", "scope",
......
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