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 2702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2713 'test/base/chrome_test_launcher.cc', | 2713 'test/base/chrome_test_launcher.cc', |
2714 'test/data/webui/assertions.js', | 2714 'test/data/webui/assertions.js', |
2715 'test/data/webui/async_gen.cc', | 2715 'test/data/webui/async_gen.cc', |
2716 'test/data/webui/async_gen.h', | 2716 'test/data/webui/async_gen.h', |
2717 'test/data/webui/async_gen.js', | 2717 'test/data/webui/async_gen.js', |
2718 'test/data/webui/certificate_viewer_dialog_test.js', | 2718 'test/data/webui/certificate_viewer_dialog_test.js', |
2719 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2719 'test/data/webui/certificate_viewer_ui_test-inl.h', |
2720 'test/data/webui/chrome_send_browsertest.cc', | 2720 'test/data/webui/chrome_send_browsertest.cc', |
2721 'test/data/webui/chrome_send_browsertest.h', | 2721 'test/data/webui/chrome_send_browsertest.h', |
2722 'test/data/webui/chrome_send_browsertest.js', | 2722 'test/data/webui/chrome_send_browsertest.js', |
| 2723 'test/data/webui/edit_search_engine_dialog_browsertest.cc', |
| 2724 'test/data/webui/edit_search_engine_dialog_browsertest.h', |
| 2725 'test/data/webui/edit_search_engine_dialog_browsertest.js', |
2723 'test/data/webui/hung_renderer_dialog_test.js', | 2726 'test/data/webui/hung_renderer_dialog_test.js', |
2724 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', | 2727 'test/data/webui/hung_renderer_dialog_ui_test-inl.h', |
2725 'test/data/webui/mock4js_browsertest.js', | 2728 'test/data/webui/mock4js_browsertest.js', |
2726 'test/data/webui/ntp4.js', | 2729 'test/data/webui/ntp4.js', |
2727 'test/data/webui/print_preview.h', | 2730 'test/data/webui/print_preview.h', |
2728 'test/data/webui/print_preview.cc', | 2731 'test/data/webui/print_preview.cc', |
2729 'test/data/webui/print_preview.js', | 2732 'test/data/webui/print_preview.js', |
2730 'test/gpu/gpu_feature_browsertest.cc', | 2733 'test/gpu/gpu_feature_browsertest.cc', |
2731 # TODO(craig): Rename this and run from base_unittests when the test | 2734 # TODO(craig): Rename this and run from base_unittests when the test |
2732 # is safe to run there. See http://crbug.com/78722 for details. | 2735 # is safe to run there. See http://crbug.com/78722 for details. |
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4326 # Use outputs of this action as inputs for the main target build. | 4329 # Use outputs of this action as inputs for the main target build. |
4327 # Seems as a misnomer but makes this happy on Linux (scons). | 4330 # Seems as a misnomer but makes this happy on Linux (scons). |
4328 'process_outputs_as_sources': 1, | 4331 'process_outputs_as_sources': 1, |
4329 }, | 4332 }, |
4330 ], # 'actions' | 4333 ], # 'actions' |
4331 }, | 4334 }, |
4332 ] | 4335 ] |
4333 }], # 'coverage!=0' | 4336 }], # 'coverage!=0' |
4334 ], # 'conditions' | 4337 ], # 'conditions' |
4335 } | 4338 } |
OLD | NEW |