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

Unified Diff: chrome/chrome_tests.gypi

Issue 6334010: Print Preview: Store preview data in the print preview handler.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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 | « chrome/chrome_browser.gypi ('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
===================================================================
--- chrome/chrome_tests.gypi (revision 73656)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1172,6 +1172,7 @@
'browser/dom_ui/dom_ui_unittest.cc',
'browser/dom_ui/html_dialog_tab_contents_delegate_unittest.cc',
'browser/dom_ui/options/language_options_handler_unittest.cc',
+ 'browser/dom_ui/print_preview_ui_html_source_unittest.cc',
'browser/dom_ui/shown_sections_handler_unittest.cc',
'browser/dom_ui/sync_internals_ui_unittest.cc',
'browser/dom_ui/web_ui_theme_source_unittest.cc',
@@ -1772,6 +1773,9 @@
}],
],
'sources/': [
+ # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
+ # print preview is enabled on CrOS.
+ ['exclude', 'browser/dom_ui/print_preview_ui_html_source_unittest.cc'],
['exclude', 'browser/notifications/desktop_notifications_unittest.cc'],
],
}, { # else: chromeos == 0
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698