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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 984863005: Add ash::VPNDelegate and Chrome OS implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash during device-local account login. Created 5 years, 9 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
« no previous file with comments | « chrome/browser/ui/ash/vpn_delegate_chromeos.cc ('k') | chromeos/network/network_state.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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1243 'browser/ui/ash/system_tray_delegate_chromeos.cc', 1243 'browser/ui/ash/system_tray_delegate_chromeos.cc',
1244 'browser/ui/ash/system_tray_delegate_chromeos.h', 1244 'browser/ui/ash/system_tray_delegate_chromeos.h',
1245 'browser/ui/ash/system_tray_delegate_common.cc', 1245 'browser/ui/ash/system_tray_delegate_common.cc',
1246 'browser/ui/ash/system_tray_delegate_common.h', 1246 'browser/ui/ash/system_tray_delegate_common.h',
1247 'browser/ui/ash/system_tray_delegate_utils.cc', 1247 'browser/ui/ash/system_tray_delegate_utils.cc',
1248 'browser/ui/ash/system_tray_delegate_utils.h', 1248 'browser/ui/ash/system_tray_delegate_utils.h',
1249 'browser/ui/ash/user_accounts_delegate_chromeos.cc', 1249 'browser/ui/ash/user_accounts_delegate_chromeos.cc',
1250 'browser/ui/ash/user_accounts_delegate_chromeos.h', 1250 'browser/ui/ash/user_accounts_delegate_chromeos.h',
1251 'browser/ui/ash/volume_controller_chromeos.cc', 1251 'browser/ui/ash/volume_controller_chromeos.cc',
1252 'browser/ui/ash/volume_controller_chromeos.h', 1252 'browser/ui/ash/volume_controller_chromeos.h',
1253 'browser/ui/ash/vpn_delegate_chromeos.cc',
1254 'browser/ui/ash/vpn_delegate_chromeos.h',
1253 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', 1255 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
1254 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 1256 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
1255 'browser/ui/views/touch_uma/touch_uma_ash.cc', 1257 'browser/ui/views/touch_uma/touch_uma_ash.cc',
1256 'browser/ui/window_sizer/window_sizer_ash.cc', 1258 'browser/ui/window_sizer/window_sizer_ash.cc',
1257 ], 1259 ],
1258 # Used when Ash is enabled but not ChromeOS. 1260 # Used when Ash is enabled but not ChromeOS.
1259 'chrome_browser_ui_ash_non_chromeos': [ 1261 'chrome_browser_ui_ash_non_chromeos': [
1260 'browser/ui/ash/chrome_shell_delegate_views.cc', 1262 'browser/ui/ash/chrome_shell_delegate_views.cc',
1261 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 1263 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
1262 'browser/ui/ash/multi_user/multi_user_context_menu.h', 1264 'browser/ui/ash/multi_user/multi_user_context_menu.h',
(...skipping 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
3171 ], 3173 ],
3172 'sources': [ 3174 'sources': [
3173 '<@(chrome_browser_ui_non_mobile_sources)', 3175 '<@(chrome_browser_ui_non_mobile_sources)',
3174 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3176 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3175 ], 3177 ],
3176 }], 3178 }],
3177 ], 3179 ],
3178 }, 3180 },
3179 ], 3181 ],
3180 } 3182 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/vpn_delegate_chromeos.cc ('k') | chromeos/network/network_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698