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

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: 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
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 3337 matching lines...) Expand 10 before | Expand all | Expand 10 after
3348 'browser/ui/webui/history2_ui.cc', 3348 'browser/ui/webui/history2_ui.cc',
3349 'browser/ui/webui/history2_ui.h', 3349 'browser/ui/webui/history2_ui.h',
3350 'browser/ui/webui/history_ui.cc', 3350 'browser/ui/webui/history_ui.cc',
3351 'browser/ui/webui/history_ui.h', 3351 'browser/ui/webui/history_ui.h',
3352 'browser/ui/webui/html_dialog_tab_contents_delegate.cc', 3352 'browser/ui/webui/html_dialog_tab_contents_delegate.cc',
3353 'browser/ui/webui/html_dialog_tab_contents_delegate.h', 3353 'browser/ui/webui/html_dialog_tab_contents_delegate.h',
3354 'browser/ui/webui/html_dialog_ui.cc', 3354 'browser/ui/webui/html_dialog_ui.cc',
3355 'browser/ui/webui/html_dialog_ui.h', 3355 'browser/ui/webui/html_dialog_ui.h',
3356 'browser/ui/webui/keyboard_ui.cc', 3356 'browser/ui/webui/keyboard_ui.cc',
3357 'browser/ui/webui/keyboard_ui.h', 3357 'browser/ui/webui/keyboard_ui.h',
3358 'browser/ui/webui/media_internals_ui.cc',
3359 'browser/ui/webui/media_internals_ui.h',
3358 'browser/ui/webui/net_internals_ui.cc', 3360 'browser/ui/webui/net_internals_ui.cc',
3359 'browser/ui/webui/net_internals_ui.h', 3361 'browser/ui/webui/net_internals_ui.h',
3360 'browser/ui/webui/ntp/app_launcher_handler.cc', 3362 'browser/ui/webui/ntp/app_launcher_handler.cc',
3361 'browser/ui/webui/ntp/app_launcher_handler.h', 3363 'browser/ui/webui/ntp/app_launcher_handler.h',
3362 'browser/ui/webui/ntp/foreign_session_handler.cc', 3364 'browser/ui/webui/ntp/foreign_session_handler.cc',
3363 'browser/ui/webui/ntp/foreign_session_handler.h', 3365 'browser/ui/webui/ntp/foreign_session_handler.h',
3364 'browser/ui/webui/ntp/most_visited_handler.cc', 3366 'browser/ui/webui/ntp/most_visited_handler.cc',
3365 'browser/ui/webui/ntp/most_visited_handler.h', 3367 'browser/ui/webui/ntp/most_visited_handler.h',
3366 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc', 3368 'browser/ui/webui/ntp/new_tab_page_sync_handler.cc',
3367 'browser/ui/webui/ntp/new_tab_page_sync_handler.h', 3369 'browser/ui/webui/ntp/new_tab_page_sync_handler.h',
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
4639 'hard_dependency': 1, 4641 'hard_dependency': 1,
4640 }, 4642 },
4641 ], 4643 ],
4642 } 4644 }
4643 4645
4644 # Local Variables: 4646 # Local Variables:
4645 # tab-width:2 4647 # tab-width:2
4646 # indent-tabs-mode:nil 4648 # indent-tabs-mode:nil
4647 # End: 4649 # End:
4648 # vim: set expandtab tabstop=2 shiftwidth=2: 4650 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698