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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5799001: DOMUI: Temporarily strip trailing colons from section titles until the strings (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 'browser/dom_ui/options/font_settings_utils.h', 939 'browser/dom_ui/options/font_settings_utils.h',
940 'browser/dom_ui/options/font_settings_utils_gtk.cc', 940 'browser/dom_ui/options/font_settings_utils_gtk.cc',
941 'browser/dom_ui/options/font_settings_utils_mac.mm', 941 'browser/dom_ui/options/font_settings_utils_mac.mm',
942 'browser/dom_ui/options/font_settings_utils_win.cc', 942 'browser/dom_ui/options/font_settings_utils_win.cc',
943 'browser/dom_ui/options/import_data_handler.cc', 943 'browser/dom_ui/options/import_data_handler.cc',
944 'browser/dom_ui/options/import_data_handler.h', 944 'browser/dom_ui/options/import_data_handler.h',
945 'browser/dom_ui/options/options_managed_banner_handler.cc', 945 'browser/dom_ui/options/options_managed_banner_handler.cc',
946 'browser/dom_ui/options/options_managed_banner_handler.h', 946 'browser/dom_ui/options/options_managed_banner_handler.h',
947 'browser/dom_ui/options/options_ui.cc', 947 'browser/dom_ui/options/options_ui.cc',
948 'browser/dom_ui/options/options_ui.h', 948 'browser/dom_ui/options/options_ui.h',
949 'browser/dom_ui/options/options_util.cc',
950 'browser/dom_ui/options/options_util.h',
949 'browser/dom_ui/options/passwords_exceptions_handler.cc', 951 'browser/dom_ui/options/passwords_exceptions_handler.cc',
950 'browser/dom_ui/options/passwords_exceptions_handler.h', 952 'browser/dom_ui/options/passwords_exceptions_handler.h',
951 'browser/dom_ui/options/personal_options_handler.cc', 953 'browser/dom_ui/options/personal_options_handler.cc',
952 'browser/dom_ui/options/personal_options_handler.h', 954 'browser/dom_ui/options/personal_options_handler.h',
953 'browser/dom_ui/options/search_engine_manager_handler.cc', 955 'browser/dom_ui/options/search_engine_manager_handler.cc',
954 'browser/dom_ui/options/search_engine_manager_handler.h', 956 'browser/dom_ui/options/search_engine_manager_handler.h',
955 'browser/dom_ui/options/startup_page_manager_handler.cc', 957 'browser/dom_ui/options/startup_page_manager_handler.cc',
956 'browser/dom_ui/options/startup_page_manager_handler.h', 958 'browser/dom_ui/options/startup_page_manager_handler.h',
957 'browser/dom_ui/options/stop_syncing_handler.cc', 959 'browser/dom_ui/options/stop_syncing_handler.cc',
958 'browser/dom_ui/options/stop_syncing_handler.h', 960 'browser/dom_ui/options/stop_syncing_handler.h',
(...skipping 3523 matching lines...) Expand 10 before | Expand all | Expand 10 after
4482 ], 4484 ],
4483 }, 4485 },
4484 ], 4486 ],
4485 } 4487 }
4486 4488
4487 # Local Variables: 4489 # Local Variables:
4488 # tab-width:2 4490 # tab-width:2
4489 # indent-tabs-mode:nil 4491 # indent-tabs-mode:nil
4490 # End: 4492 # End:
4491 # vim: set expandtab tabstop=2 shiftwidth=2: 4493 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698