Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(252)

Unified Diff: base/android/jni_generator/jni_generator.gyp

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/allocator/allocator.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/android/jni_generator/jni_generator.gyp
diff --git a/base/android/jni_generator/jni_generator.gyp b/base/android/jni_generator/jni_generator.gyp
deleted file mode 100644
index ce936a0ec4cbd5e27f8f336d91e44f142fd35a57..0000000000000000000000000000000000000000
--- a/base/android/jni_generator/jni_generator.gyp
+++ /dev/null
@@ -1,72 +0,0 @@
-# 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': [
- # GYP: //base/android/jni_generator:jni_generator_tests
- {
- 'target_name': 'jni_generator_py_tests',
- 'type': 'none',
- 'variables': {
- 'stamp': '<(INTERMEDIATE_DIR)/jni_generator_py_tests.stamp',
- },
- 'actions': [
- {
- 'action_name': 'run_jni_generator_py_tests',
- 'inputs': [
- 'jni_generator.py',
- 'jni_generator_tests.py',
- 'java/src/org/chromium/example/jni_generator/SampleForTests.java',
- 'golden_sample_for_tests_jni.h',
- ],
- 'outputs': [
- '<(stamp)',
- ],
- 'action': [
- 'python', 'jni_generator_tests.py',
- '--stamp=<(stamp)',
- ],
- },
- ],
- },
- # GYP: //base/android/jni_generator:jni_sample_header
- {
- 'target_name': 'jni_sample_header',
- 'type': 'none',
- 'sources': [
- 'java/src/org/chromium/example/jni_generator/SampleForTests.java',
- ],
- 'variables': {
- 'jni_gen_package': 'example',
- },
- 'includes': [ '../../../build/jni_generator.gypi' ],
- },
- # GYP: //base/android/jni_generator:jni_sample_java
- {
- 'target_name': 'jni_sample_java',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': '../../../base/android/jni_generator/java',
- },
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base_java',
- ],
- 'includes': [ '../../../build/java.gypi' ],
- },
- # GYP: //base/android/jni_generator:jni_generator_tests
- {
- 'target_name': 'jni_generator_tests',
- 'type': 'executable',
- 'dependencies': [
- '../../base.gyp:test_support_base',
- 'jni_generator_py_tests',
- 'jni_sample_header',
- 'jni_sample_java',
- ],
- 'sources': [
- 'sample_for_tests.cc',
- ],
- },
- ],
-}
« no previous file with comments | « base/allocator/allocator.gyp ('k') | base/third_party/dynamic_annotations/dynamic_annotations.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698