| Index: build/android/build_android.gyp
|
| diff --git a/build/android/build_android.gyp b/build/android/build_android.gyp
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a78345a2aeabefd894645481cbffe8df6c26d9f1
|
| --- /dev/null
|
| +++ b/build/android/build_android.gyp
|
| @@ -0,0 +1,37 @@
|
| +# Copyright 2014 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': 'build_android_python_unittests',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + 'java_cpp_enum_py_tests',
|
| + ],
|
| + },
|
| + {
|
| + 'target_name': 'java_cpp_enum_py_tests',
|
| + 'type': 'none',
|
| + 'actions': [
|
| + {
|
| + 'action_name': 'run_java_cpp_enum_py_tests',
|
| + 'variables': {
|
| + 'stamp_file': '<(SHARED_INTERMEDIATE_DIR)/<(_target_name).stamp',
|
| + },
|
| + 'inputs': [
|
| + 'gyp/java_cpp_enum.py',
|
| + 'gyp/java_cpp_enum_tests.py',
|
| + ],
|
| + 'outputs': [
|
| + '<(stamp_file)',
|
| + ],
|
| + 'action': [
|
| + 'python', 'gyp/java_cpp_enum_tests.py', '--stamp=<(stamp_file)'
|
| + ],
|
| + },
|
| + ],
|
| + },
|
| + ],
|
| +}
|
|
|