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

Unified Diff: sky/tools/debugger/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 | « sky/BUILD.gn ('k') | sky/tools/debugger/debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/BUILD.gn
diff --git a/sky/tools/debugger/BUILD.gn b/sky/tools/debugger/BUILD.gn
index 199269cc46c2cf1ebed6e0786cc7fc71761604d6..72a4a1b076d1a67a551edd2bd2744491a67f990c 100644
--- a/sky/tools/debugger/BUILD.gn
+++ b/sky/tools/debugger/BUILD.gn
@@ -17,8 +17,6 @@ shared_library("sky_debugger") {
sources = [
"debugger.cc",
"debugger.h",
- "focus_rules.cc",
- "focus_rules.h",
"main.cc",
"navigator_host_impl.cc",
"navigator_host_impl.h",
@@ -37,8 +35,6 @@ shared_library("sky_debugger") {
"//mojo/services/public/interfaces/navigation",
"//mojo/services/window_manager:lib",
"//sky/viewer:bindings",
- "//ui/aura:aura",
- "//ui/wm:wm",
":bindings",
]
}
« no previous file with comments | « sky/BUILD.gn ('k') | sky/tools/debugger/debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698