Chromium Code Reviews
|
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2014 Google Inc. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 { | |
| 6 'variables': { | |
| 7 'expected_value': 'dir_1', | |
| 8 'target_name': 'target_1', | |
| 9 }, | |
| 10 'includes': [ | |
| 11 '../repeated_command_common.gypi', | |
| 12 ], | |
| 13 } | |
| OLD | NEW |