| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'includes' : [ | 6 'includes' : [ |
| 7 # These files are generated by 'gclient runhooks'. | 7 # These files are generated by 'gclient runhooks'. |
| 8 'plugin_command_analyze_sources.gypi', | 8 'plugin_command_analyze_sources.gypi', |
| 9 'plugin_engine_sources.gypi', | 9 'plugin_engine_sources.gypi', |
| 10 ], | 10 ], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 # every line as an additional commandline argument. | 56 # every line as an additional commandline argument. |
| 57 '@plugin_command_analyze_sources.txt', | 57 '@plugin_command_analyze_sources.txt', |
| 58 '@plugin_engine_sources.txt', | 58 '@plugin_engine_sources.txt', |
| 59 ], | 59 ], |
| 60 'message': 'Creating <(_outputs).', | 60 'message': 'Creating <(_outputs).', |
| 61 }, | 61 }, |
| 62 ], | 62 ], |
| 63 }, | 63 }, |
| 64 ] | 64 ] |
| 65 } | 65 } |
| OLD | NEW |