| 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 2634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2645 'test/base/chrome_render_view_test.cc', | 2645 'test/base/chrome_render_view_test.cc', |
| 2646 'test/base/chrome_render_view_test.h', | 2646 'test/base/chrome_render_view_test.h', |
| 2647 'test/base/chrome_test_launcher.cc', | 2647 'test/base/chrome_test_launcher.cc', |
| 2648 'test/data/webui/assertions.js', | 2648 'test/data/webui/assertions.js', |
| 2649 'test/data/webui/async_gen-inl.h', | 2649 'test/data/webui/async_gen-inl.h', |
| 2650 'test/data/webui/async_gen.js', | 2650 'test/data/webui/async_gen.js', |
| 2651 'test/data/webui/certificate_viewer_dialog_test.js', | 2651 'test/data/webui/certificate_viewer_dialog_test.js', |
| 2652 'test/data/webui/certificate_viewer_ui_test-inl.h', | 2652 'test/data/webui/certificate_viewer_ui_test-inl.h', |
| 2653 'test/data/webui/ntp4.js', | 2653 'test/data/webui/ntp4.js', |
| 2654 'test/data/webui/print_preview.js', | 2654 'test/data/webui/print_preview.js', |
| 2655 'test/gpu/gpu_feature_browsertest.cc', |
| 2655 # TODO(craig): Rename this and run from base_unittests when the test | 2656 # TODO(craig): Rename this and run from base_unittests when the test |
| 2656 # is safe to run there. See http://crbug.com/78722 for details. | 2657 # is safe to run there. See http://crbug.com/78722 for details. |
| 2657 '../base/files/file_path_watcher_browsertest.cc', | 2658 '../base/files/file_path_watcher_browsertest.cc', |
| 2658 '../content/app/startup_helper_win.cc', | 2659 '../content/app/startup_helper_win.cc', |
| 2659 '../content/browser/child_process_security_policy_browsertest.cc', | 2660 '../content/browser/child_process_security_policy_browsertest.cc', |
| 2660 '../content/browser/device_orientation/device_orientation_browsertest.cc
', | 2661 '../content/browser/device_orientation/device_orientation_browsertest.cc
', |
| 2661 '../content/browser/download/mhtml_generation_browsertest.cc', | 2662 '../content/browser/download/mhtml_generation_browsertest.cc', |
| 2662 '../content/browser/file_system/file_system_browsertest.cc', | 2663 '../content/browser/file_system/file_system_browsertest.cc', |
| 2663 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', | 2664 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', |
| 2664 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', | 2665 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', |
| (...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4227 # Use outputs of this action as inputs for the main target build. | 4228 # Use outputs of this action as inputs for the main target build. |
| 4228 # Seems as a misnomer but makes this happy on Linux (scons). | 4229 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4229 'process_outputs_as_sources': 1, | 4230 'process_outputs_as_sources': 1, |
| 4230 }, | 4231 }, |
| 4231 ], # 'actions' | 4232 ], # 'actions' |
| 4232 }, | 4233 }, |
| 4233 ] | 4234 ] |
| 4234 }], # 'coverage!=0' | 4235 }], # 'coverage!=0' |
| 4235 ], # 'conditions' | 4236 ], # 'conditions' |
| 4236 } | 4237 } |
| OLD | NEW |