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

Unified Diff: sky/BUILD.gn

Issue 698543005: Make a pure mojo::View version of the aura::Window FocusController. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Clean things up quickly for commit. 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
Index: sky/BUILD.gn
diff --git a/sky/BUILD.gn b/sky/BUILD.gn
index ee665ca6e7a7b1cac95eea1433a0a65c25b60426..505c11aa05f89e169a449b1387a381460966dfc8 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -16,12 +16,6 @@ group("sky") {
"//sky/services/inspector",
"//sky/viewer",
]
- if (use_aura) {
- deps += [
- "//sky/tools/debugger",
eseidel 2014/11/06 21:33:14 I think you just want to move these into the main
Elliot Glaysher 2014/11/06 21:36:43 <i-have-no-idea-what-I'm-doing-dog/> (Done.)
- "//sky/tools/tester",
- ]
- }
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}

Powered by Google App Engine
This is Rietveld 408576698