| 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 '../media/cdm_paths.gypi', | 7 '../media/cdm_paths.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'lastchange_path': '../build/util/LASTCHANGE', | 10 'lastchange_path': '../build/util/LASTCHANGE', |
| (...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1180 '../build/isolate.gypi', | 1180 '../build/isolate.gypi', |
| 1181 ], | 1181 ], |
| 1182 'sources': [ | 1182 'sources': [ |
| 1183 'setup_unittests.isolate', | 1183 'setup_unittests.isolate', |
| 1184 ], | 1184 ], |
| 1185 }, | 1185 }, |
| 1186 ], | 1186 ], |
| 1187 }], | 1187 }], |
| 1188 ], | 1188 ], |
| 1189 } | 1189 } |
| OLD | NEW |