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

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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 40a9fe40266bef4a2f7389d36b3e1b0062fe3d85..5c0c937a3d49440640b1e344df852521851f9c00 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1810,7 +1810,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_data_source_unittest.cc',
'browser/ui/webui/sync_internals_ui_unittest.cc',
'browser/ui/webui/theme_source_unittest.cc',
'browser/ui/webui/web_ui_unittest.cc',
@@ -1986,10 +1986,10 @@
}],
['chromeos==1', {
'sources/': [
- # TODO(thestig) Enable PrintPreviewUIHTMLSource tests on CrOS when
+ # TODO(thestig) Enable PrintPreviewUIDataSource 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_data_source_unittest.cc'],
],
}, { # else: chromeos == 0
'sources/': [

Powered by Google App Engine
This is Rietveld 408576698