| 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 1885 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1896 'common/extensions/extension_resource_unittest.cc', | 1896 'common/extensions/extension_resource_unittest.cc', |
| 1897 'common/extensions/extension_set_unittest.cc', | 1897 'common/extensions/extension_set_unittest.cc', |
| 1898 'common/extensions/extension_test_util.h', | 1898 'common/extensions/extension_test_util.h', |
| 1899 'common/extensions/extension_test_util.cc', | 1899 'common/extensions/extension_test_util.cc', |
| 1900 'common/extensions/extension_unittest.cc', | 1900 'common/extensions/extension_unittest.cc', |
| 1901 'common/extensions/extension_unpacker_unittest.cc', | 1901 'common/extensions/extension_unpacker_unittest.cc', |
| 1902 'common/extensions/update_manifest_unittest.cc', | 1902 'common/extensions/update_manifest_unittest.cc', |
| 1903 'common/extensions/url_pattern_set_unittest.cc', | 1903 'common/extensions/url_pattern_set_unittest.cc', |
| 1904 'common/extensions/url_pattern_unittest.cc', | 1904 'common/extensions/url_pattern_unittest.cc', |
| 1905 'common/extensions/user_script_unittest.cc', | 1905 'common/extensions/user_script_unittest.cc', |
| 1906 'common/extensions/api/extension_api_unittest.cc', |
| 1906 'common/guid_unittest.cc', | 1907 'common/guid_unittest.cc', |
| 1907 'common/important_file_writer_unittest.cc', | 1908 'common/important_file_writer_unittest.cc', |
| 1908 'common/json_pref_store_unittest.cc', | 1909 'common/json_pref_store_unittest.cc', |
| 1909 'common/json_schema_validator_unittest.cc', | 1910 'common/json_schema_validator_unittest.cc', |
| 1910 'common/json_schema_validator_unittest_base.cc', | 1911 'common/json_schema_validator_unittest_base.cc', |
| 1911 'common/json_schema_validator_unittest_base.h', | 1912 'common/json_schema_validator_unittest_base.h', |
| 1912 'common/json_value_serializer_unittest.cc', | 1913 'common/json_value_serializer_unittest.cc', |
| 1913 'common/mac/cfbundle_blocker_unittest.mm', | 1914 'common/mac/cfbundle_blocker_unittest.mm', |
| 1914 'common/mac/objc_method_swizzle_unittest.mm', | 1915 'common/mac/objc_method_swizzle_unittest.mm', |
| 1915 'common/mac/objc_zombie_unittest.mm', | 1916 'common/mac/objc_zombie_unittest.mm', |
| (...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4228 # Use outputs of this action as inputs for the main target build. | 4229 # Use outputs of this action as inputs for the main target build. |
| 4229 # Seems as a misnomer but makes this happy on Linux (scons). | 4230 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4230 'process_outputs_as_sources': 1, | 4231 'process_outputs_as_sources': 1, |
| 4231 }, | 4232 }, |
| 4232 ], # 'actions' | 4233 ], # 'actions' |
| 4233 }, | 4234 }, |
| 4234 ] | 4235 ] |
| 4235 }], # 'coverage!=0' | 4236 }], # 'coverage!=0' |
| 4236 ], # 'conditions' | 4237 ], # 'conditions' |
| 4237 } | 4238 } |
| OLD | NEW |