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

Unified Diff: examples/window_manager/BUILD.gn

Issue 851853002: It is time. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Trying to reup because the last upload failed. 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 | « examples/browser/BUILD.gn ('k') | examples/wm_flow/BUILD.gn » ('j') | no next file with comments »
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 21d825013f041b22d05db3c77c5c8233dbc8ddef..1e972f8257a4294a7491f6d79fb77218637cb6e2 100644
--- a/examples/window_manager/BUILD.gn
+++ b/examples/window_manager/BUILD.gn
@@ -6,37 +6,35 @@ import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-if (use_aura) {
- mojo_native_application("window_manager") {
- output_name = "example_window_manager"
+mojo_native_application("window_manager") {
+ output_name = "example_window_manager"
- sources = [
- "window_manager.cc",
- ]
+ sources = [
+ "window_manager.cc",
+ ]
- deps = [
- ":bindings",
- "//base",
- "//mojo/application",
- "//mojo/converters/geometry",
- "//mojo/converters/input_events",
- "//mojo/public/c/gles2",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/utility",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/input_events/public/interfaces",
- "//mojo/services/navigation/public/interfaces",
- "//mojo/services/view_manager/public/cpp",
- "//services/window_manager:lib",
- "//ui/base",
- "//ui/events:events",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/gl",
- "//ui/resources",
- "//url:url",
- ]
- }
+ deps = [
+ ":bindings",
+ "//base",
+ "//mojo/application",
+ "//mojo/converters/geometry",
+ "//mojo/converters/input_events",
+ "//mojo/public/c/gles2",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/utility",
+ "//mojo/services/geometry/public/interfaces",
+ "//mojo/services/input_events/public/interfaces",
+ "//mojo/services/navigation/public/interfaces",
+ "//mojo/services/view_manager/public/cpp",
+ "//services/window_manager:lib",
+ "//ui/base",
+ "//ui/events:events",
+ "//ui/gfx",
+ "//ui/gfx/geometry",
+ "//ui/gl",
+ "//ui/resources",
+ "//url:url",
+ ]
}
mojom("bindings") {
« no previous file with comments | « examples/browser/BUILD.gn ('k') | examples/wm_flow/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698