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

Unified Diff: examples/browser/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/aura_demo/view_manager_init.cc ('k') | examples/window_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/browser/BUILD.gn
diff --git a/examples/browser/BUILD.gn b/examples/browser/BUILD.gn
index 9c57470c3836c6a7e760aaa651f5e96cca702ce8..b763315e308b22799cd73b09fb4b843045f89cd2 100644
--- a/examples/browser/BUILD.gn
+++ b/examples/browser/BUILD.gn
@@ -6,8 +6,6 @@ import("//build/config/ui.gni")
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-assert(use_aura)
-
mojo_native_application("browser") {
sources = [
"browser.cc",
@@ -19,7 +17,6 @@ mojo_native_application("browser") {
"//cc",
"//examples/window_manager:bindings",
"//mojo/application",
- "//mojo/aura",
"//mojo/common",
"//mojo/converters/geometry",
"//mojo/converters/input_events",
@@ -28,15 +25,12 @@ mojo_native_application("browser") {
"//mojo/services/navigation/public/interfaces",
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/interfaces",
- "//mojo/views:views",
"//third_party/icu",
- "//ui/aura",
"//ui/base",
- "//ui/compositor",
+ "//ui/events:events",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/resources",
- "//ui/views",
"//url",
]
}
« no previous file with comments | « examples/aura_demo/view_manager_init.cc ('k') | examples/window_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698