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

Unified Diff: mojo/services/gles2/BUILD.gn

Issue 583423002: Revert of Make mojo/services pass in "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui
Patch Set: 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 | « mojo/services/clipboard/BUILD.gn ('k') | mojo/services/html_viewer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gles2/BUILD.gn
diff --git a/mojo/services/gles2/BUILD.gn b/mojo/services/gles2/BUILD.gn
index 173d7dfe3765a7a098052f5265d27796413f990e..ada8edc26fe57592a726c674e4b73e11031da66d 100644
--- a/mojo/services/gles2/BUILD.gn
+++ b/mojo/services/gles2/BUILD.gn
@@ -6,10 +6,8 @@
# GYP version: mojo/mojo_services.gypi:mojo_gles2_service
source_set("gles2") {
- public_deps = [
+ deps = [
":bindings",
- ]
- deps = [
"//base",
"//gpu/command_buffer/service",
"//ui/gfx",
@@ -39,13 +37,8 @@
"mojo_buffer_backing.h",
]
- public_deps = [
+ deps = [
":interfaces",
- ]
- deps = [
- "//base",
"//gpu/command_buffer/common",
- "//mojo/public/cpp/bindings",
- "//mojo/services/gles2:interfaces",
]
}
« no previous file with comments | « mojo/services/clipboard/BUILD.gn ('k') | mojo/services/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698