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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9836066: Have content cancel requests for ResourceContexts when they shutdown, instead of depending on the e… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2891 matching lines...) Expand 10 before | Expand all | Expand 10 after
2902 '../content/app/startup_helper_win.cc', 2902 '../content/app/startup_helper_win.cc',
2903 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2903 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
2904 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 2904 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2905 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2905 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
2906 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 2906 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
2907 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2907 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2908 '../content/browser/child_process_security_policy_browsertest.cc', 2908 '../content/browser/child_process_security_policy_browsertest.cc',
2909 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2909 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2910 '../content/browser/download/mhtml_generation_browsertest.cc', 2910 '../content/browser/download/mhtml_generation_browsertest.cc',
2911 '../content/browser/fileapi/file_system_browsertest.cc', 2911 '../content/browser/fileapi/file_system_browsertest.cc',
2912 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2913 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2912 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2914 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', 2913 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
2915 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2914 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2916 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2915 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2917 '../content/browser/plugin_service_impl_browsertest.cc', 2916 '../content/browser/plugin_service_impl_browsertest.cc',
2918 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2917 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2919 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2918 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2920 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2919 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2921 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2920 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2922 '../content/browser/speech/speech_recognition_browsertest.cc', 2921 '../content/browser/speech/speech_recognition_browsertest.cc',
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after
4595 # Use outputs of this action as inputs for the main target build. 4594 # Use outputs of this action as inputs for the main target build.
4596 # Seems as a misnomer but makes this happy on Linux (scons). 4595 # Seems as a misnomer but makes this happy on Linux (scons).
4597 'process_outputs_as_sources': 1, 4596 'process_outputs_as_sources': 1,
4598 }, 4597 },
4599 ], # 'actions' 4598 ], # 'actions'
4600 }, 4599 },
4601 ] 4600 ]
4602 }], # 'coverage!=0' 4601 }], # 'coverage!=0'
4603 ], # 'conditions' 4602 ], # 'conditions'
4604 } 4603 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | content/browser/in_process_webkit/dom_storage_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698