| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 { | 69 { |
| 70 'target_name': 'samples', | 70 'target_name': 'samples', |
| 71 'type': 'none', | 71 'type': 'none', |
| 72 'dependencies': [ | 72 'dependencies': [ |
| 73 'install_samples', | 73 'install_samples', |
| 74 '<!(python samples_gen.py):build_samples', | 74 '<!(python samples_gen.py):build_samples', |
| 75 ], | 75 ], |
| 76 }, | 76 }, |
| 77 ], | 77 ], |
| 78 } | 78 } |
| 79 |
| 80 # Local Variables: |
| 81 # tab-width:2 |
| 82 # indent-tabs-mode:nil |
| 83 # End: |
| 84 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |