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

Unified Diff: mojo/services/clipboard/BUILD.gn

Issue 579503003: Revert of mojo: Create a basic clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/services/BUILD.gn ('k') | mojo/services/clipboard/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/clipboard/BUILD.gn
diff --git a/mojo/services/clipboard/BUILD.gn b/mojo/services/clipboard/BUILD.gn
deleted file mode 100644
index a0525f029dfefdd3bc891a3cbacafb97dc58e9d8..0000000000000000000000000000000000000000
--- a/mojo/services/clipboard/BUILD.gn
+++ /dev/null
@@ -1,43 +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("//mojo/system.gni")
-
-# GYP version: mojo/mojo_services.gypi:mojo_clipboard
-component("clipboard") {
- deps = [
- "//base",
- "//mojo/common",
- "//mojo/environment:chromium",
- "//mojo/services/public/interfaces/clipboard",
- "//ui/base",
- ] + mojo_system_for_component
-
- sources = [
- "clipboard_standalone_impl.cc",
- "clipboard_standalone_impl.h",
- "main.cc",
- ]
-}
-
-# GYP version: mojo/mojo_services.gypi:mojo_clipboard_unittests
-test("mojo_clipboard_unittests") {
- deps = [
- "//base",
- "//base/test:test_support",
- "//mojo/application",
- "//mojo/application_manager",
- "//mojo/common",
- "//mojo/common/test:run_all_unittests",
- "//mojo/environment:chromium",
- "//mojo/services/public/interfaces/clipboard:clipboard",
- "//mojo/shell:test_support",
- "//mojo/system",
- "//testing/gtest",
- ]
-
- sources = [
- "clipboard_standalone_unittest.cc",
- ]
-}
« no previous file with comments | « mojo/services/BUILD.gn ('k') | mojo/services/clipboard/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698