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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5810002: DOMUI: Rename PasswordsException* to PasswordManager*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: One more. Created 10 years 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/resources/options/personal_options.js ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after
941 'browser/dom_ui/options/font_settings_utils.h', 941 'browser/dom_ui/options/font_settings_utils.h',
942 'browser/dom_ui/options/font_settings_utils_gtk.cc', 942 'browser/dom_ui/options/font_settings_utils_gtk.cc',
943 'browser/dom_ui/options/font_settings_utils_mac.mm', 943 'browser/dom_ui/options/font_settings_utils_mac.mm',
944 'browser/dom_ui/options/font_settings_utils_win.cc', 944 'browser/dom_ui/options/font_settings_utils_win.cc',
945 'browser/dom_ui/options/import_data_handler.cc', 945 'browser/dom_ui/options/import_data_handler.cc',
946 'browser/dom_ui/options/import_data_handler.h', 946 'browser/dom_ui/options/import_data_handler.h',
947 'browser/dom_ui/options/options_managed_banner_handler.cc', 947 'browser/dom_ui/options/options_managed_banner_handler.cc',
948 'browser/dom_ui/options/options_managed_banner_handler.h', 948 'browser/dom_ui/options/options_managed_banner_handler.h',
949 'browser/dom_ui/options/options_ui.cc', 949 'browser/dom_ui/options/options_ui.cc',
950 'browser/dom_ui/options/options_ui.h', 950 'browser/dom_ui/options/options_ui.h',
951 'browser/dom_ui/options/passwords_exceptions_handler.cc', 951 'browser/dom_ui/options/password_manager_handler.cc',
952 'browser/dom_ui/options/passwords_exceptions_handler.h', 952 'browser/dom_ui/options/password_manager_handler.h',
953 'browser/dom_ui/options/personal_options_handler.cc', 953 'browser/dom_ui/options/personal_options_handler.cc',
954 'browser/dom_ui/options/personal_options_handler.h', 954 'browser/dom_ui/options/personal_options_handler.h',
955 'browser/dom_ui/options/search_engine_manager_handler.cc', 955 'browser/dom_ui/options/search_engine_manager_handler.cc',
956 'browser/dom_ui/options/search_engine_manager_handler.h', 956 'browser/dom_ui/options/search_engine_manager_handler.h',
957 'browser/dom_ui/options/startup_page_manager_handler.cc', 957 'browser/dom_ui/options/startup_page_manager_handler.cc',
958 'browser/dom_ui/options/startup_page_manager_handler.h', 958 'browser/dom_ui/options/startup_page_manager_handler.h',
959 'browser/dom_ui/options/stop_syncing_handler.cc', 959 'browser/dom_ui/options/stop_syncing_handler.cc',
960 'browser/dom_ui/options/stop_syncing_handler.h', 960 'browser/dom_ui/options/stop_syncing_handler.h',
961 'browser/dom_ui/options/sync_options_handler.cc', 961 'browser/dom_ui/options/sync_options_handler.cc',
962 'browser/dom_ui/options/sync_options_handler.h', 962 'browser/dom_ui/options/sync_options_handler.h',
(...skipping 3521 matching lines...) Expand 10 before | Expand all | Expand 10 after
4484 ], 4484 ],
4485 }, 4485 },
4486 ], 4486 ],
4487 } 4487 }
4488 4488
4489 # Local Variables: 4489 # Local Variables:
4490 # tab-width:2 4490 # tab-width:2
4491 # indent-tabs-mode:nil 4491 # indent-tabs-mode:nil
4492 # End: 4492 # End:
4493 # vim: set expandtab tabstop=2 shiftwidth=2: 4493 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/personal_options.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698