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

Unified Diff: ui/base/BUILD.gn

Issue 720373003: Add FakeClipboard implementation for unit tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WINDOWS!!! Created 6 years, 1 month 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 | « chrome/chrome_tests.gypi ('k') | ui/base/clipboard/clipboard.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 07dbec017a16a10c223862a92b1873d15b4fb352..6374ce46f2174f8c1ca3b31585a21e5e6e9d99c9 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -656,6 +656,8 @@ component("base") {
source_set("test_support") {
testonly = true
sources = [
+ "test/test_clipboard.cc",
+ "test/test_clipboard.h",
"test/ui_controls.h",
"test/ui_controls_aura.cc",
"test/ui_controls_internal_win.cc",
@@ -728,6 +730,7 @@ test("ui_unittests") {
"resource/data_pack_literal.cc",
"resource/data_pack_unittest.cc",
"resource/resource_bundle_unittest.cc",
+ "test/test_clipboard_unittest.cc",
"test/run_all_unittests.cc",
]
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/clipboard/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698