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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 646703002: mac: Use a full-size content view (reland 1). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from avi. Created 6 years, 2 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/version_independent_window.mm ('k') | chrome/common/chrome_switches.h » ('j') | 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest. mm', 1068 'browser/ui/cocoa/passwords/manage_password_item_view_controller_unittest. mm',
1069 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_control ler_unittest.mm', 1069 'browser/ui/cocoa/passwords/manage_passwords_bubble_blacklist_view_control ler_unittest.mm',
1070 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm', 1070 'browser/ui/cocoa/passwords/manage_passwords_bubble_cocoa_unittest.mm',
1071 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont roller_unittest.mm', 1071 'browser/ui/cocoa/passwords/manage_passwords_bubble_confirmation_view_cont roller_unittest.mm',
1072 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm ', 1072 'browser/ui/cocoa/passwords/manage_passwords_bubble_controller_unittest.mm ',
1073 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller _unittest.mm', 1073 'browser/ui/cocoa/passwords/manage_passwords_bubble_manage_view_controller _unittest.mm',
1074 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro ller_unittest.mm', 1074 'browser/ui/cocoa/passwords/manage_passwords_bubble_never_save_view_contro ller_unittest.mm',
1075 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r_unittest.mm', 1075 'browser/ui/cocoa/passwords/manage_passwords_bubble_pending_view_controlle r_unittest.mm',
1076 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h', 1076 'browser/ui/cocoa/passwords/manage_passwords_controller_test.h',
1077 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm', 1077 'browser/ui/cocoa/passwords/manage_passwords_controller_test.mm',
1078 'browser/ui/cocoa/presentation_mode_controller_unittest.mm',
1079 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm', 1078 'browser/ui/cocoa/profiles/avatar_button_controller_unittest.mm',
1080 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm', 1079 'browser/ui/cocoa/profiles/avatar_icon_controller_unittest.mm',
1081 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm', 1080 'browser/ui/cocoa/profiles/avatar_label_button_unittest.mm',
1082 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm', 1081 'browser/ui/cocoa/profiles/avatar_menu_bubble_controller_unittest.mm',
1083 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm', 1082 'browser/ui/cocoa/profiles/profile_chooser_controller_unittest.mm',
1084 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm', 1083 'browser/ui/cocoa/profiles/profile_menu_controller_unittest.mm',
1085 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm', 1084 'browser/ui/cocoa/profiles/user_manager_mac_unittest.mm',
1086 'browser/ui/cocoa/run_loop_testing_unittest.mm', 1085 'browser/ui/cocoa/run_loop_testing_unittest.mm',
1087 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm', 1086 'browser/ui/cocoa/screen_capture_notification_ui_cocoa_unittest.mm',
1088 'browser/ui/cocoa/sprite_view_unittest.mm', 1087 'browser/ui/cocoa/sprite_view_unittest.mm',
(...skipping 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
2865 'dependencies': [ 2864 'dependencies': [
2866 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2865 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2867 ], 2866 ],
2868 }], 2867 }],
2869 ], 2868 ],
2870 }, 2869 },
2871 ], 2870 ],
2872 }], 2871 }],
2873 ], # 'conditions' 2872 ], # 'conditions'
2874 } 2873 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/version_independent_window.mm ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698