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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6272016: Prevent non-Incognito windows in the Guest session. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/browser
Patch Set: fixed win warning + indent Created 9 years, 10 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/browser/ui/browser_navigator_browsertest_chromeos.cc ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2173 matching lines...) Expand 10 before | Expand all | Expand 10 after
2184 'browser/safe_browsing/safe_browsing_service_browsertest.cc', 2184 'browser/safe_browsing/safe_browsing_service_browsertest.cc',
2185 'browser/service/service_process_control_browsertest.cc', 2185 'browser/service/service_process_control_browsertest.cc',
2186 'browser/sessions/session_restore_browsertest.cc', 2186 'browser/sessions/session_restore_browsertest.cc',
2187 'browser/sessions/tab_restore_service_browsertest.cc', 2187 'browser/sessions/tab_restore_service_browsertest.cc',
2188 'browser/speech/speech_input_browsertest.cc', 2188 'browser/speech/speech_input_browsertest.cc',
2189 'browser/speech/speech_input_bubble_browsertest.cc', 2189 'browser/speech/speech_input_bubble_browsertest.cc',
2190 'browser/ssl/ssl_browser_tests.cc', 2190 'browser/ssl/ssl_browser_tests.cc',
2191 'browser/task_manager/task_manager_browsertest.cc', 2191 'browser/task_manager/task_manager_browsertest.cc',
2192 'browser/ui/browser_init_browsertest.cc', 2192 'browser/ui/browser_init_browsertest.cc',
2193 'browser/ui/browser_navigator_browsertest.cc', 2193 'browser/ui/browser_navigator_browsertest.cc',
2194 'browser/ui/browser_navigator_browsertest.h',
2195 'browser/ui/browser_navigator_browsertest_chromeos.cc',
2194 'browser/ui/cocoa/view_id_util_browsertest.mm', 2196 'browser/ui/cocoa/view_id_util_browsertest.mm',
2195 'browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm', 2197 'browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm',
2196 'browser/ui/cocoa/applescript/window_applescript_test.mm', 2198 'browser/ui/cocoa/applescript/window_applescript_test.mm',
2197 'browser/ui/find_bar/find_bar_host_browsertest.cc', 2199 'browser/ui/find_bar/find_bar_host_browsertest.cc',
2198 'browser/ui/login/login_prompt_browsertest.cc', 2200 'browser/ui/login/login_prompt_browsertest.cc',
2199 'browser/ui/views/browser_actions_container_browsertest.cc', 2201 'browser/ui/views/browser_actions_container_browsertest.cc',
2200 'browser/ui/views/dom_view_browsertest.cc', 2202 'browser/ui/views/dom_view_browsertest.cc',
2201 'browser/ui/views/html_dialog_view_browsertest.cc', 2203 'browser/ui/views/html_dialog_view_browsertest.cc',
2202 'renderer/autofill/form_autocomplete_browsertest.cc', 2204 'renderer/autofill/form_autocomplete_browsertest.cc',
2203 'renderer/autofill/form_manager_browsertest.cc', 2205 'renderer/autofill/form_manager_browsertest.cc',
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after
3697 ] 3699 ]
3698 }], # 'coverage!=0' 3700 }], # 'coverage!=0'
3699 ], # 'conditions' 3701 ], # 'conditions'
3700 } 3702 }
3701 3703
3702 # Local Variables: 3704 # Local Variables:
3703 # tab-width:2 3705 # tab-width:2
3704 # indent-tabs-mode:nil 3706 # indent-tabs-mode:nil
3705 # End: 3707 # End:
3706 # vim: set expandtab tabstop=2 shiftwidth=2: 3708 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_navigator_browsertest_chromeos.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698