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

Unified Diff: chrome/chrome_tests.gypi

Issue 8735016: Move print_dialog_cloud_uitests to interactive_ui_tests for troubleshooting for aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync 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
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud_uitest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 73ff9b5aef31f96de43e4a9d5261c19042211e58..c82cb86d01f9c8e01471cef843362da79795bed4 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -573,6 +573,12 @@
'../build/linux/system.gyp:ssl',
],
}],
+ # For troubleshooting crbug.com/103497.
+ ['chromeos==1 and use_aura==1', {
+ 'sources': [
+ 'browser/printing/print_dialog_cloud_uitest.cc',
+ ],
+ }],
['toolkit_uses_gtk == 1 and toolkit_views == 0', {
'sources!': [
# TODO(port)
@@ -2777,6 +2783,8 @@
['exclude', '^browser/chromeos/login/screen_locker_tester.cc'],
['exclude', '^browser/chromeos/notifications/'],
['exclude', '^browser/ui/views/status_icons/status_tray_chromeos_browsertest.cc'],
+ # For troubleshooting crbug.com/103497.
+ ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'],
],
}],
],
« no previous file with comments | « chrome/browser/printing/print_dialog_cloud_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698