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

Unified Diff: chrome/chrome_tests.gypi

Issue 7063030: PrintPreview: Print Preview is not staying associated with initiator renderer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 7 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
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 9faad8637ded491d9ad9b2ea240f5ccd3aca93c6..28f4bf3e6d6a5e797d597743dbc5d6a52aa20b86 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1813,7 +1813,7 @@
'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc',
'browser/ui/webui/ntp/shown_sections_handler_unittest.cc',
'browser/ui/webui/options/language_options_handler_unittest.cc',
- 'browser/ui/webui/print_preview_ui_html_source_unittest.cc',
+ 'browser/ui/webui/print_preview_ui_unittest.cc',
'browser/ui/webui/sync_internals_ui_unittest.cc',
'browser/ui/webui/theme_source_unittest.cc',
'browser/ui/webui/web_ui_unittest.cc',
@@ -1990,10 +1990,10 @@
}],
['chromeos==1', {
'sources/': [
- # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
+ # TODO(thestig) Enable PrintPreviewUI tests on CrOS when
# print preview is enabled on CrOS.
['exclude', 'browser/notifications/desktop_notifications_unittest.cc'],
- ['exclude', 'browser/ui/webui/print_preview_ui_html_source_unittest.cc'],
+ ['exclude', 'browser/ui/webui/print_preview_ui_unittest.cc'],
],
}, { # else: chromeos == 0
'sources/': [
« 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