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

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: Move knowledge of the built-in OpenVPN provider from ash UI into the VPNDelegate. 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
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 1228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 'browser/ui/ash/system_tray_delegate_chromeos.cc', 1239 'browser/ui/ash/system_tray_delegate_chromeos.cc',
1240 'browser/ui/ash/system_tray_delegate_chromeos.h', 1240 'browser/ui/ash/system_tray_delegate_chromeos.h',
1241 'browser/ui/ash/system_tray_delegate_common.cc', 1241 'browser/ui/ash/system_tray_delegate_common.cc',
1242 'browser/ui/ash/system_tray_delegate_common.h', 1242 'browser/ui/ash/system_tray_delegate_common.h',
1243 'browser/ui/ash/system_tray_delegate_utils.cc', 1243 'browser/ui/ash/system_tray_delegate_utils.cc',
1244 'browser/ui/ash/system_tray_delegate_utils.h', 1244 'browser/ui/ash/system_tray_delegate_utils.h',
1245 'browser/ui/ash/user_accounts_delegate_chromeos.cc', 1245 'browser/ui/ash/user_accounts_delegate_chromeos.cc',
1246 'browser/ui/ash/user_accounts_delegate_chromeos.h', 1246 'browser/ui/ash/user_accounts_delegate_chromeos.h',
1247 'browser/ui/ash/volume_controller_chromeos.cc', 1247 'browser/ui/ash/volume_controller_chromeos.cc',
1248 'browser/ui/ash/volume_controller_chromeos.h', 1248 'browser/ui/ash/volume_controller_chromeos.h',
1249 'browser/ui/ash/vpn_delegate_chromeos.cc',
1250 'browser/ui/ash/vpn_delegate_chromeos.h',
1249 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc', 1251 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.cc',
1250 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h', 1252 'browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h',
1251 'browser/ui/views/touch_uma/touch_uma_ash.cc', 1253 'browser/ui/views/touch_uma/touch_uma_ash.cc',
1252 'browser/ui/window_sizer/window_sizer_ash.cc', 1254 'browser/ui/window_sizer/window_sizer_ash.cc',
1253 ], 1255 ],
1254 # Used when Ash is enabled but not ChromeOS. 1256 # Used when Ash is enabled but not ChromeOS.
1255 'chrome_browser_ui_ash_non_chromeos': [ 1257 'chrome_browser_ui_ash_non_chromeos': [
1256 'browser/ui/ash/chrome_shell_delegate_views.cc', 1258 'browser/ui/ash/chrome_shell_delegate_views.cc',
1257 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 1259 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
1258 'browser/ui/ash/multi_user/multi_user_context_menu.h', 1260 'browser/ui/ash/multi_user/multi_user_context_menu.h',
(...skipping 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
3167 ], 3169 ],
3168 'sources': [ 3170 'sources': [
3169 '<@(chrome_browser_ui_non_mobile_sources)', 3171 '<@(chrome_browser_ui_non_mobile_sources)',
3170 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3172 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3171 ], 3173 ],
3172 }], 3174 }],
3173 ], 3175 ],
3174 }, 3176 },
3175 ], 3177 ],
3176 } 3178 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698