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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 123713002: [chromeos] Add an about:power UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/power_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 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2255 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc', 2255 'browser/ui/webui/chromeos/login/user_image_screen_handler.cc',
2256 'browser/ui/webui/chromeos/login/user_image_screen_handler.h', 2256 'browser/ui/webui/chromeos/login/user_image_screen_handler.h',
2257 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc', 2257 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.cc',
2258 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h', 2258 'browser/ui/webui/chromeos/login/wrong_hwid_screen_handler.h',
2259 'browser/ui/webui/chromeos/mobile_setup_dialog.cc', 2259 'browser/ui/webui/chromeos/mobile_setup_dialog.cc',
2260 'browser/ui/webui/chromeos/mobile_setup_dialog.h', 2260 'browser/ui/webui/chromeos/mobile_setup_dialog.h',
2261 'browser/ui/webui/chromeos/mobile_setup_ui.cc', 2261 'browser/ui/webui/chromeos/mobile_setup_ui.cc',
2262 'browser/ui/webui/chromeos/mobile_setup_ui.h', 2262 'browser/ui/webui/chromeos/mobile_setup_ui.h',
2263 'browser/ui/webui/chromeos/network_ui.cc', 2263 'browser/ui/webui/chromeos/network_ui.cc',
2264 'browser/ui/webui/chromeos/network_ui.h', 2264 'browser/ui/webui/chromeos/network_ui.h',
2265 'browser/ui/webui/chromeos/power_ui.cc',
2266 'browser/ui/webui/chromeos/power_ui.h',
2265 'browser/ui/webui/chromeos/proxy_settings_ui.cc', 2267 'browser/ui/webui/chromeos/proxy_settings_ui.cc',
2266 'browser/ui/webui/chromeos/proxy_settings_ui.h', 2268 'browser/ui/webui/chromeos/proxy_settings_ui.h',
2267 'browser/ui/webui/chromeos/sim_unlock_ui.cc', 2269 'browser/ui/webui/chromeos/sim_unlock_ui.cc',
2268 'browser/ui/webui/chromeos/sim_unlock_ui.h', 2270 'browser/ui/webui/chromeos/sim_unlock_ui.h',
2269 'browser/ui/webui/chromeos/slow_trace_ui.cc', 2271 'browser/ui/webui/chromeos/slow_trace_ui.cc',
2270 'browser/ui/webui/chromeos/slow_trace_ui.h', 2272 'browser/ui/webui/chromeos/slow_trace_ui.h',
2271 'browser/ui/webui/chromeos/slow_ui.cc', 2273 'browser/ui/webui/chromeos/slow_ui.cc',
2272 'browser/ui/webui/chromeos/slow_ui.h', 2274 'browser/ui/webui/chromeos/slow_ui.h',
2273 'browser/ui/webui/chromeos/ui_account_tweaks.cc', 2275 'browser/ui/webui/chromeos/ui_account_tweaks.cc',
2274 'browser/ui/webui/chromeos/ui_account_tweaks.h', 2276 'browser/ui/webui/chromeos/ui_account_tweaks.h',
(...skipping 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3352 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3354 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3353 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3355 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3354 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3356 ], 3358 ],
3357 }], 3359 }],
3358 ], 3360 ],
3359 }, 3361 },
3360 ], 3362 ],
3361 } 3363 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/power_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698