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

Unified Diff: chrome/chrome_tests.gypi

Issue 8491058: Fix NOTIMPLEMENTEDs in RenderMessageFilterAura... use the same codepath POSIX does. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 109708)
+++ chrome/chrome_tests.gypi (working copy)
@@ -272,6 +272,11 @@
'<(DEPTH)/third_party/wtl/include',
],
}],
+ ['OS=="win" and use_aura==1', {
+ 'sources/': [
+ ['exclude', 'test/base/ui_test_utils_win.cc'],
+ ],
+ }],
],
},
{
« no previous file with comments | « chrome/browser/renderer_host/render_widget_host_view_views.cc ('k') | content/browser/renderer_host/render_message_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698