| 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 4638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4649 '<(PRODUCT_DIR)/coverage_bundles.py'], | 4649 '<(PRODUCT_DIR)/coverage_bundles.py'], |
| 4650 # Use outputs of this action as inputs for the main target build. | 4650 # Use outputs of this action as inputs for the main target build. |
| 4651 # Seems as a misnomer but makes this happy on Linux (scons). | 4651 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4652 'process_outputs_as_sources': 1, | 4652 'process_outputs_as_sources': 1, |
| 4653 }, | 4653 }, |
| 4654 ], # 'actions' | 4654 ], # 'actions' |
| 4655 }, | 4655 }, |
| 4656 ] | 4656 ] |
| 4657 }], # 'coverage!=0' | 4657 }], # 'coverage!=0' |
| 4658 ], # 'conditions' | 4658 ], # 'conditions' |
| 4659 } | 4659 } |
| OLD | NEW |