Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(458)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 617543002: Disable overscroll on Windows machines w/o touchscreen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unwanted changes. Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 'browser/ui/browser_instant_controller.cc', 139 'browser/ui/browser_instant_controller.cc',
140 'browser/ui/browser_instant_controller.h', 140 'browser/ui/browser_instant_controller.h',
141 'browser/ui/browser_mac.cc', 141 'browser/ui/browser_mac.cc',
142 'browser/ui/browser_mac.h', 142 'browser/ui/browser_mac.h',
143 'browser/ui/browser_navigator.cc', 143 'browser/ui/browser_navigator.cc',
144 'browser/ui/browser_navigator.h', 144 'browser/ui/browser_navigator.h',
145 'browser/ui/browser_otr_state_android.cc', 145 'browser/ui/browser_otr_state_android.cc',
146 'browser/ui/browser_tab_restorer.cc', 146 'browser/ui/browser_tab_restorer.cc',
147 'browser/ui/browser_ui_prefs.cc', 147 'browser/ui/browser_ui_prefs.cc',
148 'browser/ui/browser_ui_prefs.h', 148 'browser/ui/browser_ui_prefs.h',
149 'browser/ui/browser_util_win.cc',
149 'browser/ui/browser_win.cc', 150 'browser/ui/browser_win.cc',
150 'browser/ui/browser_window.h', 151 'browser/ui/browser_window.h',
151 'browser/ui/browser_window_state.cc', 152 'browser/ui/browser_window_state.cc',
152 'browser/ui/browser_window_state.h', 153 'browser/ui/browser_window_state.h',
153 'browser/ui/browser_window_testing_views.h', 154 'browser/ui/browser_window_testing_views.h',
154 'browser/ui/chrome_select_file_policy.cc', 155 'browser/ui/chrome_select_file_policy.cc',
155 'browser/ui/chrome_select_file_policy.h', 156 'browser/ui/chrome_select_file_policy.h',
156 'browser/ui/cocoa/accelerator_utils_cocoa.mm', 157 'browser/ui/cocoa/accelerator_utils_cocoa.mm',
157 'browser/ui/cocoa/about_ipc_controller.h', 158 'browser/ui/cocoa/about_ipc_controller.h',
158 'browser/ui/cocoa/about_ipc_controller.mm', 159 'browser/ui/cocoa/about_ipc_controller.mm',
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'browser/ui/browser_tab_restore_service_delegate.cc', 1393 'browser/ui/browser_tab_restore_service_delegate.cc',
1393 'browser/ui/browser_tab_restore_service_delegate.h', 1394 'browser/ui/browser_tab_restore_service_delegate.h',
1394 'browser/ui/browser_tab_strip_model_delegate.cc', 1395 'browser/ui/browser_tab_strip_model_delegate.cc',
1395 'browser/ui/browser_tab_strip_model_delegate.h', 1396 'browser/ui/browser_tab_strip_model_delegate.h',
1396 'browser/ui/browser_tabrestore.cc', 1397 'browser/ui/browser_tabrestore.cc',
1397 'browser/ui/browser_tabrestore.h', 1398 'browser/ui/browser_tabrestore.h',
1398 'browser/ui/browser_tabstrip.cc', 1399 'browser/ui/browser_tabstrip.cc',
1399 'browser/ui/browser_tabstrip.h', 1400 'browser/ui/browser_tabstrip.h',
1400 'browser/ui/browser_toolbar_model_delegate.cc', 1401 'browser/ui/browser_toolbar_model_delegate.cc',
1401 'browser/ui/browser_toolbar_model_delegate.h', 1402 'browser/ui/browser_toolbar_model_delegate.h',
1403 'browser/ui/browser_util.cc',
1404 'browser/ui/browser_util.h',
1402 'browser/ui/browser_view_prefs.cc', 1405 'browser/ui/browser_view_prefs.cc',
1403 'browser/ui/browser_view_prefs.h', 1406 'browser/ui/browser_view_prefs.h',
1404 'browser/ui/chrome_pages.cc', 1407 'browser/ui/chrome_pages.cc',
1405 'browser/ui/chrome_pages.h', 1408 'browser/ui/chrome_pages.h',
1406 'browser/ui/chrome_style.cc', 1409 'browser/ui/chrome_style.cc',
1407 'browser/ui/chrome_style.h', 1410 'browser/ui/chrome_style.h',
1408 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc', 1411 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc',
1409 'browser/ui/chrome_web_modal_dialog_manager_delegate.h', 1412 'browser/ui/chrome_web_modal_dialog_manager_delegate.h',
1410 'browser/ui/collected_cookies_infobar_delegate.cc', 1413 'browser/ui/collected_cookies_infobar_delegate.cc',
1411 'browser/ui/collected_cookies_infobar_delegate.h', 1414 'browser/ui/collected_cookies_infobar_delegate.h',
(...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after
2984 }], 2987 }],
2985 ['OS!="android" and OS!="ios"', { 2988 ['OS!="android" and OS!="ios"', {
2986 'dependencies': [ 2989 'dependencies': [
2987 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2990 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2988 ], 2991 ],
2989 }], 2992 }],
2990 ], 2993 ],
2991 }, 2994 },
2992 ], 2995 ],
2993 } 2996 }
OLDNEW
« chrome/browser/ui/browser_util.h ('K') | « chrome/browser/ui/views/tabs/tab.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698