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

Unified Diff: third_party/mesa/BUILD.gn

Issue 612523002: Roll mesa 457812d9:9731cb9 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BUILD.gn and mesa_gensrc.gypi changes Created 6 years, 3 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
« no previous file with comments | « DEPS ('k') | third_party/mesa/mesa.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mesa/BUILD.gn
diff --git a/third_party/mesa/BUILD.gn b/third_party/mesa/BUILD.gn
index a883d418d9ceefee26fc5fe2ec91cec3f146ed5e..9d339946a27b5fd368441038ce65ac2a2ee2d7fd 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -272,7 +272,6 @@ static_library("mesa") {
"src/src/mesa/main/api_arrayelt.h",
"src/src/mesa/main/api_exec.c",
"src/src/mesa/main/api_exec.h",
- "$generated_src_dir/mesa/api_exec_es1.c",
"src/src/mesa/main/api_loopback.c",
"src/src/mesa/main/api_loopback.h",
"src/src/mesa/main/api_validate.c",
@@ -321,8 +320,6 @@ static_library("mesa") {
"src/src/mesa/main/enums.h",
"src/src/mesa/main/errors.c",
"src/src/mesa/main/errors.h",
- "src/src/mesa/main/es1_conversion.c",
- "src/src/mesa/main/es1_conversion.h",
"src/src/mesa/main/eval.c",
"src/src/mesa/main/eval.h",
"src/src/mesa/main/execmem.c",
@@ -388,7 +385,6 @@ static_library("mesa") {
"src/src/mesa/main/points.h",
"src/src/mesa/main/polygon.c",
"src/src/mesa/main/polygon.h",
- "src/src/mesa/main/querymatrix.c",
"src/src/mesa/main/queryobj.c",
"src/src/mesa/main/queryobj.h",
"src/src/mesa/main/rastpos.c",
« no previous file with comments | « DEPS ('k') | third_party/mesa/mesa.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698