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

Unified Diff: third_party/mesa/BUILD.gn

Issue 2429773002: osmesa, cdmadapter: drop workaround for VS2013 allocator shim
Patch Set: add nogncheck around trivial base includes from headers used by the cdm adapter Created 4 years, 2 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 | « media/cdm/ppapi/ppapi_cdm_buffer.h ('k') | no next file » | 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 d873142ad958507b0f7ce58e2221440b69556696..22f898fc27bd77126f0ae386880570bd5700384a 100644
--- a/third_party/mesa/BUILD.gn
+++ b/third_party/mesa/BUILD.gn
@@ -756,11 +756,6 @@ loadable_module("osmesa") {
"//build/config/sanitizers:deps",
]
- # Required for the allocator implementation, which is not used on Mac.
- if (!is_mac) {
- deps += [ "//base" ]
- }
-
if (is_win) {
defines = [
"BUILD_GL32",
« no previous file with comments | « media/cdm/ppapi/ppapi_cdm_buffer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698