OLD | NEW |
---|---|
(Empty) | |
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 | |
3 # found in the LICENSE file. | |
4 | |
5 # Dummy target to satisfy gyp. It is also the placeholder for libcros, which | |
6 # will be checked out here. | |
7 | |
8 { | |
9 'targets': [ | |
10 { 'target_name': 'cros_api', | |
11 'type': '<(library)', | |
12 }, | |
13 ], | |
14 } | |
OLD | NEW |