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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7250004: Expose list of all running shared workers at chrome://workers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments addressed Created 9 years, 5 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/chrome.gyp ('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 'dependencies': [ 10 'dependencies': [
(...skipping 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after
3556 'browser/ui/webui/task_manager_dialog.cc', 3556 'browser/ui/webui/task_manager_dialog.cc',
3557 'browser/ui/webui/task_manager_dialog.h', 3557 'browser/ui/webui/task_manager_dialog.h',
3558 'browser/ui/webui/task_manager_handler.cc', 3558 'browser/ui/webui/task_manager_handler.cc',
3559 'browser/ui/webui/task_manager_handler.h', 3559 'browser/ui/webui/task_manager_handler.h',
3560 'browser/ui/webui/task_manager_ui.cc', 3560 'browser/ui/webui/task_manager_ui.cc',
3561 'browser/ui/webui/task_manager_ui.h', 3561 'browser/ui/webui/task_manager_ui.h',
3562 'browser/ui/webui/theme_source.cc', 3562 'browser/ui/webui/theme_source.cc',
3563 'browser/ui/webui/theme_source.h', 3563 'browser/ui/webui/theme_source.h',
3564 'browser/ui/webui/web_ui_util.cc', 3564 'browser/ui/webui/web_ui_util.cc',
3565 'browser/ui/webui/web_ui_util.h', 3565 'browser/ui/webui/web_ui_util.h',
3566 'browser/ui/webui/workers_ui.cc',
3567 'browser/ui/webui/workers_ui.h',
3566 'browser/ui/window_sizer.cc', 3568 'browser/ui/window_sizer.cc',
3567 'browser/ui/window_sizer.h', 3569 'browser/ui/window_sizer.h',
3568 'browser/ui/window_sizer_linux.cc', 3570 'browser/ui/window_sizer_linux.cc',
3569 'browser/ui/window_sizer_mac.mm', 3571 'browser/ui/window_sizer_mac.mm',
3570 'browser/ui/window_sizer_win.cc', 3572 'browser/ui/window_sizer_win.cc',
3571 'browser/ui/window_snapshot/window_snapshot.h', 3573 'browser/ui/window_snapshot/window_snapshot.h',
3572 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3574 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3573 'browser/ui/window_snapshot/window_snapshot_win.cc', 3575 'browser/ui/window_snapshot/window_snapshot_win.cc',
3574 'browser/ui/window_snapshot/window_snapshot_x.cc', 3576 'browser/ui/window_snapshot/window_snapshot_x.cc',
3575 'browser/upgrade_detector.cc', 3577 'browser/upgrade_detector.cc',
(...skipping 1158 matching lines...) Expand 10 before | Expand all | Expand 10 after
4734 'hard_dependency': 1, 4736 'hard_dependency': 1,
4735 }, 4737 },
4736 ], 4738 ],
4737 } 4739 }
4738 4740
4739 # Local Variables: 4741 # Local Variables:
4740 # tab-width:2 4742 # tab-width:2
4741 # indent-tabs-mode:nil 4743 # indent-tabs-mode:nil
4742 # End: 4744 # End:
4743 # vim: set expandtab tabstop=2 shiftwidth=2: 4745 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698