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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 22265009: Implement initial version of scroll end effect Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Major rewrite to handle corner cases and clean up code Created 7 years, 3 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 | Annotate | Revision Log
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 'browser/ui/views/frame/minimize_button_metrics_win.cc', 1730 'browser/ui/views/frame/minimize_button_metrics_win.cc',
1731 'browser/ui/views/frame/minimize_button_metrics_win.h', 1731 'browser/ui/views/frame/minimize_button_metrics_win.h',
1732 'browser/ui/views/frame/native_browser_frame.h', 1732 'browser/ui/views/frame/native_browser_frame.h',
1733 'browser/ui/views/frame/opaque_browser_frame_view.cc', 1733 'browser/ui/views/frame/opaque_browser_frame_view.cc',
1734 'browser/ui/views/frame/opaque_browser_frame_view.h', 1734 'browser/ui/views/frame/opaque_browser_frame_view.h',
1735 'browser/ui/views/frame/popup_non_client_frame_view.cc', 1735 'browser/ui/views/frame/popup_non_client_frame_view.cc',
1736 'browser/ui/views/frame/popup_non_client_frame_view.h', 1736 'browser/ui/views/frame/popup_non_client_frame_view.h',
1737 'browser/ui/views/frame/scroll_end_effect_controller.h', 1737 'browser/ui/views/frame/scroll_end_effect_controller.h',
1738 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', 1738 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc',
1739 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', 1739 'browser/ui/views/frame/scroll_end_effect_controller_ash.h',
1740 'browser/ui/views/frame/scroll_end_effect_controller_delegate.h',
1740 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', 1741 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc',
1741 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', 1742 'browser/ui/views/frame/system_menu_insertion_delegate_win.h',
1742 'browser/ui/views/frame/system_menu_model_builder.cc', 1743 'browser/ui/views/frame/system_menu_model_builder.cc',
1743 'browser/ui/views/frame/system_menu_model_builder.h', 1744 'browser/ui/views/frame/system_menu_model_builder.h',
1744 'browser/ui/views/frame/system_menu_model_delegate.cc', 1745 'browser/ui/views/frame/system_menu_model_delegate.cc',
1745 'browser/ui/views/frame/system_menu_model_delegate.h', 1746 'browser/ui/views/frame/system_menu_model_delegate.h',
1746 'browser/ui/views/frame/taskbar_decorator.cc', 1747 'browser/ui/views/frame/taskbar_decorator.cc',
1747 'browser/ui/views/frame/taskbar_decorator.h', 1748 'browser/ui/views/frame/taskbar_decorator.h',
1748 'browser/ui/views/frame/taskbar_decorator_win.cc', 1749 'browser/ui/views/frame/taskbar_decorator_win.cc',
1749 'browser/ui/views/frame/top_container_view.cc', 1750 'browser/ui/views/frame/top_container_view.cc',
(...skipping 1362 matching lines...) Expand 10 before | Expand all | Expand 10 after
3112 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3113 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3113 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3114 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3114 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3115 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3115 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3116 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3116 ], 3117 ],
3117 }], 3118 }],
3118 ], 3119 ],
3119 }, 3120 },
3120 ], 3121 ],
3121 } 3122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698