| 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 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1125 'browser/ui/webui/version_ui.h', | 1125 'browser/ui/webui/version_ui.h', |
| 1126 'browser/ui/webui/welcome_handler_android.cc', | 1126 'browser/ui/webui/welcome_handler_android.cc', |
| 1127 'browser/ui/webui/welcome_handler_android.h', | 1127 'browser/ui/webui/welcome_handler_android.h', |
| 1128 'browser/ui/webui/welcome_ui_android.cc', | 1128 'browser/ui/webui/welcome_ui_android.cc', |
| 1129 'browser/ui/webui/welcome_ui_android.h', | 1129 'browser/ui/webui/welcome_ui_android.h', |
| 1130 'browser/ui/window_sizer/window_sizer_mac.mm', | 1130 'browser/ui/window_sizer/window_sizer_mac.mm', |
| 1131 'browser/ui/zoom/zoom_controller.cc', | 1131 'browser/ui/zoom/zoom_controller.cc', |
| 1132 'browser/ui/zoom/zoom_controller.h', | 1132 'browser/ui/zoom/zoom_controller.h', |
| 1133 'browser/ui/zoom/zoom_event_manager.cc', | 1133 'browser/ui/zoom/zoom_event_manager.cc', |
| 1134 'browser/ui/zoom/zoom_event_manager.h', | 1134 'browser/ui/zoom/zoom_event_manager.h', |
| 1135 'browser/ui/zoom/zoom_level_prefs_store_impl.cc', |
| 1136 'browser/ui/zoom/zoom_level_prefs_store_impl.h', |
| 1135 'browser/ui/zoom/zoom_observer.h', | 1137 'browser/ui/zoom/zoom_observer.h', |
| 1136 ], | 1138 ], |
| 1137 # Note that we assume app list is enabled on all views builds, so the | 1139 # Note that we assume app list is enabled on all views builds, so the |
| 1138 # views-specific app list files are in the views section. | 1140 # views-specific app list files are in the views section. |
| 1139 'chrome_browser_ui_app_list_sources': [ | 1141 'chrome_browser_ui_app_list_sources': [ |
| 1140 'browser/ui/views/app_list/app_list_dialog_container.cc', | 1142 'browser/ui/views/app_list/app_list_dialog_container.cc', |
| 1141 'browser/ui/views/app_list/app_list_dialog_container.h', | 1143 'browser/ui/views/app_list/app_list_dialog_container.h', |
| 1142 'browser/ui/views/app_list/win/activation_tracker_win.cc', | 1144 'browser/ui/views/app_list/win/activation_tracker_win.cc', |
| 1143 'browser/ui/views/app_list/win/activation_tracker_win.h', | 1145 'browser/ui/views/app_list/win/activation_tracker_win.h', |
| 1144 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', | 1146 'browser/ui/views/app_list/win/app_list_controller_delegate_win.cc', |
| (...skipping 1832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2977 }], | 2979 }], |
| 2978 ['OS!="android" and OS!="ios"', { | 2980 ['OS!="android" and OS!="ios"', { |
| 2979 'dependencies': [ | 2981 'dependencies': [ |
| 2980 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2982 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2981 ], | 2983 ], |
| 2982 }], | 2984 }], |
| 2983 ], | 2985 ], |
| 2984 }, | 2986 }, |
| 2985 ], | 2987 ], |
| 2986 } | 2988 } |
| OLD | NEW |