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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 14924002: WebUI for Profile Settings Reset (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 7 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/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 1623 matching lines...) Expand 10 before | Expand all | Expand 10 after
1634 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ', 1634 'browser/ui/webui/options/content_settings_exception_area_browsertest.js ',
1635 'browser/ui/webui/options/cookies_view_browsertest.js', 1635 'browser/ui/webui/options/cookies_view_browsertest.js',
1636 'browser/ui/webui/options/edit_dictionary_browsertest.js', 1636 'browser/ui/webui/options/edit_dictionary_browsertest.js',
1637 'browser/ui/webui/options/font_settings_browsertest.js', 1637 'browser/ui/webui/options/font_settings_browsertest.js',
1638 'browser/ui/webui/options/language_options_browsertest.js', 1638 'browser/ui/webui/options/language_options_browsertest.js',
1639 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js', 1639 'browser/ui/webui/options/language_options_dictionary_download_browserte st.js',
1640 'browser/ui/webui/options/options_browsertest.js', 1640 'browser/ui/webui/options/options_browsertest.js',
1641 'browser/ui/webui/options/options_ui_browsertest.cc', 1641 'browser/ui/webui/options/options_ui_browsertest.cc',
1642 'browser/ui/webui/options/options_ui_browsertest.h', 1642 'browser/ui/webui/options/options_ui_browsertest.h',
1643 'browser/ui/webui/options/password_manager_browsertest.js', 1643 'browser/ui/webui/options/password_manager_browsertest.js',
1644 'browser/ui/webui/options/profile_settings_reset_browsertest.js',
1644 'browser/ui/webui/options/preferences_browsertest.cc', 1645 'browser/ui/webui/options/preferences_browsertest.cc',
1645 'browser/ui/webui/options/preferences_browsertest.h', 1646 'browser/ui/webui/options/preferences_browsertest.h',
1646 'browser/ui/webui/options/search_engine_manager_browsertest.js', 1647 'browser/ui/webui/options/search_engine_manager_browsertest.js',
1647 'browser/ui/webui/options/settings_format_browsertest.js', 1648 'browser/ui/webui/options/settings_format_browsertest.js',
1648 'browser/ui/webui/policy_ui_browsertest.cc', 1649 'browser/ui/webui/policy_ui_browsertest.cc',
1649 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc', 1650 'browser/ui/webui/print_preview/print_preview_ui_browsertest.cc',
1650 'browser/ui/webui/sync_setup_browsertest.js', 1651 'browser/ui/webui/sync_setup_browsertest.js',
1651 'browser/ui/webui/web_ui_test_handler.cc', 1652 'browser/ui/webui/web_ui_test_handler.cc',
1652 'browser/ui/webui/web_ui_test_handler.h', 1653 'browser/ui/webui/web_ui_test_handler.h',
1653 'browser/user_data_dir_extractor_win_browsertest.cc', 1654 'browser/user_data_dir_extractor_win_browsertest.cc',
(...skipping 1731 matching lines...) Expand 10 before | Expand all | Expand 10 after
3385 # more details. 3386 # more details.
3386 'DebugInformationFormat': '3', 3387 'DebugInformationFormat': '3',
3387 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3388 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3388 }, 3389 },
3389 }, 3390 },
3390 }, 3391 },
3391 ], 3392 ],
3392 }], 3393 }],
3393 ], # 'conditions' 3394 ], # 'conditions'
3394 } 3395 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698