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

Unified Diff: examples/window_manager/BUILD.gn

Issue 842553002: Rebuild the debug panel in the browser demo with sky. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Add network dependency. Created 5 years, 11 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 | « no previous file | examples/window_manager/debug_panel.h » ('j') | mojo/tools/mojo_demo.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/window_manager/BUILD.gn
diff --git a/examples/window_manager/BUILD.gn b/examples/window_manager/BUILD.gn
index ca76e0125311fb69b6f19a76d281fba5e33b7052..2cbfa1359c31ba6c25783d00d1d5762c519dfa4f 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -11,8 +11,6 @@ if (use_aura) {
output_name = "example_window_manager"
sources = [
- "debug_panel.cc",
- "debug_panel.h",
"window_manager.cc",
]
@@ -21,7 +19,6 @@ if (use_aura) {
"//base",
"//examples/keyboard:bindings",
"//mojo/application",
- "//mojo/aura",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
"//mojo/public/c/gles2",
@@ -31,25 +28,25 @@ if (use_aura) {
"//mojo/services/input_events/public/interfaces",
"//mojo/services/navigation/public/interfaces",
"//mojo/services/view_manager/public/cpp",
- "//mojo/views:views",
"//services/window_manager:lib",
- "//ui/aura",
"//ui/base",
+ "//ui/events:events",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
"//ui/resources",
- "//ui/views",
- "//ui/wm",
+ "//url:url",
]
}
}
mojom("bindings") {
sources = [
+ "debug_panel_host.mojom",
"window_manager.mojom",
]
deps = [
"//mojo/services/geometry/public/interfaces",
+ "//mojo/services/network/public/interfaces",
]
}
« no previous file with comments | « no previous file | examples/window_manager/debug_panel.h » ('j') | mojo/tools/mojo_demo.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698