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

Unified Diff: build/android/tests/multiple_proguards/multiple_proguards.gyp

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/android/test_runner.gypi ('k') | build/android/write_ordered_libraries.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/tests/multiple_proguards/multiple_proguards.gyp
diff --git a/build/android/tests/multiple_proguards/multiple_proguards.gyp b/build/android/tests/multiple_proguards/multiple_proguards.gyp
deleted file mode 100644
index 48a5d7ba8bd422976ef7c5401c78445cdd677e2e..0000000000000000000000000000000000000000
--- a/build/android/tests/multiple_proguards/multiple_proguards.gyp
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright (c) 2013 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.
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'multiple_proguards_test_apk',
- 'type': 'none',
- 'variables': {
- 'app_manifest_version_name%': '<(android_app_version_name)',
- 'java_in_dir': '.',
- 'proguard_enabled': 'true',
- 'proguard_flags_paths': [
- # Both these proguard?.flags files need to be part of the build to
- # remove both warnings from the src/dummy/DummyActivity.java file, else the
- # build will fail.
- 'proguard1.flags',
- 'proguard2.flags',
- ],
- 'R_package': 'dummy',
- 'R_package_relpath': 'dummy',
- 'apk_name': 'MultipleProguards',
- # This is a build-only test. There's nothing to install.
- 'gyp_managed_install': 0,
- # The Java code produces warnings, so force the build to not show them.
- 'chromium_code': 0,
- },
- 'includes': [ '../../../../build/java_apk.gypi' ],
- },
- ],
-}
« no previous file with comments | « build/android/test_runner.gypi ('k') | build/android/write_ordered_libraries.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698