| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
| 7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
| 8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
| 9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
| 10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
| (...skipping 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 'common/extensions/matcher/substring_set_matcher_unittest.cc', | 1887 'common/extensions/matcher/substring_set_matcher_unittest.cc', |
| 1888 'common/extensions/matcher/url_matcher_unittest.cc', | 1888 'common/extensions/matcher/url_matcher_unittest.cc', |
| 1889 'common/extensions/matcher/url_matcher_factory_unittest.cc', | 1889 'common/extensions/matcher/url_matcher_factory_unittest.cc', |
| 1890 'common/extensions/manifest_unittest.cc', | 1890 'common/extensions/manifest_unittest.cc', |
| 1891 'common/extensions/simple_feature_provider_unittest.cc', | 1891 'common/extensions/simple_feature_provider_unittest.cc', |
| 1892 'common/extensions/update_manifest_unittest.cc', | 1892 'common/extensions/update_manifest_unittest.cc', |
| 1893 'common/extensions/url_pattern_set_unittest.cc', | 1893 'common/extensions/url_pattern_set_unittest.cc', |
| 1894 'common/extensions/url_pattern_unittest.cc', | 1894 'common/extensions/url_pattern_unittest.cc', |
| 1895 'common/extensions/user_script_unittest.cc', | 1895 'common/extensions/user_script_unittest.cc', |
| 1896 'common/extensions/api/extension_api_unittest.cc', | 1896 'common/extensions/api/extension_api_unittest.cc', |
| 1897 'common/guid_unittest.cc', | |
| 1898 'common/important_file_writer_unittest.cc', | 1897 'common/important_file_writer_unittest.cc', |
| 1899 'common/json_pref_store_unittest.cc', | 1898 'common/json_pref_store_unittest.cc', |
| 1900 'common/json_schema_validator_unittest.cc', | 1899 'common/json_schema_validator_unittest.cc', |
| 1901 'common/json_schema_validator_unittest_base.cc', | 1900 'common/json_schema_validator_unittest_base.cc', |
| 1902 'common/json_schema_validator_unittest_base.h', | 1901 'common/json_schema_validator_unittest_base.h', |
| 1903 'common/json_value_serializer_unittest.cc', | 1902 'common/json_value_serializer_unittest.cc', |
| 1904 'common/mac/cfbundle_blocker_unittest.mm', | 1903 'common/mac/cfbundle_blocker_unittest.mm', |
| 1905 'common/mac/mock_launchd.cc', | 1904 'common/mac/mock_launchd.cc', |
| 1906 'common/mac/mock_launchd.h', | 1905 'common/mac/mock_launchd.h', |
| 1907 'common/mac/objc_method_swizzle_unittest.mm', | 1906 'common/mac/objc_method_swizzle_unittest.mm', |
| (...skipping 2742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4650 # Use outputs of this action as inputs for the main target build. | 4649 # Use outputs of this action as inputs for the main target build. |
| 4651 # Seems as a misnomer but makes this happy on Linux (scons). | 4650 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4652 'process_outputs_as_sources': 1, | 4651 'process_outputs_as_sources': 1, |
| 4653 }, | 4652 }, |
| 4654 ], # 'actions' | 4653 ], # 'actions' |
| 4655 }, | 4654 }, |
| 4656 ] | 4655 ] |
| 4657 }], # 'coverage!=0' | 4656 }], # 'coverage!=0' |
| 4658 ], # 'conditions' | 4657 ], # 'conditions' |
| 4659 } | 4658 } |
| OLD | NEW |