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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 107103004: Implement the spring charger replacement UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Point iFrame to production site. Created 7 years 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_browser_chromeos.gypi ('k') | chrome/common/pref_names.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 2171 matching lines...) Expand 10 before | Expand all | Expand 10 after
2182 'browser/ui/webui/certificate_viewer_webui.cc', 2182 'browser/ui/webui/certificate_viewer_webui.cc',
2183 'browser/ui/webui/certificate_viewer_webui.h', 2183 'browser/ui/webui/certificate_viewer_webui.h',
2184 'browser/ui/webui/certificate_viewer_ui.cc', 2184 'browser/ui/webui/certificate_viewer_ui.cc',
2185 'browser/ui/webui/certificate_viewer_ui.h', 2185 'browser/ui/webui/certificate_viewer_ui.h',
2186 'browser/ui/webui/chrome_web_contents_handler.cc', 2186 'browser/ui/webui/chrome_web_contents_handler.cc',
2187 'browser/ui/webui/chrome_web_contents_handler.h', 2187 'browser/ui/webui/chrome_web_contents_handler.h',
2188 'browser/ui/webui/chrome_web_ui_controller_factory.cc', 2188 'browser/ui/webui/chrome_web_ui_controller_factory.cc',
2189 'browser/ui/webui/chrome_web_ui_controller_factory.h', 2189 'browser/ui/webui/chrome_web_ui_controller_factory.h',
2190 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc', 2190 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc',
2191 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h', 2191 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h',
2192 'browser/ui/webui/chromeos/charger_replacement_handler.cc',
2193 'browser/ui/webui/chromeos/charger_replacement_handler.h',
2194 'browser/ui/webui/chromeos/charger_replacement_ui.cc',
2195 'browser/ui/webui/chromeos/charger_replacement_ui.h',
2192 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', 2196 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc',
2193 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', 2197 'browser/ui/webui/chromeos/choose_mobile_network_ui.h',
2194 'browser/ui/webui/chromeos/cryptohome_ui.cc', 2198 'browser/ui/webui/chromeos/cryptohome_ui.cc',
2195 'browser/ui/webui/chromeos/cryptohome_ui.h', 2199 'browser/ui/webui/chromeos/cryptohome_ui.h',
2196 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', 2200 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc',
2197 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', 2201 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h',
2198 'browser/ui/webui/chromeos/drive_internals_ui.cc', 2202 'browser/ui/webui/chromeos/drive_internals_ui.cc',
2199 'browser/ui/webui/chromeos/drive_internals_ui.h', 2203 'browser/ui/webui/chromeos/drive_internals_ui.h',
2200 'browser/ui/webui/chromeos/first_run/first_run_actor.cc', 2204 'browser/ui/webui/chromeos/first_run/first_run_actor.cc',
2201 'browser/ui/webui/chromeos/first_run/first_run_actor.h', 2205 'browser/ui/webui/chromeos/first_run/first_run_actor.h',
(...skipping 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3365 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3369 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3366 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3370 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3371 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3368 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3372 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3369 ], 3373 ],
3370 }], 3374 }],
3371 ], 3375 ],
3372 }, 3376 },
3373 ], 3377 ],
3374 } 3378 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698