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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 545643002: mac: Add basic layout unit test for fullscreen transition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from rsesek. Created 6 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
« no previous file with comments | « chrome/browser/ui/cocoa/presentation_mode_controller_unittest.mm ('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 1604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1615 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittes t.mm', 1615 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittes t.mm',
1616 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_contr oller_unittest.mm', 1616 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_contr oller_unittest.mm',
1617 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm', 1617 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm',
1618 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_co ntroller_unittest.mm', 1618 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_co ntroller_unittest.mm',
1619 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest. mm', 1619 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest. mm',
1620 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controll er_unittest.mm', 1620 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controll er_unittest.mm',
1621 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_cont roller_unittest.mm', 1621 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_cont roller_unittest.mm',
1622 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_control ler_unittest.mm', 1622 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_control ler_unittest.mm',
1623 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h', 1623 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h',
1624 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm', 1624 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm',
1625 'browser/ui/cocoa/presentation_mode_controller_unittest.mm',
1625 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', 1626 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm',
1626 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', 1627 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm',
1627 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm', 1628 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm',
1628 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', 1629 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm',
1629 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', 1630 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm',
1630 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', 1631 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm',
1631 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', 1632 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm',
1632 'browser/ui/cocoa/run_loop_testing_unittest.mm', 1633 'browser/ui/cocoa/run_loop_testing_unittest.mm',
1633 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', 1634 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm',
1634 'browser/ui/cocoa/sprite_view_unittest.mm', 1635 'browser/ui/cocoa/sprite_view_unittest.mm',
(...skipping 1229 matching lines...) Expand 10 before | Expand all | Expand 10 after
2864 'dependencies': [ 2865 'dependencies': [
2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2866 ], 2867 ],
2867 }], 2868 }],
2868 ], 2869 ],
2869 }, 2870 },
2870 ], 2871 ],
2871 }], 2872 }],
2872 ], # 'conditions' 2873 ], # 'conditions'
2873 } 2874 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/presentation_mode_controller_unittest.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698