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

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

Issue 1469733004: Moves components/mus/examples into mash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git add Created 5 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 | « components/mus/example/main/main_application_delegate.cc ('k') | components/mus/example/mock_sysui/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/mock_sysui/BUILD.gn
diff --git a/components/mus/example/mock_sysui/BUILD.gn b/components/mus/example/mock_sysui/BUILD.gn
deleted file mode 100644
index 2e8305e949b14c65da9f46fb73fda8d9359ccc30..0000000000000000000000000000000000000000
--- a/components/mus/example/mock_sysui/BUILD.gn
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/ui.gni")
-import("//mojo/public/mojo_application.gni")
-import("//mojo/public/tools/bindings/mojom.gni")
-
-mojo_native_application("mock_sysui") {
- sources = [
- "main.cc",
- "mock_sysui.cc",
- "mock_sysui.h",
- ]
-
- deps = [
- "//base",
- "//components/mus/public/cpp",
- "//components/mus/public/interfaces",
- "//mash/wm/public/interfaces",
- "//mojo/application/public/cpp",
- "//mojo/common:common_base",
- "//mojo/services/tracing/public/cpp",
- "//skia",
- "//ui/views",
- "//ui/views/mus:for_mojo_application",
- ]
-
- resources = [ "$root_out_dir/views_mus_resources.pak" ]
-
- data_deps = [
- "//components/mus",
- ]
-}
« no previous file with comments | « components/mus/example/main/main_application_delegate.cc ('k') | components/mus/example/mock_sysui/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698