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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10386076: convert help page to loadTimeData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add test as well Created 8 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
« no previous file with comments | « chrome/browser/ui/webui/help/help_ui.cc ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after
2894 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', 2894 'browser/ui/tab_modal_confirm_dialog_browsertest.cc',
2895 'browser/ui/tab_modal_confirm_dialog_browsertest.h', 2895 'browser/ui/tab_modal_confirm_dialog_browsertest.h',
2896 'browser/ui/views/ash/caps_lock_handler_browsertest.cc', 2896 'browser/ui/views/ash/caps_lock_handler_browsertest.cc',
2897 'browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc', 2897 'browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc',
2898 'browser/ui/views/browser_actions_container_browsertest.cc', 2898 'browser/ui/views/browser_actions_container_browsertest.cc',
2899 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc', 2899 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc',
2900 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 2900 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
2901 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', 2901 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc',
2902 'browser/ui/views/web_dialog_view_browsertest.cc', 2902 'browser/ui/views/web_dialog_view_browsertest.cc',
2903 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2903 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2904 'browser/ui/webui/help/help_browsertest.js',
Dan Beam 2012/05/10 22:36:19 I have no clue how the order of tests in this file
2904 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2905 'browser/ui/webui/ntp/most_visited_browsertest.cc',
2905 'browser/ui/webui/test_chrome_web_ui_controller_factory_browsertest.cc', 2906 'browser/ui/webui/test_chrome_web_ui_controller_factory_browsertest.cc',
2906 'browser/ui/webui/bidi_checker_web_ui_test.cc', 2907 'browser/ui/webui/bidi_checker_web_ui_test.cc',
2907 'browser/ui/webui/bidi_checker_web_ui_test.h', 2908 'browser/ui/webui/bidi_checker_web_ui_test.h',
2908 'browser/ui/webui/bookmarks_ui_browsertest.cc', 2909 'browser/ui/webui/bookmarks_ui_browsertest.cc',
2909 'browser/ui/webui/extensions/extension_settings_browsertest.js', 2910 'browser/ui/webui/extensions/extension_settings_browsertest.js',
2910 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc', 2911 'browser/ui/webui/net_internals/net_internals_ui_browsertest.cc',
2911 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h', 2912 'browser/ui/webui/net_internals/net_internals_ui_browsertest.h',
2912 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc', 2913 'browser/ui/webui/ntp/new_tab_ui_browsertest.cc',
2913 'browser/ui/webui/options2/autofill_options2_browsertest.js', 2914 'browser/ui/webui/options2/autofill_options2_browsertest.js',
(...skipping 1801 matching lines...) Expand 10 before | Expand all | Expand 10 after
4715 # Use outputs of this action as inputs for the main target build. 4716 # Use outputs of this action as inputs for the main target build.
4716 # Seems as a misnomer but makes this happy on Linux (scons). 4717 # Seems as a misnomer but makes this happy on Linux (scons).
4717 'process_outputs_as_sources': 1, 4718 'process_outputs_as_sources': 1,
4718 }, 4719 },
4719 ], # 'actions' 4720 ], # 'actions'
4720 }, 4721 },
4721 ] 4722 ]
4722 }], # 'coverage!=0' 4723 }], # 'coverage!=0'
4723 ], # 'conditions' 4724 ], # 'conditions'
4724 } 4725 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/help/help_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698