| 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 '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 1941 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1952 'common/extensions/extension_localization_peer_unittest.cc', | 1952 'common/extensions/extension_localization_peer_unittest.cc', |
| 1953 'common/extensions/extension_manifests_unittest.cc', | 1953 'common/extensions/extension_manifests_unittest.cc', |
| 1954 'common/extensions/extension_message_bundle_unittest.cc', | 1954 'common/extensions/extension_message_bundle_unittest.cc', |
| 1955 'common/extensions/extension_permission_set_unittest.cc', | 1955 'common/extensions/extension_permission_set_unittest.cc', |
| 1956 'common/extensions/extension_resource_unittest.cc', | 1956 'common/extensions/extension_resource_unittest.cc', |
| 1957 'common/extensions/extension_set_unittest.cc', | 1957 'common/extensions/extension_set_unittest.cc', |
| 1958 'common/extensions/extension_test_util.h', | 1958 'common/extensions/extension_test_util.h', |
| 1959 'common/extensions/extension_test_util.cc', | 1959 'common/extensions/extension_test_util.cc', |
| 1960 'common/extensions/extension_unittest.cc', | 1960 'common/extensions/extension_unittest.cc', |
| 1961 'common/extensions/extension_unpacker_unittest.cc', | 1961 'common/extensions/extension_unpacker_unittest.cc', |
| 1962 'common/extensions/manifest_unittest.cc', | |
| 1963 'common/extensions/update_manifest_unittest.cc', | 1962 'common/extensions/update_manifest_unittest.cc', |
| 1964 'common/extensions/url_pattern_set_unittest.cc', | 1963 'common/extensions/url_pattern_set_unittest.cc', |
| 1965 'common/extensions/url_pattern_unittest.cc', | 1964 'common/extensions/url_pattern_unittest.cc', |
| 1966 'common/extensions/user_script_unittest.cc', | 1965 'common/extensions/user_script_unittest.cc', |
| 1967 'common/extensions/api/extension_api_unittest.cc', | 1966 'common/extensions/api/extension_api_unittest.cc', |
| 1968 'common/guid_unittest.cc', | 1967 'common/guid_unittest.cc', |
| 1969 'common/important_file_writer_unittest.cc', | 1968 'common/important_file_writer_unittest.cc', |
| 1970 'common/json_pref_store_unittest.cc', | 1969 'common/json_pref_store_unittest.cc', |
| 1971 'common/json_schema_validator_unittest.cc', | 1970 'common/json_schema_validator_unittest.cc', |
| 1972 'common/json_schema_validator_unittest_base.cc', | 1971 'common/json_schema_validator_unittest_base.cc', |
| (...skipping 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4300 # Use outputs of this action as inputs for the main target build. | 4299 # Use outputs of this action as inputs for the main target build. |
| 4301 # Seems as a misnomer but makes this happy on Linux (scons). | 4300 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4302 'process_outputs_as_sources': 1, | 4301 'process_outputs_as_sources': 1, |
| 4303 }, | 4302 }, |
| 4304 ], # 'actions' | 4303 ], # 'actions' |
| 4305 }, | 4304 }, |
| 4306 ] | 4305 ] |
| 4307 }], # 'coverage!=0' | 4306 }], # 'coverage!=0' |
| 4308 ], # 'conditions' | 4307 ], # 'conditions' |
| 4309 } | 4308 } |
| OLD | NEW |