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 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
(...skipping 2662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2673 'test/base/chrome_render_view_test.h', | 2673 'test/base/chrome_render_view_test.h', |
2674 'test/base/chrome_test_launcher.cc', | 2674 'test/base/chrome_test_launcher.cc', |
2675 'test/data/webui/assertions.js', | 2675 'test/data/webui/assertions.js', |
2676 'test/data/webui/async_gen-inl.h', | 2676 'test/data/webui/async_gen-inl.h', |
2677 'test/data/webui/async_gen.js', | 2677 'test/data/webui/async_gen.js', |
2678 'test/data/webui/certificate_viewer_dialog_test.js', | 2678 'test/data/webui/certificate_viewer_dialog_test.js', |
2679 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2679 'test/data/webui/certificate_viewer_ui_test-inl.h', |
2680 'test/data/webui/chrome_send_browsertest.cc', | 2680 'test/data/webui/chrome_send_browsertest.cc', |
2681 'test/data/webui/chrome_send_browsertest.h', | 2681 'test/data/webui/chrome_send_browsertest.h', |
2682 'test/data/webui/chrome_send_browsertest.js', | 2682 'test/data/webui/chrome_send_browsertest.js', |
2683 'test/data/webui/hung_renderer_dialog_test.js', | |
2684 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', | |
2685 'test/data/webui/mock4js_browsertest.js', | 2683 'test/data/webui/mock4js_browsertest.js', |
2686 'test/data/webui/ntp4.js', | 2684 'test/data/webui/ntp4.js', |
2687 'test/data/webui/print_preview.js', | 2685 'test/data/webui/print_preview.js', |
2688 'test/gpu/gpu_feature_browsertest.cc', | 2686 'test/gpu/gpu_feature_browsertest.cc', |
2689 # TODO(craig): Rename this and run from base_unittests when the test | 2687 # TODO(craig): Rename this and run from base_unittests when the test |
2690 # is safe to run there. See http://crbug.com/78722 for details. | 2688 # is safe to run there. See http://crbug.com/78722 for details. |
2691 '../base/files/file_path_watcher_browsertest.cc', | 2689 '../base/files/file_path_watcher_browsertest.cc', |
2692 '../content/app/startup_helper_win.cc', | 2690 '../content/app/startup_helper_win.cc', |
2693 '../content/browser/child_process_security_policy_browsertest.cc', | 2691 '../content/browser/child_process_security_policy_browsertest.cc', |
2694 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2692 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4261 # Use outputs of this action as inputs for the main target build. | 4259 # Use outputs of this action as inputs for the main target build. |
4262 # Seems as a misnomer but makes this happy on Linux (scons). | 4260 # Seems as a misnomer but makes this happy on Linux (scons). |
4263 'process_outputs_as_sources': 1, | 4261 'process_outputs_as_sources': 1, |
4264 }, | 4262 }, |
4265 ], # 'actions' | 4263 ], # 'actions' |
4266 }, | 4264 }, |
4267 ] | 4265 ] |
4268 }], # 'coverage!=0' | 4266 }], # 'coverage!=0' |
4269 ], # 'conditions' | 4267 ], # 'conditions' |
4270 } | 4268 } |
OLD | NEW |