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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 674303002: Remove stub ScrollEndEffectController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@athena_do_not_use_ash4_wallpaper
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 'browser/ui/views/frame/native_browser_frame_factory.h', 2030 'browser/ui/views/frame/native_browser_frame_factory.h',
2031 'browser/ui/views/frame/native_browser_frame_factory_chromeos.cc', 2031 'browser/ui/views/frame/native_browser_frame_factory_chromeos.cc',
2032 'browser/ui/views/frame/native_browser_frame.h', 2032 'browser/ui/views/frame/native_browser_frame.h',
2033 'browser/ui/views/frame/opaque_browser_frame_view_layout.cc', 2033 'browser/ui/views/frame/opaque_browser_frame_view_layout.cc',
2034 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h', 2034 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h',
2035 'browser/ui/views/frame/opaque_browser_frame_view_layout.h', 2035 'browser/ui/views/frame/opaque_browser_frame_view_layout.h',
2036 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc', 2036 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc',
2037 'browser/ui/views/frame/opaque_browser_frame_view_linux.h', 2037 'browser/ui/views/frame/opaque_browser_frame_view_linux.h',
2038 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc', 2038 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc',
2039 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h', 2039 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h',
2040 'browser/ui/views/frame/scroll_end_effect_controller.h',
2041 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', 2040 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc',
2042 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', 2041 'browser/ui/views/frame/system_menu_insertion_delegate_win.h',
2043 'browser/ui/views/frame/system_menu_model_builder.cc', 2042 'browser/ui/views/frame/system_menu_model_builder.cc',
2044 'browser/ui/views/frame/system_menu_model_builder.h', 2043 'browser/ui/views/frame/system_menu_model_builder.h',
2045 'browser/ui/views/frame/system_menu_model_delegate.cc', 2044 'browser/ui/views/frame/system_menu_model_delegate.cc',
2046 'browser/ui/views/frame/system_menu_model_delegate.h', 2045 'browser/ui/views/frame/system_menu_model_delegate.h',
2047 'browser/ui/views/frame/taskbar_decorator.h', 2046 'browser/ui/views/frame/taskbar_decorator.h',
2048 'browser/ui/views/frame/taskbar_decorator_win.cc', 2047 'browser/ui/views/frame/taskbar_decorator_win.cc',
2049 'browser/ui/views/frame/top_container_view.cc', 2048 'browser/ui/views/frame/top_container_view.cc',
2050 'browser/ui/views/frame/top_container_view.h', 2049 'browser/ui/views/frame/top_container_view.h',
(...skipping 376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2427 # Ash + Views. 2426 # Ash + Views.
2428 'chrome_browser_ui_ash_views_sources': [ 2427 'chrome_browser_ui_ash_views_sources': [
2429 'browser/ui/views/frame/browser_frame_ash.cc', 2428 'browser/ui/views/frame/browser_frame_ash.cc',
2430 'browser/ui/views/frame/browser_frame_ash.h', 2429 'browser/ui/views/frame/browser_frame_ash.h',
2431 'browser/ui/views/frame/browser_header_painter_ash.cc', 2430 'browser/ui/views/frame/browser_header_painter_ash.cc',
2432 'browser/ui/views/frame/browser_header_painter_ash.h', 2431 'browser/ui/views/frame/browser_header_painter_ash.h',
2433 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc', 2432 'browser/ui/views/frame/browser_non_client_frame_view_ash.cc',
2434 'browser/ui/views/frame/browser_non_client_frame_view_ash.h', 2433 'browser/ui/views/frame/browser_non_client_frame_view_ash.h',
2435 'browser/ui/views/frame/immersive_mode_controller_ash.cc', 2434 'browser/ui/views/frame/immersive_mode_controller_ash.cc',
2436 'browser/ui/views/frame/immersive_mode_controller_ash.h', 2435 'browser/ui/views/frame/immersive_mode_controller_ash.h',
2437 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc',
2438 'browser/ui/views/frame/scroll_end_effect_controller_ash.h',
2439 'browser/ui/views/tabs/window_finder_ash.cc', 2436 'browser/ui/views/tabs/window_finder_ash.cc',
2440 ], 2437 ],
2441 # Used when Ash is enabled but not Athena. 2438 # Used when Ash is enabled but not Athena.
2442 'chrome_browser_ui_ash_non_athena_sources': [ 2439 'chrome_browser_ui_ash_non_athena_sources': [
2443 'browser/ui/ash/ash_init.cc', 2440 'browser/ui/ash/ash_init.cc',
2444 'browser/ui/ash/ash_init.h', 2441 'browser/ui/ash/ash_init.h',
2445 'browser/ui/ash/app_list/app_list_controller_ash.cc', 2442 'browser/ui/ash/app_list/app_list_controller_ash.cc',
2446 'browser/ui/ash/app_list/app_list_controller_ash.h', 2443 'browser/ui/ash/app_list/app_list_controller_ash.h',
2447 'browser/ui/ash/app_list/app_list_service_ash.cc', 2444 'browser/ui/ash/app_list/app_list_service_ash.cc',
2448 'browser/ui/ash/app_list/app_list_service_ash.h', 2445 'browser/ui/ash/app_list/app_list_service_ash.h',
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
3032 }], 3029 }],
3033 ['OS!="android" and OS!="ios"', { 3030 ['OS!="android" and OS!="ios"', {
3034 'dependencies': [ 3031 'dependencies': [
3035 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3032 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3036 ], 3033 ],
3037 }], 3034 }],
3038 ], 3035 ],
3039 }, 3036 },
3040 ], 3037 ],
3041 } 3038 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/scroll_end_effect_controller_ash.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698