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

Unified Diff: content/content_tests.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
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index a9364ae343c84640e4b59a9251a10a8bd06ed534..6a0104134d8f72fbf20227007d41cd9924944cfd 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -658,6 +658,7 @@
'browser/plugin_service_impl_browsertest.cc',
'browser/renderer_host/render_view_host_browsertest.cc',
'browser/renderer_host/render_view_host_manager_browsertest.cc',
+ 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
'browser/renderer_host/resource_dispatcher_host_browsertest.cc',
'browser/session_history_browsertest.cc',
'browser/speech/speech_recognition_browsertest.cc',
@@ -723,6 +724,10 @@
},
},
},
+ }, { # OS!="win"
+ 'sources!': [
+ 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
+ ],
}],
['OS=="win" and win_use_allocator_shim==1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698