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

Unified Diff: components/mus/example/common/BUILD.gn

Issue 1390353007: Adds MUSViewsInit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows Created 5 years, 2 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 | « components/mus/example/client/client_application_delegate.cc ('k') | components/mus/example/common/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/common/BUILD.gn
diff --git a/components/mus/example/client/BUILD.gn b/components/mus/example/common/BUILD.gn
similarity index 76%
copy from components/mus/example/client/BUILD.gn
copy to components/mus/example/common/BUILD.gn
index 2310d555e380fb6bfedb494b0a9a2505fede023a..1e6650273bab950251c88f69502bdeb990df4a14 100644
--- a/components/mus/example/client/BUILD.gn
+++ b/components/mus/example/common/BUILD.gn
@@ -7,37 +7,33 @@ import("//mojo/public/mojo_application.gni")
import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
import("//tools/grit/repack.gni")
-mojo_native_application("client") {
- output_name = "example_client"
+source_set("common") {
testonly = true
sources = [
- "client_application_delegate.cc",
- "client_application_delegate.h",
- "main.cc",
+ "mus_views_init.cc",
+ "mus_views_init.h",
]
deps = [
- ":resources",
"//base",
"//components/mus/example/wm:interfaces",
+ "//components/mus/public/cpp",
+ "//components/mus/public/interfaces",
"//mojo/application/public/cpp",
"//mandoline/ui/aura",
"//mojo/application/public/cpp:sources",
- "//mojo/converters/geometry",
- "//skia",
"//third_party/mojo/src/mojo/public/cpp/bindings",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/mojo/events:interfaces",
"//ui/views",
]
- resources = [ "$root_out_dir/example_resources.pak" ]
-
data_deps = [
"//components/mus",
]
+
+ public_deps = [
+ ":resources",
+ ]
}
repack("resources") {
« no previous file with comments | « components/mus/example/client/client_application_delegate.cc ('k') | components/mus/example/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698