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

Unified Diff: ui/ui_unittests.gypi

Issue 10912171: Introduce RenderWidgetHostViewWinTest for Tsf handling (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Remove call count expectations. Created 8 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
« ui/base/win/tsf_bridge.cc ('K') | « ui/base/win/tsf_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 0d569f492a5f1119a203df2c49f30fcb6c50d875..692462394cd22d3b18bd6d37f9087497baf8a359 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -18,6 +18,8 @@
'base/test/ui_cocoa_test_helper.mm',
'base/test/dummy_input_method.cc',
'base/test/dummy_input_method.h',
+ 'base/win/mock_tsf_bridge.cc',
+ 'base/win/mock_tsf_bridge.h',
],
'include_dirs': [
'../',
@@ -35,6 +37,12 @@
'../skia/skia.gyp:skia',
],
}],
+ ['OS!="win"', {
+ 'sources!': [
+ 'base/win/mock_tsf_bridge.cc',
sky 2012/09/10 16:44:09 Aren't these automatically excluded since they hav
Seigo Nonaka 2012/09/10 19:04:10 Yes! thanks. Fixed. On 2012/09/10 16:44:09, sky wr
+ 'base/win/mock_tsf_bridge.h',
+ ]
+ }],
],
},
{
« ui/base/win/tsf_bridge.cc ('K') | « ui/base/win/tsf_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698