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

Unified Diff: testing/android/BUILD.gn

Issue 1071573003: [Android] Move testing/android/ to testing/android/native_test/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removing errant commit Created 5 years, 8 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 | « sandbox/linux/BUILD.gn ('k') | testing/android/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/android/BUILD.gn
diff --git a/testing/android/BUILD.gn b/testing/android/BUILD.gn
deleted file mode 100644
index e0288f64f3a7e96d41a10c4f4199b15b324f0bb2..0000000000000000000000000000000000000000
--- a/testing/android/BUILD.gn
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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.
-
-import("//build/config/android/rules.gni")
-
-# GYP: //testing/android/native_test.gyp:native_test_native_code
-source_set("native_test_native_code") {
- testonly = true
- sources = [
- "native_test_jni_onload.cc",
- "native_test_launcher.cc",
- "native_test_launcher.h",
- ]
- libs = [ "log" ]
- deps = [
- ":native_test_jni_headers",
- ":native_test_util",
- "//base",
- "//base/test:test_support",
- "//base/third_party/dynamic_annotations",
- "//testing/gtest",
- ]
-}
-
-# GYP: //testing/android/native_test.gyp:native_test_jni_headers
-generate_jni("native_test_jni_headers") {
- sources = [
- "java/src/org/chromium/native_test/ChromeNativeTestActivity.java",
- ]
- jni_package = "testing"
-}
-
-# GYP: //testing/android/native_test.gyp:native_test_util
-source_set("native_test_util") {
- sources = [
- "native_test_util.cc",
- "native_test_util.h",
- ]
- deps = [
- "//base",
- ]
-}
« no previous file with comments | « sandbox/linux/BUILD.gn ('k') | testing/android/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698