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

Unified Diff: ui/base/ui_base.gyp

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
« ui/base/test/fake_clipboard.h ('K') | « ui/base/test/fake_clipboard.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ui_base.gyp
diff --git a/ui/base/ui_base.gyp b/ui/base/ui_base.gyp
index 56c2cbf767a21a24a4bf9511599a2aa44f90351e..50926ebc967b23db5f6ed913aff360f81f9ace7b 100644
--- a/ui/base/ui_base.gyp
+++ b/ui/base/ui_base.gyp
@@ -704,6 +704,8 @@
],
'sources': [
# Note: file list duplicated in GN build.
+ 'test/fake_clipboard.cc',
+ 'test/fake_clipboard.h',
'test/ui_controls.h',
'test/ui_controls_aura.cc',
'test/ui_controls_internal_win.cc',
« ui/base/test/fake_clipboard.h ('K') | « ui/base/test/fake_clipboard.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698