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

Unified Diff: ui/views/views.gyp

Issue 12217151: Use NativeComboboxViews instead of NativeComboboxWin on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Enable NativeComboboxViewsTest on non-Aura Win. Created 7 years, 10 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/views/controls/combobox/native_combobox_win.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index 6b0b283f96049a80e3560a5792dbd3c4f4849e86..2c128ce37d98891d2399b2ee6527a6a75b57db94 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -691,11 +691,6 @@
'../../base/allocator/allocator.gyp:allocator',
],
}],
- ['use_aura==0 and OS=="win"', {
- 'sources/': [
- ['exclude', 'controls/combobox/native_combobox_views_unittest.cc'],
- ],
- }],
[ 'use_aura==1', {
'dependencies': [
'../aura/aura.gyp:aura_test_support',
« no previous file with comments | « ui/views/controls/combobox/native_combobox_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698