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

Unified Diff: mojo/aura/BUILD.gn

Issue 710703002: Revert "Teach PRESUBMIT.py how to run gn check for most of the mojo repo" (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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 | « mojo/apps/js/bindings/gl/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/BUILD.gn
diff --git a/mojo/aura/BUILD.gn b/mojo/aura/BUILD.gn
index 2fde75975d87347376fcfa556c2a9227400174a6..95d662fc010facafaeadb71b47714c705785f72c 100644
--- a/mojo/aura/BUILD.gn
+++ b/mojo/aura/BUILD.gn
@@ -22,7 +22,12 @@ source_set("aura") {
]
deps = [
"//cc",
- "//cc/surfaces",
+ "//skia",
+ "//ui/aura",
+ "//ui/compositor",
+ "//ui/events",
+ "//ui/events:events_base",
+ "//ui/gl",
"//mojo/cc",
"//mojo/converters/geometry",
"//mojo/converters/surfaces",
@@ -33,11 +38,5 @@ source_set("aura") {
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/native_viewport",
"//mojo/services/public/interfaces/surfaces",
- "//skia",
- "//ui/aura",
- "//ui/compositor",
- "//ui/events",
- "//ui/events:events_base",
- "//ui/gl",
]
}
« no previous file with comments | « mojo/apps/js/bindings/gl/BUILD.gn ('k') | mojo/cc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698