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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 102373006: Merge 240486 "Implement the spring charger replacement UI and ad..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1650/src/
Patch Set: 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 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 'browser/ui/webui/certificate_viewer_webui.cc', 2027 'browser/ui/webui/certificate_viewer_webui.cc',
2028 'browser/ui/webui/certificate_viewer_webui.h', 2028 'browser/ui/webui/certificate_viewer_webui.h',
2029 'browser/ui/webui/certificate_viewer_ui.cc', 2029 'browser/ui/webui/certificate_viewer_ui.cc',
2030 'browser/ui/webui/certificate_viewer_ui.h', 2030 'browser/ui/webui/certificate_viewer_ui.h',
2031 'browser/ui/webui/chrome_web_contents_handler.cc', 2031 'browser/ui/webui/chrome_web_contents_handler.cc',
2032 'browser/ui/webui/chrome_web_contents_handler.h', 2032 'browser/ui/webui/chrome_web_contents_handler.h',
2033 'browser/ui/webui/chrome_web_ui_controller_factory.cc', 2033 'browser/ui/webui/chrome_web_ui_controller_factory.cc',
2034 'browser/ui/webui/chrome_web_ui_controller_factory.h', 2034 'browser/ui/webui/chrome_web_ui_controller_factory.h',
2035 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc', 2035 'browser/ui/webui/chromeos/bluetooth_pairing_ui.cc',
2036 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h', 2036 'browser/ui/webui/chromeos/bluetooth_pairing_ui.h',
2037 'browser/ui/webui/chromeos/charger_replacement_handler.cc',
2038 'browser/ui/webui/chromeos/charger_replacement_handler.h',
2039 'browser/ui/webui/chromeos/charger_replacement_ui.cc',
2040 'browser/ui/webui/chromeos/charger_replacement_ui.h',
2037 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc', 2041 'browser/ui/webui/chromeos/choose_mobile_network_ui.cc',
2038 'browser/ui/webui/chromeos/choose_mobile_network_ui.h', 2042 'browser/ui/webui/chromeos/choose_mobile_network_ui.h',
2039 'browser/ui/webui/chromeos/cryptohome_ui.cc', 2043 'browser/ui/webui/chromeos/cryptohome_ui.cc',
2040 'browser/ui/webui/chromeos/cryptohome_ui.h', 2044 'browser/ui/webui/chromeos/cryptohome_ui.h',
2041 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc', 2045 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.cc',
2042 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h', 2046 'browser/ui/webui/chromeos/cryptohome_web_ui_handler.h',
2043 'browser/ui/webui/chromeos/diagnostics/diagnostics_ui.cc', 2047 'browser/ui/webui/chromeos/diagnostics/diagnostics_ui.cc',
2044 'browser/ui/webui/chromeos/diagnostics/diagnostics_ui.h', 2048 'browser/ui/webui/chromeos/diagnostics/diagnostics_ui.h',
2045 'browser/ui/webui/chromeos/drive_internals_ui.cc', 2049 'browser/ui/webui/chromeos/drive_internals_ui.cc',
2046 'browser/ui/webui/chromeos/drive_internals_ui.h', 2050 'browser/ui/webui/chromeos/drive_internals_ui.h',
(...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after
3212 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3216 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3213 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3217 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3214 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3218 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3215 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3219 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3216 ], 3220 ],
3217 }], 3221 }],
3218 ], 3222 ],
3219 }, 3223 },
3220 ], 3224 ],
3221 } 3225 }
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