| 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 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2437 'browser/ui/views/frame/browser_frame_ash.cc', | 2437 'browser/ui/views/frame/browser_frame_ash.cc', |
| 2438 'browser/ui/views/frame/browser_frame_ash.h', | 2438 'browser/ui/views/frame/browser_frame_ash.h', |
| 2439 'browser/ui/views/frame/browser_header_painter_ash.cc', | 2439 'browser/ui/views/frame/browser_header_painter_ash.cc', |
| 2440 'browser/ui/views/frame/browser_header_painter_ash.h', | 2440 'browser/ui/views/frame/browser_header_painter_ash.h', |
| 2441 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', | 2441 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', |
| 2442 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', | 2442 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', |
| 2443 'browser/ui/views/frame/immersive_mode_controller_ash.cc', | 2443 'browser/ui/views/frame/immersive_mode_controller_ash.cc', |
| 2444 'browser/ui/views/frame/immersive_mode_controller_ash.h', | 2444 'browser/ui/views/frame/immersive_mode_controller_ash.h', |
| 2445 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', | 2445 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', |
| 2446 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', | 2446 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', |
| 2447 'browser/ui/views/frame/webapp_header_painter_ash.cc', |
| 2448 'browser/ui/views/frame/webapp_header_painter_ash.h', |
| 2447 'browser/ui/views/tabs/window_finder_ash.cc', | 2449 'browser/ui/views/tabs/window_finder_ash.cc', |
| 2448 ], | 2450 ], |
| 2449 # Used when Ash is enabled but not ChromeOS. | 2451 # Used when Ash is enabled but not ChromeOS. |
| 2450 'chrome_browser_ui_ash_non_chromeos': [ | 2452 'chrome_browser_ui_ash_non_chromeos': [ |
| 2451 'browser/ui/ash/chrome_shell_delegate_views.cc', | 2453 'browser/ui/ash/chrome_shell_delegate_views.cc', |
| 2452 'browser/ui/ash/multi_user/multi_user_context_menu.cc', | 2454 'browser/ui/ash/multi_user/multi_user_context_menu.cc', |
| 2453 'browser/ui/ash/multi_user/multi_user_context_menu.h', | 2455 'browser/ui/ash/multi_user/multi_user_context_menu.h', |
| 2454 'browser/ui/ash/session_state_delegate_views.cc', | 2456 'browser/ui/ash/session_state_delegate_views.cc', |
| 2455 'browser/ui/ash/session_state_delegate_views.h', | 2457 'browser/ui/ash/session_state_delegate_views.h', |
| 2456 ], | 2458 ], |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2959 }], | 2961 }], |
| 2960 ['OS!="android" and OS!="ios"', { | 2962 ['OS!="android" and OS!="ios"', { |
| 2961 'dependencies': [ | 2963 'dependencies': [ |
| 2962 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2964 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2963 ], | 2965 ], |
| 2964 }], | 2966 }], |
| 2965 ], | 2967 ], |
| 2966 }, | 2968 }, |
| 2967 ], | 2969 ], |
| 2968 } | 2970 } |
| OLD | NEW |