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

Unified Diff: examples/aura_demo/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/BUILD.gn ('k') | examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/aura_demo/BUILD.gn
diff --git a/examples/aura_demo/BUILD.gn b/examples/aura_demo/BUILD.gn
deleted file mode 100644
index 5a8d52fd773e8b36a156a3c28cf7d4271770a4c1..0000000000000000000000000000000000000000
--- a/examples/aura_demo/BUILD.gn
+++ /dev/null
@@ -1,52 +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")
-
-assert(use_aura)
-
-mojo_native_application("aura_demo") {
- sources = [
- "aura_demo.cc",
- ]
-
- deps = [
- "//base",
- "//cc",
- "//ui/aura",
- "//ui/base",
- "//ui/compositor",
- "//ui/gfx",
- "//ui/gfx/geometry",
- "//mojo/application",
- "//mojo/common",
- "//mojo/converters/geometry",
- "//mojo/aura",
- "//mojo/public/cpp/system",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/native_viewport/public/interfaces",
- "//mojo/services/view_manager/public/cpp",
- ]
-
- datadeps = [
- ":init",
- ]
-}
-
-mojo_native_application("init") {
- output_name = "aura_demo_init"
-
- sources = [
- "view_manager_init.cc",
- ]
-
- deps = [
- "//base",
- "//mojo/application",
- "//mojo/public/interfaces/application",
- "//mojo/services/view_manager/public/cpp",
- "//mojo/services/view_manager/public/interfaces",
- ]
-}
« no previous file with comments | « examples/BUILD.gn ('k') | examples/aura_demo/aura_demo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698