OLD | NEW |
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 'chrome_browser_ui_non_ios_sources': [ | 7 'chrome_browser_ui_non_ios_sources': [ |
8 'browser/ui/accelerator_utils.h', | 8 'browser/ui/accelerator_utils.h', |
9 'browser/ui/android/android_about_app_info.cc', | 9 'browser/ui/android/android_about_app_info.cc', |
10 'browser/ui/android/android_about_app_info.h', | 10 'browser/ui/android/android_about_app_info.h', |
(...skipping 2408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2419 'browser/ui/ash/session_state_delegate_chromeos.cc', | 2419 'browser/ui/ash/session_state_delegate_chromeos.cc', |
2420 'browser/ui/ash/session_state_delegate_chromeos.h', | 2420 'browser/ui/ash/session_state_delegate_chromeos.h', |
2421 'browser/ui/ash/solid_color_user_wallpaper_delegate.cc', | 2421 'browser/ui/ash/solid_color_user_wallpaper_delegate.cc', |
2422 'browser/ui/ash/solid_color_user_wallpaper_delegate.h', | 2422 'browser/ui/ash/solid_color_user_wallpaper_delegate.h', |
2423 'browser/ui/ash/stub_user_accounts_delegate.cc', | 2423 'browser/ui/ash/stub_user_accounts_delegate.cc', |
2424 'browser/ui/ash/stub_user_accounts_delegate.h', | 2424 'browser/ui/ash/stub_user_accounts_delegate.h', |
2425 'browser/ui/ash/system_tray_delegate_chromeos.cc', | 2425 'browser/ui/ash/system_tray_delegate_chromeos.cc', |
2426 'browser/ui/ash/system_tray_delegate_chromeos.h', | 2426 'browser/ui/ash/system_tray_delegate_chromeos.h', |
2427 'browser/ui/ash/system_tray_delegate_linux.cc', | 2427 'browser/ui/ash/system_tray_delegate_linux.cc', |
2428 'browser/ui/ash/system_tray_delegate_linux.h', | 2428 'browser/ui/ash/system_tray_delegate_linux.h', |
| 2429 'browser/ui/ash/system_tray_delegate_utils.cc', |
| 2430 'browser/ui/ash/system_tray_delegate_utils.h', |
2429 'browser/ui/ash/system_tray_delegate_win.cc', | 2431 'browser/ui/ash/system_tray_delegate_win.cc', |
2430 'browser/ui/ash/system_tray_delegate_win.h', | 2432 'browser/ui/ash/system_tray_delegate_win.h', |
2431 'browser/ui/ash/user_accounts_delegate_chromeos.cc', | 2433 'browser/ui/ash/user_accounts_delegate_chromeos.cc', |
2432 'browser/ui/ash/user_accounts_delegate_chromeos.h', | 2434 'browser/ui/ash/user_accounts_delegate_chromeos.h', |
2433 'browser/ui/ash/volume_controller_chromeos.cc', | 2435 'browser/ui/ash/volume_controller_chromeos.cc', |
2434 'browser/ui/ash/volume_controller_chromeos.h', | 2436 'browser/ui/ash/volume_controller_chromeos.h', |
2435 'browser/ui/views/touch_uma/touch_uma_ash.cc', | 2437 'browser/ui/views/touch_uma/touch_uma_ash.cc', |
2436 'browser/ui/window_sizer/window_sizer_ash.cc', | 2438 'browser/ui/window_sizer/window_sizer_ash.cc', |
2437 ], | 2439 ], |
2438 # Used when ash is disabled. | 2440 # Used when ash is disabled. |
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3002 }], | 3004 }], |
3003 ['OS!="android" and OS!="ios"', { | 3005 ['OS!="android" and OS!="ios"', { |
3004 'dependencies': [ | 3006 'dependencies': [ |
3005 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3007 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3006 ], | 3008 ], |
3007 }], | 3009 }], |
3008 ], | 3010 ], |
3009 }, | 3011 }, |
3010 ], | 3012 ], |
3011 } | 3013 } |
OLD | NEW |