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

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: One more fix... 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 | « no previous file | ui/base/clipboard/clipboard.h » ('j') | ui/base/clipboard/clipboard.h » ('J')
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 37a384965bf70650e37479c649cd58fe82ed9aba..0f8a88094b312ef5aeb1aad7d64e732038c6a719 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -655,6 +655,8 @@ component("base") {
source_set("test_support") {
testonly = true
sources = [
+ "test/fake_clipboard.cc",
+ "test/fake_clipboard.h",
"test/ui_controls.h",
"test/ui_controls_aura.cc",
"test/ui_controls_internal_win.cc",
« no previous file with comments | « no previous file | ui/base/clipboard/clipboard.h » ('j') | ui/base/clipboard/clipboard.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698