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

Side by Side 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: Updated the CL 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1792 matching lines...) Expand 10 before | Expand all | Expand 10 after
1803 'browser/ui/views/bubble/border_contents_unittest.cc', 1803 'browser/ui/views/bubble/border_contents_unittest.cc',
1804 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1804 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1805 'browser/ui/views/generic_info_view_unittest.cc', 1805 'browser/ui/views/generic_info_view_unittest.cc',
1806 'browser/ui/views/reload_button_unittest.cc', 1806 'browser/ui/views/reload_button_unittest.cc',
1807 'browser/ui/views/shell_dialogs_win_unittest.cc', 1807 'browser/ui/views/shell_dialogs_win_unittest.cc',
1808 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1808 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1809 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc', 1809 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc',
1810 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', 1810 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc',
1811 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc', 1811 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc',
1812 'browser/ui/webui/options/language_options_handler_unittest.cc', 1812 'browser/ui/webui/options/language_options_handler_unittest.cc',
1813 'browser/ui/webui/print_preview_ui_html_source_unittest.cc', 1813 'browser/ui/webui/print_preview_data_source_unittest.cc',
1814 'browser/ui/webui/sync_internals_ui_unittest.cc', 1814 'browser/ui/webui/sync_internals_ui_unittest.cc',
1815 'browser/ui/webui/theme_source_unittest.cc', 1815 'browser/ui/webui/theme_source_unittest.cc',
1816 'browser/ui/webui/web_ui_unittest.cc', 1816 'browser/ui/webui/web_ui_unittest.cc',
1817 'browser/ui/window_sizer_unittest.cc', 1817 'browser/ui/window_sizer_unittest.cc',
1818 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1818 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1819 'browser/user_style_sheet_watcher_unittest.cc', 1819 'browser/user_style_sheet_watcher_unittest.cc',
1820 'browser/visitedlink/visitedlink_unittest.cc', 1820 'browser/visitedlink/visitedlink_unittest.cc',
1821 'browser/web_applications/web_app_unittest.cc', 1821 'browser/web_applications/web_app_unittest.cc',
1822 'browser/web_resource/promo_resource_service_unittest.cc', 1822 'browser/web_resource/promo_resource_service_unittest.cc',
1823 'browser/webdata/autofill_entry_unittest.cc', 1823 'browser/webdata/autofill_entry_unittest.cc',
(...skipping 2210 matching lines...) Expand 10 before | Expand all | Expand 10 after
4034 ] 4034 ]
4035 }], # 'coverage!=0' 4035 }], # 'coverage!=0'
4036 ], # 'conditions' 4036 ], # 'conditions'
4037 } 4037 }
4038 4038
4039 # Local Variables: 4039 # Local Variables:
4040 # tab-width:2 4040 # tab-width:2
4041 # indent-tabs-mode:nil 4041 # indent-tabs-mode:nil
4042 # End: 4042 # End:
4043 # vim: set expandtab tabstop=2 shiftwidth=2: 4043 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/ui/webui/print_preview_data_source.cc ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698