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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1036001: Add a DOMUI datasource that will handle the net-internals page.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address mbelshe comments Created 10 years, 9 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/net_internals/index.html ('k') | chrome/common/url_constants.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 (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 811 matching lines...) Expand 10 before | Expand all | Expand 10 after
822 'browser/dom_ui/history_ui.cc', 822 'browser/dom_ui/history_ui.cc',
823 'browser/dom_ui/history_ui.h', 823 'browser/dom_ui/history_ui.h',
824 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', 824 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
825 'browser/dom_ui/html_dialog_tab_contents_delegate.h', 825 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
826 'browser/dom_ui/html_dialog_ui.cc', 826 'browser/dom_ui/html_dialog_ui.cc',
827 'browser/dom_ui/html_dialog_ui.h', 827 'browser/dom_ui/html_dialog_ui.h',
828 'browser/dom_ui/mediaplayer_ui.cc', 828 'browser/dom_ui/mediaplayer_ui.cc',
829 'browser/dom_ui/mediaplayer_ui.h', 829 'browser/dom_ui/mediaplayer_ui.h',
830 'browser/dom_ui/most_visited_handler.cc', 830 'browser/dom_ui/most_visited_handler.cc',
831 'browser/dom_ui/most_visited_handler.h', 831 'browser/dom_ui/most_visited_handler.h',
832 'browser/dom_ui/net_internals_ui.cc',
833 'browser/dom_ui/net_internals_ui.h',
832 'browser/dom_ui/new_tab_page_sync_handler.cc', 834 'browser/dom_ui/new_tab_page_sync_handler.cc',
833 'browser/dom_ui/new_tab_page_sync_handler.h', 835 'browser/dom_ui/new_tab_page_sync_handler.h',
834 'browser/dom_ui/new_tab_ui.cc', 836 'browser/dom_ui/new_tab_ui.cc',
835 'browser/dom_ui/new_tab_ui.h', 837 'browser/dom_ui/new_tab_ui.h',
836 'browser/dom_ui/ntp_resource_cache.cc', 838 'browser/dom_ui/ntp_resource_cache.cc',
837 'browser/dom_ui/ntp_resource_cache.h', 839 'browser/dom_ui/ntp_resource_cache.h',
838 'browser/dom_ui/print_ui.cc', 840 'browser/dom_ui/print_ui.cc',
839 'browser/dom_ui/print_ui.h', 841 'browser/dom_ui/print_ui.h',
840 'browser/dom_ui/shown_sections_handler.cc', 842 'browser/dom_ui/shown_sections_handler.cc',
841 'browser/dom_ui/shown_sections_handler.h', 843 'browser/dom_ui/shown_sections_handler.h',
(...skipping 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after
2944 ], 2946 ],
2945 }, 2947 },
2946 ], 2948 ],
2947 } 2949 }
2948 2950
2949 # Local Variables: 2951 # Local Variables:
2950 # tab-width:2 2952 # tab-width:2
2951 # indent-tabs-mode:nil 2953 # indent-tabs-mode:nil
2952 # End: 2954 # End:
2953 # vim: set expandtab tabstop=2 shiftwidth=2: 2955 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/index.html ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698