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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10834109: Consistently decorate pref values sent to the settings UI code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Silly me, made a CrOS-only change and tested it on a desktop build... Created 8 years, 4 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/options2/preferences_browsertest.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 2955 matching lines...) Expand 10 before | Expand all | Expand 10 after
2966 'browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc ', 2966 'browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc ',
2967 'browser/ui/webui/options2/content_options_browsertest.js', 2967 'browser/ui/webui/options2/content_options_browsertest.js',
2968 'browser/ui/webui/options2/content_settings_exception_area_browsertest.j s', 2968 'browser/ui/webui/options2/content_settings_exception_area_browsertest.j s',
2969 'browser/ui/webui/options2/cookies_view_browsertest.js', 2969 'browser/ui/webui/options2/cookies_view_browsertest.js',
2970 'browser/ui/webui/options2/font_settings_browsertest.js', 2970 'browser/ui/webui/options2/font_settings_browsertest.js',
2971 'browser/ui/webui/options2/language_options_browsertest.js', 2971 'browser/ui/webui/options2/language_options_browsertest.js',
2972 'browser/ui/webui/options2/options_browsertest.js', 2972 'browser/ui/webui/options2/options_browsertest.js',
2973 'browser/ui/webui/options2/options_ui_browsertest.cc', 2973 'browser/ui/webui/options2/options_ui_browsertest.cc',
2974 'browser/ui/webui/options2/options_ui_browsertest.h', 2974 'browser/ui/webui/options2/options_ui_browsertest.h',
2975 'browser/ui/webui/options2/password_manager_browsertest.js', 2975 'browser/ui/webui/options2/password_manager_browsertest.js',
2976 'browser/ui/webui/options2/preferences_browsertest.cc',
2977 'browser/ui/webui/options2/preferences_browsertest.h',
2976 'browser/ui/webui/options2/search_engine_manager_browsertest.js', 2978 'browser/ui/webui/options2/search_engine_manager_browsertest.js',
2977 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 2979 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
2978 'browser/ui/webui/sync_setup_browsertest.js', 2980 'browser/ui/webui/sync_setup_browsertest.js',
2979 'browser/ui/webui/test_web_dialog_delegate.cc', 2981 'browser/ui/webui/test_web_dialog_delegate.cc',
2980 'browser/ui/webui/test_web_dialog_delegate.h', 2982 'browser/ui/webui/test_web_dialog_delegate.h',
2981 'browser/ui/webui/web_ui_browsertest.cc', 2983 'browser/ui/webui/web_ui_browsertest.cc',
2982 'browser/ui/webui/web_ui_browsertest.h', 2984 'browser/ui/webui/web_ui_browsertest.h',
2983 'browser/ui/webui/web_ui_test_handler.cc', 2985 'browser/ui/webui/web_ui_test_handler.cc',
2984 'browser/ui/webui/web_ui_test_handler.h', 2986 'browser/ui/webui/web_ui_test_handler.h',
2985 'browser/unload_browsertest.cc', 2987 'browser/unload_browsertest.cc',
(...skipping 1688 matching lines...) Expand 10 before | Expand all | Expand 10 after
4674 '--result', '<@(_outputs)', 4676 '--result', '<@(_outputs)',
4675 '--isolate', 'browser_tests.isolate', 4677 '--isolate', 'browser_tests.isolate',
4676 ], 4678 ],
4677 }, 4679 },
4678 ], 4680 ],
4679 }, 4681 },
4680 ], 4682 ],
4681 }], 4683 }],
4682 ], # 'conditions' 4684 ], # 'conditions'
4683 } 4685 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/preferences_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698