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

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: Address comments 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 68ff046aeadb42790cd057f8987bb75fd31f882f..007b2654f24396cbe95dcc7a5ed51629a037a228 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -590,7 +590,7 @@
'browser/database_browsertest.cc',
'browser/device_orientation/device_orientation_browsertest.cc',
'browser/dom_storage/dom_storage_browsertest.cc',
- 'browser/download/download_browsertest.cc',
+ 'browser/download/download_browsertest.cc',
'browser/download/mhtml_generation_browsertest.cc',
'browser/download/save_package_browsertest.cc',
'browser/fileapi/file_system_browsertest.cc',
@@ -603,6 +603,7 @@
'browser/renderer_host/render_view_host_browsertest.cc',
'browser/renderer_host/render_view_host_manager_browsertest.cc',
'browser/renderer_host/resource_dispatcher_host_browsertest.cc',
+ 'browser/renderer_host/render_widget_host_view_win_browsertest.cc',
sky 2012/09/10 21:15:36 sort
Seigo Nonaka 2012/09/12 19:02:24 Done.
'browser/session_history_browsertest.cc',
'browser/speech/speech_recognition_browsertest.cc',
'browser/webkit_browsertest.cc',
@@ -666,6 +667,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