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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6269015: Add facility to fix about: and file: links from chrome:// pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more automatic Created 9 years, 11 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/resources/shared/js/util.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 870 matching lines...) Expand 10 before | Expand all | Expand 10 after
881 'browser/dom_ui/downloads_ui.cc', 881 'browser/dom_ui/downloads_ui.cc',
882 'browser/dom_ui/downloads_ui.h', 882 'browser/dom_ui/downloads_ui.h',
883 'browser/dom_ui/fileicon_source.cc', 883 'browser/dom_ui/fileicon_source.cc',
884 'browser/dom_ui/fileicon_source.h', 884 'browser/dom_ui/fileicon_source.h',
885 'browser/dom_ui/filebrowse_ui.cc', 885 'browser/dom_ui/filebrowse_ui.cc',
886 'browser/dom_ui/filebrowse_ui.h', 886 'browser/dom_ui/filebrowse_ui.h',
887 'browser/dom_ui/flags_ui.cc', 887 'browser/dom_ui/flags_ui.cc',
888 'browser/dom_ui/flags_ui.h', 888 'browser/dom_ui/flags_ui.h',
889 'browser/dom_ui/foreign_session_handler.cc', 889 'browser/dom_ui/foreign_session_handler.cc',
890 'browser/dom_ui/foreign_session_handler.h', 890 'browser/dom_ui/foreign_session_handler.h',
891 'browser/dom_ui/generic_handler.cc',
892 'browser/dom_ui/generic_handler.h',
891 'browser/dom_ui/gpu_internals_ui.cc', 893 'browser/dom_ui/gpu_internals_ui.cc',
892 'browser/dom_ui/gpu_internals_ui.h', 894 'browser/dom_ui/gpu_internals_ui.h',
893 'browser/dom_ui/history_ui.cc', 895 'browser/dom_ui/history_ui.cc',
894 'browser/dom_ui/history_ui.h', 896 'browser/dom_ui/history_ui.h',
895 'browser/dom_ui/history2_ui.cc', 897 'browser/dom_ui/history2_ui.cc',
896 'browser/dom_ui/history2_ui.h', 898 'browser/dom_ui/history2_ui.h',
897 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', 899 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
898 'browser/dom_ui/html_dialog_tab_contents_delegate.h', 900 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
899 'browser/dom_ui/html_dialog_ui.cc', 901 'browser/dom_ui/html_dialog_ui.cc',
900 'browser/dom_ui/html_dialog_ui.h', 902 'browser/dom_ui/html_dialog_ui.h',
(...skipping 3653 matching lines...) Expand 10 before | Expand all | Expand 10 after
4554 ], 4556 ],
4555 }, 4557 },
4556 ], 4558 ],
4557 } 4559 }
4558 4560
4559 # Local Variables: 4561 # Local Variables:
4560 # tab-width:2 4562 # tab-width:2
4561 # indent-tabs-mode:nil 4563 # indent-tabs-mode:nil
4562 # End: 4564 # End:
4563 # vim: set expandtab tabstop=2 shiftwidth=2: 4565 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/shared/js/util.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698