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

Unified Diff: content/browser/BUILD.gn

Issue 2472563002: Fix for a DCHECK in GpuSurfaceLookup (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index a5f3390a17a1714e5a5a615468d6c5b37569cec8..da511614f9acc1d0f613dcdd621ba1199b43d595 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -1901,10 +1901,6 @@ source_set("browser") {
deps += [ "//ui/compositor" ]
}
- if (is_android || is_mac) {
- deps += [ "//gpu/ipc/common:gpu_surface_tracker" ]
- }
-
if (enable_web_speech) {
deps += [ "//third_party/flac" ]
}
« no previous file with comments | « no previous file | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698