Index: mojo/examples/aura_demo/BUILD.gn |
diff --git a/mojo/examples/aura_demo/BUILD.gn b/mojo/examples/aura_demo/BUILD.gn |
deleted file mode 100644 |
index 22ca0c5cd83916dead3d0139b0ed61678d56d09e..0000000000000000000000000000000000000000 |
--- a/mojo/examples/aura_demo/BUILD.gn |
+++ /dev/null |
@@ -1,47 +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") |
- |
-assert(use_aura) |
- |
-shared_library("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/c/system:for_shared_library", |
- "//mojo/services/public/interfaces/geometry", |
- "//mojo/services/public/cpp/view_manager", |
- ] |
- |
- datadeps = [ ":init" ] |
-} |
- |
-shared_library("init") { |
- output_name = "aura_demo_init" |
- |
- sources = [ |
- "view_manager_init.cc", |
- ] |
- |
- deps = [ |
- "//base", |
- "//mojo/application", |
- "//mojo/public/c/system:for_shared_library", |
- "//mojo/services/public/interfaces/view_manager", |
- ] |
-} |