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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7003064: Add placeholder chrome://media-internals page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add placeholder chrome://media-internals page. Created 9 years, 6 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/ui/webui/media_internals_ui.cc ('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) 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': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3364 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 'browser/ui/webui/history2_ui.cc', 3375 'browser/ui/webui/history2_ui.cc',
3376 'browser/ui/webui/history2_ui.h', 3376 'browser/ui/webui/history2_ui.h',
3377 'browser/ui/webui/history_ui.cc', 3377 'browser/ui/webui/history_ui.cc',
3378 'browser/ui/webui/history_ui.h', 3378 'browser/ui/webui/history_ui.h',
3379 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3379 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3380 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3380 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3381 'browser/ui/webui/html_dialog_ui.cc', 3381 'browser/ui/webui/html_dialog_ui.cc',
3382 'browser/ui/webui/html_dialog_ui.h', 3382 'browser/ui/webui/html_dialog_ui.h',
3383 'browser/ui/webui/keyboard_ui.cc', 3383 'browser/ui/webui/keyboard_ui.cc',
3384 'browser/ui/webui/keyboard_ui.h', 3384 'browser/ui/webui/keyboard_ui.h',
3385 'browser/ui/webui/media_internals_ui.cc',
3386 'browser/ui/webui/media_internals_ui.h',
3385 'browser/ui/webui/net_internals_ui.cc', 3387 'browser/ui/webui/net_internals_ui.cc',
3386 'browser/ui/webui/net_internals_ui.h', 3388 'browser/ui/webui/net_internals_ui.h',
3387 'browser/ui/webui/ntp/app_launcher_handler.cc', 3389 'browser/ui/webui/ntp/app_launcher_handler.cc',
3388 'browser/ui/webui/ntp/app_launcher_handler.h', 3390 'browser/ui/webui/ntp/app_launcher_handler.h',
3389 'browser/ui/webui/ntp/favicon_webui_handler.cc', 3391 'browser/ui/webui/ntp/favicon_webui_handler.cc',
3390 'browser/ui/webui/ntp/favicon_webui_handler.h', 3392 'browser/ui/webui/ntp/favicon_webui_handler.h',
3391 'browser/ui/webui/ntp/foreign_session_handler.cc', 3393 'browser/ui/webui/ntp/foreign_session_handler.cc',
3392 'browser/ui/webui/ntp/foreign_session_handler.h', 3394 'browser/ui/webui/ntp/foreign_session_handler.h',
3393 'browser/ui/webui/ntp/most_visited_handler.cc', 3395 'browser/ui/webui/ntp/most_visited_handler.cc',
3394 'browser/ui/webui/ntp/most_visited_handler.h', 3396 'browser/ui/webui/ntp/most_visited_handler.h',
(...skipping 1272 matching lines...) Expand 10 before | Expand all | Expand 10 after
4667 'hard_dependency': 1, 4669 'hard_dependency': 1,
4668 }, 4670 },
4669 ], 4671 ],
4670 } 4672 }
4671 4673
4672 # Local Variables: 4674 # Local Variables:
4673 # tab-width:2 4675 # tab-width:2
4674 # indent-tabs-mode:nil 4676 # indent-tabs-mode:nil
4675 # End: 4677 # End:
4676 # vim: set expandtab tabstop=2 shiftwidth=2: 4678 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media_internals_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698