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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8497001: Revert 108924 - Tests for WebUI Hung Renderer Dialog (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
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 2629 matching lines...) Expand 10 before | Expand all | Expand 10 after
2640 'test/automation/dom_automation_browsertest.cc', 2640 'test/automation/dom_automation_browsertest.cc',
2641 'test/base/in_process_browser_test_browsertest.cc', 2641 'test/base/in_process_browser_test_browsertest.cc',
2642 'test/base/chrome_render_view_test.cc', 2642 'test/base/chrome_render_view_test.cc',
2643 'test/base/chrome_render_view_test.h', 2643 'test/base/chrome_render_view_test.h',
2644 'test/base/chrome_test_launcher.cc', 2644 'test/base/chrome_test_launcher.cc',
2645 'test/data/webui/assertions.js', 2645 'test/data/webui/assertions.js',
2646 'test/data/webui/async_gen-inl.h', 2646 'test/data/webui/async_gen-inl.h',
2647 'test/data/webui/async_gen.js', 2647 'test/data/webui/async_gen.js',
2648 'test/data/webui/certificate_viewer_dialog_test.js', 2648 'test/data/webui/certificate_viewer_dialog_test.js',
2649 'test/data/webui/certificate_viewer_ui_test-inl.h', 2649 'test/data/webui/certificate_viewer_ui_test-inl.h',
2650 'test/data/webui/hung_renderer_dialog_test.js',
2651 'test/data/webui/hung_renderer_dialog_ui_test-inl.h',
2652 'test/data/webui/ntp4.js', 2650 'test/data/webui/ntp4.js',
2653 'test/data/webui/print_preview.js', 2651 'test/data/webui/print_preview.js',
2654 # TODO(craig): Rename this and run from base_unittests when the test 2652 # TODO(craig): Rename this and run from base_unittests when the test
2655 # is safe to run there. See http://crbug.com/78722 for details. 2653 # is safe to run there. See http://crbug.com/78722 for details.
2656 '../base/files/file_path_watcher_browsertest.cc', 2654 '../base/files/file_path_watcher_browsertest.cc',
2657 '../content/app/startup_helper_win.cc', 2655 '../content/app/startup_helper_win.cc',
2658 '../content/browser/child_process_security_policy_browsertest.cc', 2656 '../content/browser/child_process_security_policy_browsertest.cc',
2659 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2657 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2660 '../content/browser/download/mhtml_generation_browsertest.cc', 2658 '../content/browser/download/mhtml_generation_browsertest.cc',
2661 '../content/browser/file_system/file_system_browsertest.cc', 2659 '../content/browser/file_system/file_system_browsertest.cc',
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 # Use outputs of this action as inputs for the main target build. 4224 # Use outputs of this action as inputs for the main target build.
4227 # Seems as a misnomer but makes this happy on Linux (scons). 4225 # Seems as a misnomer but makes this happy on Linux (scons).
4228 'process_outputs_as_sources': 1, 4226 'process_outputs_as_sources': 1,
4229 }, 4227 },
4230 ], # 'actions' 4228 ], # 'actions'
4231 }, 4229 },
4232 ] 4230 ]
4233 }], # 'coverage!=0' 4231 }], # 'coverage!=0'
4234 ], # 'conditions' 4232 ], # 'conditions'
4235 } 4233 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/hung_renderer_dialog.js ('k') | chrome/test/data/webui/hung_renderer_dialog_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698