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

Unified Diff: chrome/chrome_tests.gypi

Issue 23533030: rAc: Enforce a 3 second grace period for generated card bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: exclude test on !views Created 7 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: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 22d43ee4cfaf3a02766e1b21c0bd16b4936ca4ba..7a1d493f01779ed6345b758318958cd8f6f35b27 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -378,6 +378,7 @@
}, { # else: toolkit_views == 0
'sources/': [
['exclude', '^browser/ui/views/'],
+ ['exclude', '^../ui/views/'],
Evan Stade 2013/09/05 22:15:03 note this new line. Let's see if it works on the t
],
}],
['use_ash==1', {
@@ -393,7 +394,6 @@
['use_aura==0 or chromeos==1', {
'sources!': [
'../ui/views/corewm/desktop_capture_controller_unittest.cc',
- '../ui/views/widget/widget_interactive_uitest.cc',
],
}],
['chromeos==1', {
« no previous file with comments | « chrome/browser/ui/views/autofill/generated_credit_card_bubble_views.cc ('k') | ui/views/controls/menu/menu_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698