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

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: version to commit 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest',
10 'mock_js': 'third_party/mock4js/mock4js.js', 10 'mock_js': 'third_party/mock4js/mock4js.js',
(...skipping 2646 matching lines...) Expand 10 before | Expand all | Expand 10 after
2657 '../content/browser/file_system/file_system_browsertest.cc', 2657 '../content/browser/file_system/file_system_browsertest.cc',
2658 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2658 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2659 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2659 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2660 '../content/browser/plugin_service_browsertest.cc', 2660 '../content/browser/plugin_service_browsertest.cc',
2661 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2661 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2662 '../content/browser/renderer_host/render_process_host_browsertest.h', 2662 '../content/browser/renderer_host/render_process_host_browsertest.h',
2663 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2663 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2664 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2664 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2665 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2665 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2666 '../content/browser/speech/speech_input_browsertest.cc', 2666 '../content/browser/speech/speech_input_browsertest.cc',
2667 '../content/browser/webkit_browsertest.cc',
2667 '../content/renderer/render_view_browsertest.cc', 2668 '../content/renderer/render_view_browsertest.cc',
2668 '../content/renderer/render_view_browsertest_mac.mm', 2669 '../content/renderer/render_view_browsertest_mac.mm',
2669 '../content/test/render_widget_browsertest.cc', 2670 '../content/test/render_widget_browsertest.cc',
2670 '../content/test/render_widget_browsertest.h', 2671 '../content/test/render_widget_browsertest.h',
2671 '../content/test/test_launcher.cc', 2672 '../content/test/test_launcher.cc',
2672 '../content/test/test_launcher.h', 2673 '../content/test/test_launcher.h',
2673 ], 2674 ],
2674 'rules': [ 2675 'rules': [
2675 { 2676 {
2676 'rule_name': 'js2webui', 2677 'rule_name': 'js2webui',
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
4221 # Use outputs of this action as inputs for the main target build. 4222 # Use outputs of this action as inputs for the main target build.
4222 # Seems as a misnomer but makes this happy on Linux (scons). 4223 # Seems as a misnomer but makes this happy on Linux (scons).
4223 'process_outputs_as_sources': 1, 4224 'process_outputs_as_sources': 1,
4224 }, 4225 },
4225 ], # 'actions' 4226 ], # 'actions'
4226 }, 4227 },
4227 ] 4228 ]
4228 }], # 'coverage!=0' 4229 }], # 'coverage!=0'
4229 ], # 'conditions' 4230 ], # 'conditions'
4230 } 4231 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698