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

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: rebase 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
« no previous file with comments | « 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 c26dcbde52d559c4ecd01de424114fd43f5baec3..6907554c825fbdd32561745c747a681c10c6e4ad 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -9,6 +9,7 @@
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
+ '../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
'sources': [
@@ -18,6 +19,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': [
'../',
« no previous file with comments | « ui/base/win/tsf_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698