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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6541006: WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Part 3. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 10 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 'browser/content_settings/host_content_settings_map_unittest.cc', 1248 'browser/content_settings/host_content_settings_map_unittest.cc',
1249 'browser/content_settings/content_settings_mock_provider.cc', 1249 'browser/content_settings/content_settings_mock_provider.cc',
1250 'browser/content_settings/content_settings_mock_provider.h', 1250 'browser/content_settings/content_settings_mock_provider.h',
1251 'browser/content_settings/content_settings_policy_provider_unittest.cc', 1251 'browser/content_settings/content_settings_policy_provider_unittest.cc',
1252 'browser/content_settings/content_settings_pref_provider_unittest.cc', 1252 'browser/content_settings/content_settings_pref_provider_unittest.cc',
1253 'browser/content_settings/stub_settings_observer.cc', 1253 'browser/content_settings/stub_settings_observer.cc',
1254 'browser/content_settings/stub_settings_observer.h', 1254 'browser/content_settings/stub_settings_observer.h',
1255 'browser/cookies_tree_model_unittest.cc', 1255 'browser/cookies_tree_model_unittest.cc',
1256 'browser/debugger/devtools_manager_unittest.cc', 1256 'browser/debugger/devtools_manager_unittest.cc',
1257 'browser/device_orientation/provider_unittest.cc', 1257 'browser/device_orientation/provider_unittest.cc',
1258 'browser/dom_ui/web_ui_unittest.cc',
1259 'browser/dom_ui/html_dialog_tab_contents_delegate_unittest.cc', 1258 'browser/dom_ui/html_dialog_tab_contents_delegate_unittest.cc',
1260 'browser/dom_ui/options/language_options_handler_unittest.cc', 1259 'browser/dom_ui/options/language_options_handler_unittest.cc',
1261 'browser/dom_ui/print_preview_ui_html_source_unittest.cc', 1260 'browser/dom_ui/print_preview_ui_html_source_unittest.cc',
1262 'browser/dom_ui/shown_sections_handler_unittest.cc', 1261 'browser/dom_ui/shown_sections_handler_unittest.cc',
1263 'browser/dom_ui/sync_internals_ui_unittest.cc', 1262 'browser/dom_ui/sync_internals_ui_unittest.cc',
1264 'browser/dom_ui/web_ui_theme_source_unittest.cc', 1263 'browser/dom_ui/web_ui_theme_source_unittest.cc',
1265 'browser/download/base_file_unittest.cc', 1264 'browser/download/base_file_unittest.cc',
1266 'browser/download/download_file_unittest.cc', 1265 'browser/download/download_file_unittest.cc',
1267 'browser/download/download_manager_unittest.cc', 1266 'browser/download/download_manager_unittest.cc',
1268 'browser/download/download_request_infobar_delegate_unittest.cc', 1267 'browser/download/download_request_infobar_delegate_unittest.cc',
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
1739 'browser/ui/views/shell_dialogs_win_unittest.cc', 1738 'browser/ui/views/shell_dialogs_win_unittest.cc',
1740 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1739 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1741 'browser/ui/window_sizer_unittest.cc', 1740 'browser/ui/window_sizer_unittest.cc',
1742 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm', 1741 'browser/ui/window_snapshot/window_snapshot_mac_unittest.mm',
1743 'browser/user_style_sheet_watcher_unittest.cc', 1742 'browser/user_style_sheet_watcher_unittest.cc',
1744 'browser/visitedlink/visitedlink_unittest.cc', 1743 'browser/visitedlink/visitedlink_unittest.cc',
1745 'browser/web_applications/web_app_unittest.cc', 1744 'browser/web_applications/web_app_unittest.cc',
1746 'browser/webdata/web_data_service_test_util.h', 1745 'browser/webdata/web_data_service_test_util.h',
1747 'browser/webdata/web_data_service_unittest.cc', 1746 'browser/webdata/web_data_service_unittest.cc',
1748 'browser/webdata/web_database_unittest.cc', 1747 'browser/webdata/web_database_unittest.cc',
1748 'browser/webui/web_ui_unittest.cc',
1749 'browser/web_resource/web_resource_service_unittest.cc', 1749 'browser/web_resource/web_resource_service_unittest.cc',
1750 'common/bzip2_unittest.cc', 1750 'common/bzip2_unittest.cc',
1751 'common/child_process_logging_mac_unittest.mm', 1751 'common/child_process_logging_mac_unittest.mm',
1752 'common/chrome_paths_unittest.cc', 1752 'common/chrome_paths_unittest.cc',
1753 'common/common_param_traits_unittest.cc', 1753 'common/common_param_traits_unittest.cc',
1754 'common/content_settings_helper_unittest.cc', 1754 'common/content_settings_helper_unittest.cc',
1755 'common/deprecated/event_sys_unittest.cc', 1755 'common/deprecated/event_sys_unittest.cc',
1756 'common/desktop_notifications/active_notification_tracker_unittest.cc', 1756 'common/desktop_notifications/active_notification_tracker_unittest.cc',
1757 'common/extensions/extension_action_unittest.cc', 1757 'common/extensions/extension_action_unittest.cc',
1758 'common/extensions/extension_extent_unittest.cc', 1758 'common/extensions/extension_extent_unittest.cc',
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
3771 ] 3771 ]
3772 }], # 'coverage!=0' 3772 }], # 'coverage!=0'
3773 ], # 'conditions' 3773 ], # 'conditions'
3774 } 3774 }
3775 3775
3776 # Local Variables: 3776 # Local Variables:
3777 # tab-width:2 3777 # tab-width:2
3778 # indent-tabs-mode:nil 3778 # indent-tabs-mode:nil
3779 # End: 3779 # End:
3780 # vim: set expandtab tabstop=2 shiftwidth=2: 3780 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« 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