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

Unified Diff: components/mus/example/views_examples/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/mock_sysui/mock_sysui.cc ('k') | components/mus/example/views_examples/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/views_examples/BUILD.gn
diff --git a/components/mus/example/views_examples/BUILD.gn b/components/mus/example/views_examples/BUILD.gn
deleted file mode 100644
index c2507180f8460be9d5322d6de43af3c1e6916c67..0000000000000000000000000000000000000000
--- a/components/mus/example/views_examples/BUILD.gn
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2014 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")
-import("//tools/grit/repack.gni")
-
-mojo_native_application("views_examples") {
- testonly = true
-
- sources = [
- "main.cc",
- "views_examples_application_delegate.cc",
- "views_examples_application_delegate.h",
- ]
-
- deps = [
- "//base",
- "//components/mus/public/interfaces",
- "//mojo/application/public/cpp",
- "//mojo/application/public/cpp:sources",
- "//mojo/converters/geometry",
- "//mojo/public/cpp/bindings",
- "//mojo/services/tracing/public/cpp",
- "//skia",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//ui/views",
- "//ui/views/examples:views_examples_lib",
- "//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/mock_sysui/mock_sysui.cc ('k') | components/mus/example/views_examples/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698