| Index: chrome/chrome_jni.gypi
|
| diff --git a/chrome/chrome_jni.gypi b/chrome/chrome_jni.gypi
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..727c2d4cf4bd812f4309cf340cdb3731a3af0eb8
|
| --- /dev/null
|
| +++ b/chrome/chrome_jni.gypi
|
| @@ -0,0 +1,19 @@
|
| +# 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.
|
| +
|
| +{
|
| + # TODO(jrg): Update this action and other jni generators to only
|
| + # require specifying the java directory and generate the rest.
|
| + # TODO(jrg): when doing the above, make sure we support multiple
|
| + # output directories (e.g. browser/jni and common/jni if needed).
|
| + 'variables': {
|
| + 'java_sources': [
|
| + 'android/java/src/org/chromium/chrome/browser/ContentViewDelegate.java'
|
| + ],
|
| + 'jni_headers': [
|
| + '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/content_view_delegate_jni.h',
|
| + ],
|
| + },
|
| + 'includes': [ '../build/jni_generator.gypi' ],
|
| +}
|
|
|