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

Unified Diff: build/apk_test.gypi

Issue 1438853002: Remove all .gyp and .gypi files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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 | « build/apk_fake_jar.gypi ('k') | build/chrome_settings.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/apk_test.gypi
diff --git a/build/apk_test.gypi b/build/apk_test.gypi
deleted file mode 100644
index 2a6d312b632e31551432db34059d692fcbee94b8..0000000000000000000000000000000000000000
--- a/build/apk_test.gypi
+++ /dev/null
@@ -1,44 +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.
-
-# This file is meant to be included into a target to provide a rule
-# to build APK based test suites.
-#
-# To use this, create a gyp target with the following form:
-# {
-# 'target_name': 'test_suite_name_apk',
-# 'type': 'none',
-# 'variables': {
-# 'test_suite_name': 'test_suite_name', # string
-# 'input_jars_paths': ['/path/to/test_suite.jar', ... ], # list
-# },
-# 'includes': ['path/to/this/gypi/file'],
-# }
-#
-
-{
- 'dependencies': [
- '<(DEPTH)/base/base.gyp:base_java',
- '<(DEPTH)/build/android/pylib/device/commands/commands.gyp:chromium_commands',
- '<(DEPTH)/build/android/pylib/remote/device/dummy/dummy.gyp:remote_device_dummy_apk',
- '<(DEPTH)/testing/android/appurify_support.gyp:appurify_support_java',
- '<(DEPTH)/tools/android/android_tools.gyp:android_tools',
- ],
- 'conditions': [
- ['OS == "android"', {
- 'variables': {
- # These are used to configure java_apk.gypi included below.
- 'test_type': 'gtest',
- 'apk_name': '<(test_suite_name)',
- 'intermediate_dir': '<(PRODUCT_DIR)/<(test_suite_name)_apk',
- 'final_apk_path': '<(intermediate_dir)/<(test_suite_name)-debug.apk',
- 'java_in_dir': '<(DEPTH)/testing/android/native_test/java',
- 'native_lib_target': 'lib<(test_suite_name)',
- # TODO(yfriedman, cjhopman): Support managed installs for gtests.
- 'gyp_managed_install': 0,
- },
- 'includes': [ 'java_apk.gypi', 'android/test_runner.gypi' ],
- }], # 'OS == "android"
- ], # conditions
-}
« no previous file with comments | « build/apk_fake_jar.gypi ('k') | build/chrome_settings.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698