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

Unified Diff: ui/views/mus/BUILD.gn

Issue 2007813003: Remove Mojo GLES2 API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 7 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 | « mojo/public/c/gles2/gles2_types.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/mus/BUILD.gn
diff --git a/ui/views/mus/BUILD.gn b/ui/views/mus/BUILD.gn
index dd673615073a495849e66562709e83393b044cbc..b543b29c058a11eb17bc3c50d40e7a4e6e8508c2 100644
--- a/ui/views/mus/BUILD.gn
+++ b/ui/views/mus/BUILD.gn
@@ -121,11 +121,6 @@ group("for_shared_library") {
public_deps = [
":mus",
]
- if (!is_component_build) {
- deps = [
- "//mojo/gles2",
- ]
- }
}
source_set("test_support") {
@@ -306,7 +301,4 @@ group("for_component") {
public_deps = [
":mus",
]
- deps = [
- "//mojo/gles2",
- ]
}
« no previous file with comments | « mojo/public/c/gles2/gles2_types.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698