OLD | NEW |
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 2649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2660 'test/automation/dom_automation_browsertest.cc', | 2660 'test/automation/dom_automation_browsertest.cc', |
2661 'test/base/in_process_browser_test_browsertest.cc', | 2661 'test/base/in_process_browser_test_browsertest.cc', |
2662 'test/base/chrome_render_view_test.cc', | 2662 'test/base/chrome_render_view_test.cc', |
2663 'test/base/chrome_render_view_test.h', | 2663 'test/base/chrome_render_view_test.h', |
2664 'test/base/chrome_test_launcher.cc', | 2664 'test/base/chrome_test_launcher.cc', |
2665 'test/data/webui/assertions.js', | 2665 'test/data/webui/assertions.js', |
2666 'test/data/webui/async_gen-inl.h', | 2666 'test/data/webui/async_gen-inl.h', |
2667 'test/data/webui/async_gen.js', | 2667 'test/data/webui/async_gen.js', |
2668 'test/data/webui/certificate_viewer_dialog_test.js', | 2668 'test/data/webui/certificate_viewer_dialog_test.js', |
2669 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2669 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 2670 'test/data/webui/hung_renderer_dialog_test.js', |
| 2671 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', |
2670 'test/data/webui/ntp4.js', | 2672 'test/data/webui/ntp4.js', |
2671 'test/data/webui/print_preview.js', | 2673 'test/data/webui/print_preview.js', |
2672 # TODO(craig): Rename this and run from base_unittests when the test | 2674 # TODO(craig): Rename this and run from base_unittests when the test |
2673 # is safe to run there. See http://crbug.com/78722 for details. | 2675 # is safe to run there. See http://crbug.com/78722 for details. |
2674 '../base/files/file_path_watcher_browsertest.cc', | 2676 '../base/files/file_path_watcher_browsertest.cc', |
2675 '../content/app/startup_helper_win.cc', | 2677 '../content/app/startup_helper_win.cc', |
2676 '../content/browser/child_process_security_policy_browsertest.cc', | 2678 '../content/browser/child_process_security_policy_browsertest.cc', |
2677 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2679 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
2678 '../content/browser/download/mhtml_generation_browsertest.cc', | 2680 '../content/browser/download/mhtml_generation_browsertest.cc', |
2679 '../content/browser/file_system/file_system_browsertest.cc', | 2681 '../content/browser/file_system/file_system_browsertest.cc', |
(...skipping 1564 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4244 # Use outputs of this action as inputs for the main target build. | 4246 # Use outputs of this action as inputs for the main target build. |
4245 # Seems as a misnomer but makes this happy on Linux (scons). | 4247 # Seems as a misnomer but makes this happy on Linux (scons). |
4246 'process_outputs_as_sources': 1, | 4248 'process_outputs_as_sources': 1, |
4247 }, | 4249 }, |
4248 ], # 'actions' | 4250 ], # 'actions' |
4249 }, | 4251 }, |
4250 ] | 4252 ] |
4251 }], # 'coverage!=0' | 4253 }], # 'coverage!=0' |
4252 ], # 'conditions' | 4254 ], # 'conditions' |
4253 } | 4255 } |
OLD | NEW |