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

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: Responded to outstanding comments from sadrul@ Created 7 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 | 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 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after
1861 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h', 1861 'browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h',
1862 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h', 1862 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.h',
1863 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc', 1863 'browser/ui/views/frame/opaque_browser_frame_view_platform_specific.cc',
1864 'browser/ui/views/frame/opaque_browser_frame_view_linux.h', 1864 'browser/ui/views/frame/opaque_browser_frame_view_linux.h',
1865 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc', 1865 'browser/ui/views/frame/opaque_browser_frame_view_linux.cc',
1866 'browser/ui/views/frame/popup_non_client_frame_view.cc', 1866 'browser/ui/views/frame/popup_non_client_frame_view.cc',
1867 'browser/ui/views/frame/popup_non_client_frame_view.h', 1867 'browser/ui/views/frame/popup_non_client_frame_view.h',
1868 'browser/ui/views/frame/scroll_end_effect_controller.h', 1868 'browser/ui/views/frame/scroll_end_effect_controller.h',
1869 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc', 1869 'browser/ui/views/frame/scroll_end_effect_controller_ash.cc',
1870 'browser/ui/views/frame/scroll_end_effect_controller_ash.h', 1870 'browser/ui/views/frame/scroll_end_effect_controller_ash.h',
1871 'browser/ui/views/frame/scroll_end_effect_controller_delegate.h',
1871 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc', 1872 'browser/ui/views/frame/system_menu_insertion_delegate_win.cc',
1872 'browser/ui/views/frame/system_menu_insertion_delegate_win.h', 1873 'browser/ui/views/frame/system_menu_insertion_delegate_win.h',
1873 'browser/ui/views/frame/system_menu_model_builder.cc', 1874 'browser/ui/views/frame/system_menu_model_builder.cc',
1874 'browser/ui/views/frame/system_menu_model_builder.h', 1875 'browser/ui/views/frame/system_menu_model_builder.h',
1875 'browser/ui/views/frame/system_menu_model_delegate.cc', 1876 'browser/ui/views/frame/system_menu_model_delegate.cc',
1876 'browser/ui/views/frame/system_menu_model_delegate.h', 1877 'browser/ui/views/frame/system_menu_model_delegate.h',
1877 'browser/ui/views/frame/taskbar_decorator.cc', 1878 'browser/ui/views/frame/taskbar_decorator.cc',
1878 'browser/ui/views/frame/taskbar_decorator.h', 1879 'browser/ui/views/frame/taskbar_decorator.h',
1879 'browser/ui/views/frame/taskbar_decorator_win.cc', 1880 'browser/ui/views/frame/taskbar_decorator_win.cc',
1880 'browser/ui/views/frame/top_container_view.cc', 1881 'browser/ui/views/frame/top_container_view.cc',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
3313 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3314 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3314 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3315 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3315 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3316 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3316 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3317 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3317 ], 3318 ],
3318 }], 3319 }],
3319 ], 3320 ],
3320 }, 3321 },
3321 ], 3322 ],
3322 } 3323 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/frame/scroll_end_effect_controller_delegate.h ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698