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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2928004: Add unit test and supporting code to test process overflow case. (Closed)
Patch Set: linux compile error Created 10 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/browser/renderer_host/test/render_process_host_browsertest.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 'browser/extensions/stubs_apitest.cc', 1440 'browser/extensions/stubs_apitest.cc',
1441 'browser/find_bar_host_browsertest.cc', 1441 'browser/find_bar_host_browsertest.cc',
1442 'browser/first_run_browsertest.cc', 1442 'browser/first_run_browsertest.cc',
1443 'browser/geolocation/access_token_store_browsertest.cc', 1443 'browser/geolocation/access_token_store_browsertest.cc',
1444 'browser/geolocation/geolocation_browsertest.cc', 1444 'browser/geolocation/geolocation_browsertest.cc',
1445 'browser/gtk/view_id_util_browsertest.cc', 1445 'browser/gtk/view_id_util_browsertest.cc',
1446 'browser/net/cookie_policy_browsertest.cc', 1446 'browser/net/cookie_policy_browsertest.cc',
1447 'browser/net/ftp_browsertest.cc', 1447 'browser/net/ftp_browsertest.cc',
1448 'browser/printing/print_dialog_cloud_uitest.cc', 1448 'browser/printing/print_dialog_cloud_uitest.cc',
1449 'browser/renderer_host/test/web_cache_manager_browsertest.cc', 1449 'browser/renderer_host/test/web_cache_manager_browsertest.cc',
1450 'browser/renderer_host/test/render_process_host_browsertest.cc',
1450 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', 1451 'browser/renderer_host/test/render_view_host_manager_browsertest.cc',
1451 'browser/sessions/session_restore_browsertest.cc', 1452 'browser/sessions/session_restore_browsertest.cc',
1452 'browser/ssl/ssl_browser_tests.cc', 1453 'browser/ssl/ssl_browser_tests.cc',
1453 'browser/task_manager_browsertest.cc', 1454 'browser/task_manager_browsertest.cc',
1454 'browser/views/browser_actions_container_browsertest.cc', 1455 'browser/views/browser_actions_container_browsertest.cc',
1455 'renderer/form_autocomplete_browsertest.cc', 1456 'renderer/form_autocomplete_browsertest.cc',
1456 'test/automation/dom_automation_browsertest.cc', 1457 'test/automation/dom_automation_browsertest.cc',
1457 'test/in_process_browser_test.cc', 1458 'test/in_process_browser_test.cc',
1458 'test/in_process_browser_test.h', 1459 'test/in_process_browser_test.h',
1459 'test/render_view_test.cc', 1460 'test/render_view_test.cc',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
2565 ] 2566 ]
2566 }], # 'coverage!=0' 2567 }], # 'coverage!=0'
2567 ], # 'conditions' 2568 ], # 'conditions'
2568 } 2569 }
2569 2570
2570 # Local Variables: 2571 # Local Variables:
2571 # tab-width:2 2572 # tab-width:2
2572 # indent-tabs-mode:nil 2573 # indent-tabs-mode:nil
2573 # End: 2574 # End:
2574 # vim: set expandtab tabstop=2 shiftwidth=2: 2575 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/test/render_process_host_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698