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

Unified Diff: components/mus/example/main/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/common/mus_views_init.h ('k') | components/mus/example/main/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/main/BUILD.gn
diff --git a/components/mus/example/main/BUILD.gn b/components/mus/example/main/BUILD.gn
deleted file mode 100644
index abca70e6eaa2ad3b7c307942183f482b02ee516d..0000000000000000000000000000000000000000
--- a/components/mus/example/main/BUILD.gn
+++ /dev/null
@@ -1,31 +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")
-import("//tools/grit/repack.gni")
-
-mojo_native_application("main") {
- output_name = "example_main"
- testonly = true
-
- sources = [
- "main.cc",
- "main_application_delegate.cc",
- "main_application_delegate.h",
- ]
-
- deps = [
- "//base",
- "//mojo/application/public/cpp",
- "//mojo/application/public/cpp:sources",
- "//mojo/public/cpp/bindings",
- ]
-
- data_deps = [
- "//components/mus/example/views_examples",
- "//components/mus/example/window_type_launcher",
- ]
-}
« no previous file with comments | « components/mus/example/common/mus_views_init.h ('k') | components/mus/example/main/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698