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

Unified Diff: sky/BUILD.gn

Issue 710203006: Reland: Remove aura and make a pure mojo::View version of FocusController. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Remove the offending lines. 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/services/window_manager/window_manager_app.cc ('k') | sky/tools/debugger/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/BUILD.gn
diff --git a/sky/BUILD.gn b/sky/BUILD.gn
index ee665ca6e7a7b1cac95eea1433a0a65c25b60426..5a686fbbd74fa703890a7dce6a2683e1ad2b0001 100644
--- a/sky/BUILD.gn
+++ b/sky/BUILD.gn
@@ -14,14 +14,10 @@ group("sky") {
"//sky/engine/web:sky_unittests",
"//sky/engine/wtf:unittests",
"//sky/services/inspector",
+ "//sky/tools/debugger",
+ "//sky/tools/tester",
"//sky/viewer",
]
- if (use_aura) {
- deps += [
- "//sky/tools/debugger",
- "//sky/tools/tester",
- ]
- }
if (!is_android) {
deps += [ "//third_party/mesa:osmesa" ]
}
« no previous file with comments | « mojo/services/window_manager/window_manager_app.cc ('k') | sky/tools/debugger/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698