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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9956117: DomStorageBrowserTest sanity check (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 '../content/app/startup_helper_win.cc', 2961 '../content/app/startup_helper_win.cc',
2962 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ', 2962 '../content/browser/accessibility/dump_accessibility_tree_browsertest.cc ',
2963 '../content/browser/accessibility/dump_accessibility_tree_helper.cc', 2963 '../content/browser/accessibility/dump_accessibility_tree_helper.cc',
2964 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' , 2964 '../content/browser/accessibility/dump_accessibility_tree_helper_mac.mm' ,
2965 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' , 2965 '../content/browser/accessibility/dump_accessibility_tree_helper_win.cc' ,
2966 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' , 2966 '../content/browser/accessibility/renderer_accessibility_browsertest.cc' ,
2967 '../content/browser/appcache/appcache_browsertest.cc', 2967 '../content/browser/appcache/appcache_browsertest.cc',
2968 '../content/browser/audio_browsertest.cc', 2968 '../content/browser/audio_browsertest.cc',
2969 '../content/browser/child_process_security_policy_browsertest.cc', 2969 '../content/browser/child_process_security_policy_browsertest.cc',
2970 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2970 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2971 '../content/browser/dom_storage/dom_storage_browsertest.cc',
2971 '../content/browser/download/mhtml_generation_browsertest.cc', 2972 '../content/browser/download/mhtml_generation_browsertest.cc',
2972 '../content/browser/fileapi/file_system_browsertest.cc', 2973 '../content/browser/fileapi/file_system_browsertest.cc',
2973 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2974 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2974 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2975 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc', 2975 '../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
2976 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc', 2976 '../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
2977 '../content/browser/media_browsertest.cc', 2977 '../content/browser/media_browsertest.cc',
2978 '../content/browser/plugin_data_remover_impl_browsertest.cc', 2978 '../content/browser/plugin_data_remover_impl_browsertest.cc',
2979 '../content/browser/plugin_service_impl_browsertest.cc', 2979 '../content/browser/plugin_service_impl_browsertest.cc',
2980 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2980 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2981 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2981 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2982 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2982 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2983 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2983 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
(...skipping 1687 matching lines...) Expand 10 before | Expand all | Expand 10 after
4671 # Use outputs of this action as inputs for the main target build. 4671 # Use outputs of this action as inputs for the main target build.
4672 # Seems as a misnomer but makes this happy on Linux (scons). 4672 # Seems as a misnomer but makes this happy on Linux (scons).
4673 'process_outputs_as_sources': 1, 4673 'process_outputs_as_sources': 1,
4674 }, 4674 },
4675 ], # 'actions' 4675 ], # 'actions'
4676 }, 4676 },
4677 ] 4677 ]
4678 }], # 'coverage!=0' 4678 }], # 'coverage!=0'
4679 ], # 'conditions' 4679 ], # 'conditions'
4680 } 4680 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698