| Index: third_party/guava/guava.gyp
|
| diff --git a/third_party/guava/guava.gyp b/third_party/guava/guava.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2a0b98367ce7b063e50f4485e396374f539f2dbe
|
| --- /dev/null
|
| +++ b/third_party/guava/guava.gyp
|
| @@ -0,0 +1,20 @@
|
| +# Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +{
|
| + 'targets': [
|
| + {
|
| + 'target_name': 'guava_javalib',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'package_name': '<(_target_name)',
|
| + 'java_in_dir': 'src/guava',
|
| + },
|
| + 'dependencies': [
|
| + '../../third_party/jsr-305/jsr-305.gyp:jsr_305_javalib',
|
| + ],
|
| + 'includes': [ '../../build/java.gypi' ],
|
| + },
|
| + ],
|
| +}
|
|
|