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

Unified Diff: components/mus/clipboard/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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/mus/OWNERS ('k') | components/mus/clipboard/clipboard_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/clipboard/BUILD.gn
diff --git a/components/mus/clipboard/BUILD.gn b/components/mus/clipboard/BUILD.gn
deleted file mode 100644
index 98f519667991822a5ff9a56495b242011ffd97bb..0000000000000000000000000000000000000000
--- a/components/mus/clipboard/BUILD.gn
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 2016 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("//mojo/public/mojo_application.gni")
-import("//mojo/public/mojo_application_manifest.gni")
-import("//testing/test.gni")
-
-source_set("lib") {
- sources = [
- "clipboard_impl.cc",
- "clipboard_impl.h",
- ]
-
- deps = [
- "//base",
- "//components/mus/public/interfaces",
- "//mojo/common",
- "//mojo/public/cpp/bindings",
- "//services/shell/public/cpp",
- "//services/tracing/public/cpp",
- ]
-}
-
-group("tests") {
- testonly = true
- deps = [
- ":mus_clipboard_unittests",
- ]
-}
-
-test("mus_clipboard_unittests") {
- sources = [
- "clipboard_unittest.cc",
- ]
-
- deps = [
- "//base",
- "//components/mus/public/interfaces",
- "//mojo/common",
- "//services/shell/public/cpp:shell_test_support",
- "//services/shell/public/cpp:sources",
- "//services/shell/public/cpp/test:run_all_shelltests",
- ]
-
- data_deps = [
- ":test_manifest",
- ":lib",
- "//components/mus:mus",
- ]
-}
-
-mojo_application_manifest("test_manifest") {
- type = "exe"
- application_name = "mus_clipboard_unittests"
- source = "test_manifest.json"
-}
« no previous file with comments | « components/mus/OWNERS ('k') | components/mus/clipboard/clipboard_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698