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

Unified Diff: testing/android/native_test.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 | « testing/android/junit/junit_test.gyp ('k') | testing/android/on_device_instrumentation.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/native_test.gyp
diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp
deleted file mode 100644
index 2018ad64806f25a7e38f6d3c0b89e5e03287e09e..0000000000000000000000000000000000000000
--- a/testing/android/native_test.gyp
+++ /dev/null
@@ -1,74 +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.
-
-{
- 'conditions': [
- ['OS=="android"', {
- 'targets': [
- {
- # GN: //testing/android:native_test_jni_headers
- 'target_name': 'native_test_jni_headers',
- 'type': 'none',
- 'sources': [
- 'native_test/java/src/org/chromium/native_test/NativeTest.java'
- ],
- 'variables': {
- 'jni_gen_package': 'testing',
- },
- 'includes': [ '../../build/jni_generator.gypi' ],
- },
- {
- # GN: //testing/android:native_test_support
- 'target_name': 'native_test_support',
- 'message': 'building native pieces of native test package',
- 'type': 'static_library',
- 'sources': [
- 'native_test/native_test_launcher.cc',
- 'native_test/native_test_launcher.h',
- 'native_test/native_test_util.cc',
- 'native_test/native_test_util.h',
- ],
- 'dependencies': [
- '../../base/base.gyp:base',
- '../../base/base.gyp:test_support_base',
- '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../gtest.gyp:gtest',
- 'native_test_jni_headers',
- ],
- },
- {
- # GN: //testing/android/native_test:native_test_native_code
- 'target_name': 'native_test_native_code',
- 'message': 'building JNI onload for native test package',
- 'type': 'static_library',
- 'sources': [
- 'native_test/native_test_jni_onload.cc',
- ],
- 'dependencies': [
- 'native_test_support',
- '../../base/base.gyp:base',
- ],
- },
- {
- # GN: //testing/android/native_test:native_test_java
- 'target_name': 'native_test_java',
- 'type': 'none',
- 'dependencies': [
- 'appurify_support.gyp:appurify_support_java',
- 'on_device_instrumentation.gyp:reporter_java',
- '../../base/base.gyp:base_native_libraries_gen',
- '../../base/base.gyp:base_java',
- '../../base/base.gyp:base_java_test_support',
- ],
- 'variables': {
- 'chromium_code': '1',
- 'jar_excluded_classes': [ '*/NativeLibraries.class' ],
- 'java_in_dir': 'native_test/java',
- },
- 'includes': [ '../../build/java.gypi' ],
- },
- ],
- }]
- ],
-}
« no previous file with comments | « testing/android/junit/junit_test.gyp ('k') | testing/android/on_device_instrumentation.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698