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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7555005: Moving the contents of chrome://gpu Profiling to chrome://tracing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 4 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/tracing_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 'dependencies': [ 10 'dependencies': [
(...skipping 3648 matching lines...) Expand 10 before | Expand all | Expand 10 after
3659 'browser/ui/webui/task_manager_handler.cc', 3659 'browser/ui/webui/task_manager_handler.cc',
3660 'browser/ui/webui/task_manager_handler.h', 3660 'browser/ui/webui/task_manager_handler.h',
3661 'browser/ui/webui/task_manager_ui.cc', 3661 'browser/ui/webui/task_manager_ui.cc',
3662 'browser/ui/webui/task_manager_ui.h', 3662 'browser/ui/webui/task_manager_ui.h',
3663 'browser/ui/webui/test_chrome_web_ui_factory.cc', 3663 'browser/ui/webui/test_chrome_web_ui_factory.cc',
3664 'browser/ui/webui/test_chrome_web_ui_factory.h', 3664 'browser/ui/webui/test_chrome_web_ui_factory.h',
3665 'browser/ui/webui/textfields_ui.cc', 3665 'browser/ui/webui/textfields_ui.cc',
3666 'browser/ui/webui/textfields_ui.h', 3666 'browser/ui/webui/textfields_ui.h',
3667 'browser/ui/webui/theme_source.cc', 3667 'browser/ui/webui/theme_source.cc',
3668 'browser/ui/webui/theme_source.h', 3668 'browser/ui/webui/theme_source.h',
3669 'browser/ui/webui/tracing_ui.cc',
3670 'browser/ui/webui/tracing_ui.h',
3669 'browser/ui/webui/web_ui_util.cc', 3671 'browser/ui/webui/web_ui_util.cc',
3670 'browser/ui/webui/web_ui_util.h', 3672 'browser/ui/webui/web_ui_util.h',
3671 'browser/ui/webui/workers_ui.cc', 3673 'browser/ui/webui/workers_ui.cc',
3672 'browser/ui/webui/workers_ui.h', 3674 'browser/ui/webui/workers_ui.h',
3673 'browser/ui/window_sizer.cc', 3675 'browser/ui/window_sizer.cc',
3674 'browser/ui/window_sizer.h', 3676 'browser/ui/window_sizer.h',
3675 'browser/ui/window_sizer_linux.cc', 3677 'browser/ui/window_sizer_linux.cc',
3676 'browser/ui/window_sizer_mac.mm', 3678 'browser/ui/window_sizer_mac.mm',
3677 'browser/ui/window_sizer_win.cc', 3679 'browser/ui/window_sizer_win.cc',
3678 'browser/ui/window_snapshot/window_snapshot.h', 3680 'browser/ui/window_snapshot/window_snapshot.h',
(...skipping 1259 matching lines...) Expand 10 before | Expand all | Expand 10 after
4938 # weak imports in dependents, who still must #include 4940 # weak imports in dependents, who still must #include
4939 # closure_blocks_leopard_compat.h to get weak imports. 4941 # closure_blocks_leopard_compat.h to get weak imports.
4940 'type': 'none', 4942 'type': 'none',
4941 }], 4943 }],
4942 ], 4944 ],
4943 }, 4945 },
4944 ], 4946 ],
4945 }], 4947 }],
4946 ], 4948 ],
4947 } 4949 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/tracing_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698