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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8404001: Add a browsertest for bug 75604 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remediate to mmenke review 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
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 2559 matching lines...) Expand 10 before | Expand all | Expand 10 after
2570 '../content/browser/file_system/file_system_browsertest.cc', 2570 '../content/browser/file_system/file_system_browsertest.cc',
2571 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2571 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2572 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2572 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2573 '../content/browser/plugin_service_browsertest.cc', 2573 '../content/browser/plugin_service_browsertest.cc',
2574 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2574 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2575 '../content/browser/renderer_host/render_process_host_browsertest.h', 2575 '../content/browser/renderer_host/render_process_host_browsertest.h',
2576 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2576 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2577 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2577 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2578 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2578 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2579 '../content/browser/speech/speech_input_browsertest.cc', 2579 '../content/browser/speech/speech_input_browsertest.cc',
2580 '../content/browser/webkit_browsertest.cc',
2580 '../content/renderer/render_view_browsertest.cc', 2581 '../content/renderer/render_view_browsertest.cc',
2581 '../content/renderer/render_view_browsertest_mac.mm', 2582 '../content/renderer/render_view_browsertest_mac.mm',
2582 '../content/test/render_widget_browsertest.cc', 2583 '../content/test/render_widget_browsertest.cc',
2583 '../content/test/render_widget_browsertest.h', 2584 '../content/test/render_widget_browsertest.h',
2584 '../content/test/test_launcher.cc', 2585 '../content/test/test_launcher.cc',
2585 '../content/test/test_launcher.h', 2586 '../content/test/test_launcher.h',
2586 ], 2587 ],
2587 'rules': [ 2588 'rules': [
2588 { 2589 {
2589 'rule_name': 'js2webui', 2590 'rule_name': 'js2webui',
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 # Use outputs of this action as inputs for the main target build. 4109 # Use outputs of this action as inputs for the main target build.
4109 # Seems as a misnomer but makes this happy on Linux (scons). 4110 # Seems as a misnomer but makes this happy on Linux (scons).
4110 'process_outputs_as_sources': 1, 4111 'process_outputs_as_sources': 1,
4111 }, 4112 },
4112 ], # 'actions' 4113 ], # 'actions'
4113 }, 4114 },
4114 ] 4115 ]
4115 }], # 'coverage!=0' 4116 }], # 'coverage!=0'
4116 ], # 'conditions' 4117 ], # 'conditions'
4117 } 4118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698