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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 22336007: Add chrome://slow for enabling performance tracing for feedback reports. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 7 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/chromeos/slow_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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after
2048 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', 2048 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc',
2049 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', 2049 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h',
2050 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', 2050 'browser/ui/webui/chromeos/mobile_setup_dialog.cc',
2051 'browser/ui/webui/chromeos/mobile_setup_dialog.h', 2051 'browser/ui/webui/chromeos/mobile_setup_dialog.h',
2052 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 2052 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
2053 'browser/ui/webui/chromeos/mobile_setup_ui.h', 2053 'browser/ui/webui/chromeos/mobile_setup_ui.h',
2054 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 2054 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
2055 'browser/ui/webui/chromeos/proxy_settings_ui.h', 2055 'browser/ui/webui/chromeos/proxy_settings_ui.h',
2056 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 2056 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
2057 'browser/ui/webui/chromeos/sim_unlock_ui.h', 2057 'browser/ui/webui/chromeos/sim_unlock_ui.h',
2058 'browser/ui/webui/chromeos/slow_ui.cc',
2059 'browser/ui/webui/chromeos/slow_ui.h',
2058 'browser/ui/webui/chromeos/system_info_ui.cc', 2060 'browser/ui/webui/chromeos/system_info_ui.cc',
2059 'browser/ui/webui/chromeos/system_info_ui.h', 2061 'browser/ui/webui/chromeos/system_info_ui.h',
2060 'browser/ui/webui/chromeos/ui_account_tweaks.cc', 2062 'browser/ui/webui/chromeos/ui_account_tweaks.cc',
2061 'browser/ui/webui/chromeos/ui_account_tweaks.h', 2063 'browser/ui/webui/chromeos/ui_account_tweaks.h',
2062 'browser/ui/webui/constrained_web_dialog_ui.cc', 2064 'browser/ui/webui/constrained_web_dialog_ui.cc',
2063 'browser/ui/webui/constrained_web_dialog_ui.h', 2065 'browser/ui/webui/constrained_web_dialog_ui.h',
2064 'browser/ui/webui/constrained_web_dialog_delegate_base.cc', 2066 'browser/ui/webui/constrained_web_dialog_delegate_base.cc',
2065 'browser/ui/webui/constrained_web_dialog_delegate_base.h', 2067 'browser/ui/webui/constrained_web_dialog_delegate_base.h',
2066 'browser/ui/webui/cookies_tree_model_util.cc', 2068 'browser/ui/webui/cookies_tree_model_util.cc',
2067 'browser/ui/webui/cookies_tree_model_util.h', 2069 'browser/ui/webui/cookies_tree_model_util.h',
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after
3094 ['enable_webrtc==0', { 3096 ['enable_webrtc==0', {
3095 'sources!': [ 3097 'sources!': [
3096 'browser/ui/webui/media/webrtc_logs_ui.cc', 3098 'browser/ui/webui/media/webrtc_logs_ui.cc',
3097 'browser/ui/webui/media/webrtc_logs_ui.h', 3099 'browser/ui/webui/media/webrtc_logs_ui.h',
3098 ], 3100 ],
3099 }], 3101 }],
3100 ], 3102 ],
3101 }, 3103 },
3102 ], 3104 ],
3103 } 3105 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/slow_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698