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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 220373003: Prevent Chrome from quitting when apps are open. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'browser/mouseleave_browsertest.cc', 74 'browser/mouseleave_browsertest.cc',
75 'browser/notifications/notification_browsertest.cc', 75 'browser/notifications/notification_browsertest.cc',
76 'browser/password_manager/password_generation_interactive_uitest.cc', 76 'browser/password_manager/password_generation_interactive_uitest.cc',
77 'browser/renderer_context_menu/render_view_context_menu_browsertest_util .cc', 77 'browser/renderer_context_menu/render_view_context_menu_browsertest_util .cc',
78 'browser/renderer_context_menu/render_view_context_menu_browsertest_util .h', 78 'browser/renderer_context_menu/render_view_context_menu_browsertest_util .h',
79 'browser/task_manager/task_manager_browsertest_util.cc', 79 'browser/task_manager/task_manager_browsertest_util.cc',
80 'browser/ui/app_list/app_list_service_interactive_uitest.cc', 80 'browser/ui/app_list/app_list_service_interactive_uitest.cc',
81 'browser/ui/app_list/app_list_service_mac_interactive_uitest.mm', 81 'browser/ui/app_list/app_list_service_mac_interactive_uitest.mm',
82 'browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc', 82 'browser/ui/autofill/autofill_popup_controller_interactive_uitest.cc',
83 'browser/ui/browser_focus_uitest.cc', 83 'browser/ui/browser_focus_uitest.cc',
84 'browser/ui/cocoa/apps/quit_with_apps_controller_mac_interactive_uitest. cc',
84 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm', 85 'browser/ui/cocoa/panels/panel_cocoa_browsertest.mm',
85 'browser/ui/find_bar/find_bar_host_interactive_uitest.cc', 86 'browser/ui/find_bar/find_bar_host_interactive_uitest.cc',
86 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' , 87 'browser/ui/fullscreen/fullscreen_controller_interactive_browsertest.cc' ,
87 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte st.cc', 88 'browser/ui/fullscreen/fullscreen_controller_state_interactive_browserte st.cc',
88 'browser/ui/omnibox/omnibox_view_browsertest.cc', 89 'browser/ui/omnibox/omnibox_view_browsertest.cc',
89 'browser/ui/panels/base_panel_browser_test.cc', 90 'browser/ui/panels/base_panel_browser_test.cc',
90 'browser/ui/panels/base_panel_browser_test.h', 91 'browser/ui/panels/base_panel_browser_test.h',
91 'browser/ui/panels/detached_panel_browsertest.cc', 92 'browser/ui/panels/detached_panel_browsertest.cc',
92 'browser/ui/panels/docked_panel_browsertest.cc', 93 'browser/ui/panels/docked_panel_browsertest.cc',
93 'browser/ui/panels/panel_browsertest.cc', 94 'browser/ui/panels/panel_browsertest.cc',
(...skipping 2824 matching lines...) Expand 10 before | Expand all | Expand 10 after
2918 ['enable_webrtc==1', { 2919 ['enable_webrtc==1', {
2919 'dependencies': [ 2920 'dependencies': [
2920 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2921 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2921 ] 2922 ]
2922 }], 2923 }],
2923 ], 2924 ],
2924 }] 2925 }]
2925 }], 2926 }],
2926 ], # 'conditions' 2927 ], # 'conditions'
2927 } 2928 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698