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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 393653004: Add unit tests for DesktopMediaPickerViews. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« 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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 'browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc', 1764 'browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc',
1765 'browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc', 1765 'browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc',
1766 'browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc', 1766 'browser/ui/views/bookmarks/bookmark_bubble_view_unittest.cc',
1767 'browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc', 1767 'browser/ui/views/bookmarks/bookmark_context_menu_unittest.cc',
1768 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc', 1768 'browser/ui/views/bookmarks/bookmark_editor_view_unittest.cc',
1769 'browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc', 1769 'browser/ui/views/bookmarks/bookmark_menu_delegate_unittest.cc',
1770 'browser/ui/views/bookmarks/bookmark_sync_promo_view_unittest.cc', 1770 'browser/ui/views/bookmarks/bookmark_sync_promo_view_unittest.cc',
1771 'browser/ui/views/confirm_bubble_views_unittest.cc', 1771 'browser/ui/views/confirm_bubble_views_unittest.cc',
1772 'browser/ui/views/constrained_window_views_unittest.cc', 1772 'browser/ui/views/constrained_window_views_unittest.cc',
1773 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', 1773 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc',
1774 'browser/ui/views/desktop_media_picker_views_unittest.cc',
1774 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 1775 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
1775 'browser/ui/views/extensions/media_galleries_dialog_views_unittest.cc', 1776 'browser/ui/views/extensions/media_galleries_dialog_views_unittest.cc',
1776 'browser/ui/views/first_run_bubble_unittest.cc', 1777 'browser/ui/views/first_run_bubble_unittest.cc',
1777 'browser/ui/views/frame/browser_view_layout_unittest.cc', 1778 'browser/ui/views/frame/browser_view_layout_unittest.cc',
1778 'browser/ui/views/frame/browser_view_unittest.cc', 1779 'browser/ui/views/frame/browser_view_unittest.cc',
1779 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc', 1780 'browser/ui/views/frame/immersive_mode_controller_ash_unittest.cc',
1780 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc', 1781 'browser/ui/views/frame/opaque_browser_frame_view_layout_unittest.cc',
1781 'browser/ui/views/frame/test_with_browser_view.cc', 1782 'browser/ui/views/frame/test_with_browser_view.cc',
1782 'browser/ui/views/frame/test_with_browser_view.h', 1783 'browser/ui/views/frame/test_with_browser_view.h',
1783 'browser/ui/views/frame/web_contents_close_handler_unittest.cc', 1784 'browser/ui/views/frame/web_contents_close_handler_unittest.cc',
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
2923 'dependencies': [ 2924 'dependencies': [
2924 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2925 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2925 ], 2926 ],
2926 }], 2927 }],
2927 ], 2928 ],
2928 }, 2929 },
2929 ], 2930 ],
2930 }], 2931 }],
2931 ], # 'conditions' 2932 ], # 'conditions'
2932 } 2933 }
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