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

Side by Side Diff: chrome/chrome_tests_unit.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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1713 matching lines...) Expand 10 before | Expand all | Expand 10 after
1724 'browser/ui/views/bookmarks/bookmark_sync_promo_view_unittest.cc', 1724 'browser/ui/views/bookmarks/bookmark_sync_promo_view_unittest.cc',
1725 'browser/ui/views/confirm_bubble_views_unittest.cc', 1725 'browser/ui/views/confirm_bubble_views_unittest.cc',
1726 'browser/ui/views/constrained_window_views_unittest.cc', 1726 'browser/ui/views/constrained_window_views_unittest.cc',
1727 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', 1727 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc',
1728 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1728 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1729 'browser/ui/views/first_run_bubble_unittest.cc', 1729 'browser/ui/views/first_run_bubble_unittest.cc',
1730 'browser/ui/views/frame/browser_view_layout_unittest.cc', 1730 'browser/ui/views/frame/browser_view_layout_unittest.cc',
1731 'browser/ui/views/frame/browser_view_unittest.cc', 1731 'browser/ui/views/frame/browser_view_unittest.cc',
1732 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 1732 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
1733 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc', 1733 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc',
1734 'browser/ui/views/frame/scroll_end_effect_controller_ash_unittest.cc',
1734 'browser/ui/views/frame/test_with_browser_view.cc', 1735 'browser/ui/views/frame/test_with_browser_view.cc',
1735 'browser/ui/views/frame/test_with_browser_view.h', 1736 'browser/ui/views/frame/test_with_browser_view.h',
1736 'browser/ui/views/toolbar/reload_button_unittest.cc', 1737 'browser/ui/views/toolbar/reload_button_unittest.cc',
1737 'browser/ui/views/select_file_dialog_extension_unittest.cc', 1738 'browser/ui/views/select_file_dialog_extension_unittest.cc',
1738 'browser/ui/views/status_icons/status_tray_win_unittest.cc', 1739 'browser/ui/views/status_icons/status_tray_win_unittest.cc',
1739 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc', 1740 'browser/ui/views/sync/one_click_signin_bubble_view_unittest.cc',
1740 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc', 1741 'browser/ui/views/tabs/fake_base_tab_strip_controller.cc',
1741 'browser/ui/views/tabs/fake_base_tab_strip_controller.h', 1742 'browser/ui/views/tabs/fake_base_tab_strip_controller.h',
1742 'browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc', 1743 'browser/ui/views/tabs/stacked_tab_strip_layout_unittest.cc',
1743 'browser/ui/views/tabs/tab_unittest.cc', 1744 'browser/ui/views/tabs/tab_unittest.cc',
(...skipping 1188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2932 'sources': [ 2933 'sources': [
2933 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2934 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2934 ], 2935 ],
2935 }], # 'OS=="win"' 2936 }], # 'OS=="win"'
2936 ], 2937 ],
2937 }, 2938 },
2938 ], 2939 ],
2939 }], 2940 }],
2940 ], # 'conditions' 2941 ], # 'conditions'
2941 } 2942 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698