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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7799019: Print Preview: Add a test for activating the initiator tab on print. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 1889 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1900 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1901 'browser/ui/views/tabs/side_tab_strip_unittest.cc', 1901 'browser/ui/views/tabs/side_tab_strip_unittest.cc',
1902 'browser/ui/views/tabs/tab_strip_unittest.cc', 1902 'browser/ui/views/tabs/tab_strip_unittest.cc',
1903 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc', 1903 'browser/ui/webui/chrome_web_ui_data_source_unittest.cc',
1904 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc', 1904 'browser/ui/webui/chromeos/enterprise_enrollment_ui_unittest.cc',
1905 'browser/ui/webui/chromeos/imageburner/imageburner_utils_unittest.cc', 1905 'browser/ui/webui/chromeos/imageburner/imageburner_utils_unittest.cc',
1906 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc', 1906 'browser/ui/webui/html_dialog_tab_contents_delegate_unittest.cc',
1907 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc', 1907 'browser/ui/webui/ntp/shown_sections_handler_unittest.cc',
1908 'browser/ui/webui/options/chromeos/virtual_keyboard_manager_handler_unit test.cc', 1908 'browser/ui/webui/options/chromeos/virtual_keyboard_manager_handler_unit test.cc',
1909 'browser/ui/webui/options/language_options_handler_unittest.cc', 1909 'browser/ui/webui/options/language_options_handler_unittest.cc',
1910 'browser/ui/webui/print_preview_handler_unittest.cc',
1910 'browser/ui/webui/print_preview_ui_unittest.cc', 1911 'browser/ui/webui/print_preview_ui_unittest.cc',
1911 'browser/ui/webui/sync_internals_ui_unittest.cc', 1912 'browser/ui/webui/sync_internals_ui_unittest.cc',
1912 'browser/ui/webui/theme_source_unittest.cc', 1913 'browser/ui/webui/theme_source_unittest.cc',
1913 'browser/ui/webui/web_ui_unittest.cc', 1914 'browser/ui/webui/web_ui_unittest.cc',
1914 'browser/ui/window_sizer_unittest.cc', 1915 'browser/ui/window_sizer_unittest.cc',
1915 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1916 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1916 'browser/user_style_sheet_watcher_unittest.cc', 1917 'browser/user_style_sheet_watcher_unittest.cc',
1917 'browser/visitedlink/visitedlink_unittest.cc', 1918 'browser/visitedlink/visitedlink_unittest.cc',
1918 'browser/web_applications/web_app_unittest.cc', 1919 'browser/web_applications/web_app_unittest.cc',
1919 'browser/web_resource/promo_resource_service_unittest.cc', 1920 'browser/web_resource/promo_resource_service_unittest.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
2070 ['exclude', '^browser/safe_browsing/'], 2071 ['exclude', '^browser/safe_browsing/'],
2071 ['exclude', '^renderer/safe_browsing/'], 2072 ['exclude', '^renderer/safe_browsing/'],
2072 ], 2073 ],
2073 }], 2074 }],
2074 ['chromeos==1', { 2075 ['chromeos==1', {
2075 'sources/': [ 2076 'sources/': [
2076 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'], 2077 ['exclude', '^browser/password_manager/native_backend_gnome_x_unitte st.cc'],
2077 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu x_unittest.cc'], 2078 ['exclude', '^../content/browser/geolocation/wifi_data_provider_linu x_unittest.cc'],
2078 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when 2079 # TODO(thestig) Enable PrintPreviewUI tests on CrOS when
2079 # print preview is enabled on CrOS. 2080 # print preview is enabled on CrOS.
2081 ['exclude', '^browser/ui/webui/print_preview_handler_unittest.cc'],
2080 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'], 2082 ['exclude', '^browser/ui/webui/print_preview_ui_unittest.cc'],
2081 ], 2083 ],
2082 }, { # else: chromeos == 0 2084 }, { # else: chromeos == 0
2083 'sources/': [ 2085 'sources/': [
2084 ['exclude', '^browser/chromeos/'], 2086 ['exclude', '^browser/chromeos/'],
2085 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'], 2087 ['exclude', '^browser/policy/device_policy_cache_unittest.cc'],
2086 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ], 2088 ['exclude', '^browser/policy/enterprise_install_attributes_unittest. cc' ],
2087 ['exclude', '^browser/ui/webui/chromeos/login'], 2089 ['exclude', '^browser/ui/webui/chromeos/login'],
2088 ['exclude', '^browser/ui/webui/chromeos/imageburner/'], 2090 ['exclude', '^browser/ui/webui/chromeos/imageburner/'],
2089 ['exclude', '^browser/ui/webui/options/chromeos/'], 2091 ['exclude', '^browser/ui/webui/options/chromeos/'],
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
4114 # Use outputs of this action as inputs for the main target build. 4116 # Use outputs of this action as inputs for the main target build.
4115 # Seems as a misnomer but makes this happy on Linux (scons). 4117 # Seems as a misnomer but makes this happy on Linux (scons).
4116 'process_outputs_as_sources': 1, 4118 'process_outputs_as_sources': 1,
4117 }, 4119 },
4118 ], # 'actions' 4120 ], # 'actions'
4119 }, 4121 },
4120 ] 4122 ]
4121 }], # 'coverage!=0' 4123 }], # 'coverage!=0'
4122 ], # 'conditions' 4124 ], # 'conditions'
4123 } 4125 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698