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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8427003: Revert 107949 - Add a browsertest for bug 75604 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « no previous file | chrome/test/data/webkit/async_script_abort_on_end.html » ('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 (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 2594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2605 '../content/browser/file_system/file_system_browsertest.cc', 2605 '../content/browser/file_system/file_system_browsertest.cc',
2606 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2606 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2607 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2607 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2608 '../content/browser/plugin_service_browsertest.cc', 2608 '../content/browser/plugin_service_browsertest.cc',
2609 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2609 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2610 '../content/browser/renderer_host/render_process_host_browsertest.h', 2610 '../content/browser/renderer_host/render_process_host_browsertest.h',
2611 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2611 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2612 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2612 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2613 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2613 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2614 '../content/browser/speech/speech_input_browsertest.cc', 2614 '../content/browser/speech/speech_input_browsertest.cc',
2615 '../content/browser/webkit_browsertest.cc',
2616 '../content/renderer/render_view_browsertest.cc', 2615 '../content/renderer/render_view_browsertest.cc',
2617 '../content/renderer/render_view_browsertest_mac.mm', 2616 '../content/renderer/render_view_browsertest_mac.mm',
2618 '../content/test/render_widget_browsertest.cc', 2617 '../content/test/render_widget_browsertest.cc',
2619 '../content/test/render_widget_browsertest.h', 2618 '../content/test/render_widget_browsertest.h',
2620 '../content/test/test_launcher.cc', 2619 '../content/test/test_launcher.cc',
2621 '../content/test/test_launcher.h', 2620 '../content/test/test_launcher.h',
2622 ], 2621 ],
2623 'rules': [ 2622 'rules': [
2624 { 2623 {
2625 'rule_name': 'js2webui', 2624 'rule_name': 'js2webui',
(...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after
4150 # Use outputs of this action as inputs for the main target build. 4149 # Use outputs of this action as inputs for the main target build.
4151 # Seems as a misnomer but makes this happy on Linux (scons). 4150 # Seems as a misnomer but makes this happy on Linux (scons).
4152 'process_outputs_as_sources': 1, 4151 'process_outputs_as_sources': 1,
4153 }, 4152 },
4154 ], # 'actions' 4153 ], # 'actions'
4155 }, 4154 },
4156 ] 4155 ]
4157 }], # 'coverage!=0' 4156 }], # 'coverage!=0'
4158 ], # 'conditions' 4157 ], # 'conditions'
4159 } 4158 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webkit/async_script_abort_on_end.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698