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

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: Browser test added. 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
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 2949 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 'browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc ', 2960 'browser/ui/webui/options2/chromeos/guest_mode_options_ui_browsertest.cc ',
2961 'browser/ui/webui/options2/content_options_browsertest.js', 2961 'browser/ui/webui/options2/content_options_browsertest.js',
2962 'browser/ui/webui/options2/content_settings_exception_area_browsertest.j s', 2962 'browser/ui/webui/options2/content_settings_exception_area_browsertest.j s',
2963 'browser/ui/webui/options2/cookies_view_browsertest.js', 2963 'browser/ui/webui/options2/cookies_view_browsertest.js',
2964 'browser/ui/webui/options2/font_settings_browsertest.js', 2964 'browser/ui/webui/options2/font_settings_browsertest.js',
2965 'browser/ui/webui/options2/language_options_browsertest.js', 2965 'browser/ui/webui/options2/language_options_browsertest.js',
2966 'browser/ui/webui/options2/options_browsertest.js', 2966 'browser/ui/webui/options2/options_browsertest.js',
2967 'browser/ui/webui/options2/options_ui_browsertest.cc', 2967 'browser/ui/webui/options2/options_ui_browsertest.cc',
2968 'browser/ui/webui/options2/options_ui_browsertest.h', 2968 'browser/ui/webui/options2/options_ui_browsertest.h',
2969 'browser/ui/webui/options2/password_manager_browsertest.js', 2969 'browser/ui/webui/options2/password_manager_browsertest.js',
2970 'browser/ui/webui/options2/preferences_browsertest.cc',
2971 'browser/ui/webui/options2/preferences_browsertest.h',
2970 'browser/ui/webui/options2/search_engine_manager_browsertest.js', 2972 'browser/ui/webui/options2/search_engine_manager_browsertest.js',
2971 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 2973 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
2972 'browser/ui/webui/sync_setup_browsertest.js', 2974 'browser/ui/webui/sync_setup_browsertest.js',
2973 'browser/ui/webui/test_web_dialog_delegate.cc', 2975 'browser/ui/webui/test_web_dialog_delegate.cc',
2974 'browser/ui/webui/test_web_dialog_delegate.h', 2976 'browser/ui/webui/test_web_dialog_delegate.h',
2975 'browser/ui/webui/web_ui_browsertest.cc', 2977 'browser/ui/webui/web_ui_browsertest.cc',
2976 'browser/ui/webui/web_ui_browsertest.h', 2978 'browser/ui/webui/web_ui_browsertest.h',
2977 'browser/ui/webui/web_ui_test_handler.cc', 2979 'browser/ui/webui/web_ui_test_handler.cc',
2978 'browser/ui/webui/web_ui_test_handler.h', 2980 'browser/ui/webui/web_ui_test_handler.h',
2979 'browser/unload_browsertest.cc', 2981 'browser/unload_browsertest.cc',
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 '--result', '<@(_outputs)', 4669 '--result', '<@(_outputs)',
4668 '--isolate', 'browser_tests.isolate', 4670 '--isolate', 'browser_tests.isolate',
4669 ], 4671 ],
4670 }, 4672 },
4671 ], 4673 ],
4672 }, 4674 },
4673 ], 4675 ],
4674 }], 4676 }],
4675 ], # 'conditions' 4677 ], # 'conditions'
4676 } 4678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698