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