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 2292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2303 'browser/ui/views/screen_capture_notification_ui_views.cc', | 2303 'browser/ui/views/screen_capture_notification_ui_views.cc', |
2304 ], | 2304 ], |
2305 # Cross-platform aura sources. | 2305 # Cross-platform aura sources. |
2306 'chrome_browser_ui_aura_sources': [ | 2306 'chrome_browser_ui_aura_sources': [ |
2307 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', | 2307 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', |
2308 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', | 2308 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', |
2309 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', | 2309 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', |
2310 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 2310 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
2311 'browser/ui/gesture_prefs_observer_factory_aura.cc', | 2311 'browser/ui/gesture_prefs_observer_factory_aura.cc', |
2312 'browser/ui/gesture_prefs_observer_factory_aura.h', | 2312 'browser/ui/gesture_prefs_observer_factory_aura.h', |
| 2313 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc', |
| 2314 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h', |
2313 'browser/ui/webui/gesture_config_ui.cc', | 2315 'browser/ui/webui/gesture_config_ui.cc', |
2314 'browser/ui/webui/gesture_config_ui.h', | 2316 'browser/ui/webui/gesture_config_ui.h', |
2315 'browser/ui/window_sizer/window_sizer_aura.cc', | 2317 'browser/ui/window_sizer/window_sizer_aura.cc', |
2316 ], | 2318 ], |
2317 'chrome_browser_ui_non_aura_sources': [ | 2319 'chrome_browser_ui_non_aura_sources': [ |
2318 'browser/ui/profile_reset_bubble_stub.cc', | 2320 'browser/ui/profile_reset_bubble_stub.cc', |
2319 ], | 2321 ], |
2320 # Aura but not ChromeOS. | 2322 # Aura but not ChromeOS. |
2321 'chrome_browser_ui_aura_non_chromeos': [ | 2323 'chrome_browser_ui_aura_non_chromeos': [ |
2322 'browser/ui/aura/active_desktop_monitor.cc', | 2324 'browser/ui/aura/active_desktop_monitor.cc', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2982 }], | 2984 }], |
2983 ['OS!="android" and OS!="ios"', { | 2985 ['OS!="android" and OS!="ios"', { |
2984 'dependencies': [ | 2986 'dependencies': [ |
2985 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2987 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2986 ], | 2988 ], |
2987 }], | 2989 }], |
2988 ], | 2990 ], |
2989 }, | 2991 }, |
2990 ], | 2992 ], |
2991 } | 2993 } |
OLD | NEW |