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

Unified Diff: components/window_manager/BUILD.gn

Issue 1138073007: Nukes the windowmanager interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 7 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 | « components/view_manager/window_manager_access_policy.cc ('k') | components/window_manager/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/window_manager/BUILD.gn
diff --git a/components/window_manager/BUILD.gn b/components/window_manager/BUILD.gn
deleted file mode 100644
index e39e89f8b612385d636351eb32e67ba7761e5a75..0000000000000000000000000000000000000000
--- a/components/window_manager/BUILD.gn
+++ /dev/null
@@ -1,71 +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("//third_party/mojo/src/mojo/public/mojo_application.gni")
-import("//testing/test.gni")
-
-source_set("lib") {
- sources = [
- "window_manager_app.cc",
- "window_manager_app.h",
- "window_manager_delegate.h",
- "window_manager_impl.cc",
- "window_manager_impl.h",
- ]
-
- deps = [
- "//base",
- "//components/view_manager/public/cpp",
- "//components/window_manager/public/interfaces",
- "//mojo/application",
- "//mojo/application/public/interfaces",
- "//mojo/common",
- "//mojo/converters/geometry",
- "//third_party/mojo/src/mojo/public/cpp/bindings:bindings",
- "//ui/gfx/geometry",
- "//ui/mojo/events:interfaces",
- ]
-
- data_deps = [ "//components/view_manager" ]
-}
-
-# A basic window manager with a default delegate used for testing.
-mojo_native_application("test_window_manager") {
- sources = [
- "main.cc",
- ]
-
- public_deps = [
- ":lib",
- ]
-
- deps = [
- "//base",
- "//components/view_manager/public/cpp",
- "//mojo/application",
- "//mojo/common:tracing_impl",
- ]
-}
-
-mojo_native_application("apptests") {
- output_name = "window_manager_apptests"
- testonly = true
-
- sources = [
- "window_manager_apptest.cc",
- ]
-
- deps = [
- "//base",
- "//components/view_manager/public/cpp",
- "//components/window_manager/public/interfaces",
- "//mojo/application",
- "//mojo/application:test_support",
- "//mojo/environment:chromium",
- "//third_party/mojo/src/mojo/public/cpp/system:system",
- ]
-
- data_deps = [ ":test_window_manager($default_toolchain)" ]
-}
« no previous file with comments | « components/view_manager/window_manager_access_policy.cc ('k') | components/window_manager/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698