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

Unified Diff: build/android/lint_action.gypi

Issue 2331893004: Remove GYP files in breakpad, build, and tools. (Closed)
Patch Set: 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 | « build/android/jinja_template.gypi ('k') | build/android/locale_pak_resources.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint_action.gypi
diff --git a/build/android/lint_action.gypi b/build/android/lint_action.gypi
deleted file mode 100644
index 382666213da3b1ba8e4b0869a702dc4ee5a58f82..0000000000000000000000000000000000000000
--- a/build/android/lint_action.gypi
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 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.
-
-# This file is meant to be included into an action to provide a rule to
-# run lint on java/class files.
-
-{
- 'action_name': 'lint_<(_target_name)',
- 'message': 'Linting <(_target_name)',
- 'variables': {
- 'conditions': [
- ['chromium_code != 0 and android_lint != 0 and never_lint == 0', {
- 'additional_args': ['--enable'],
- }, {
- 'additional_args': [],
- }]
- ],
- 'android_lint_cache_stamp': '<(PRODUCT_DIR)/android_lint_cache/android_lint_cache.stamp',
- 'android_manifest_path%': '<(DEPTH)/build/android/AndroidManifest.xml',
- 'resource_dir%': '<(DEPTH)/build/android/ant/empty/res',
- 'suppressions_file%': '<(DEPTH)/build/android/lint/suppressions.xml',
- 'platform_xml_path': '<(android_sdk_root)/platform-tools/api/api-versions.xml',
- },
- 'inputs': [
- '<(DEPTH)/build/android/gyp/util/build_utils.py',
- '<(DEPTH)/build/android/gyp/lint.py',
- '<(android_lint_cache_stamp)',
- '<(android_manifest_path)',
- '<(lint_jar_path)',
- '<(suppressions_file)',
- '<(platform_xml_path)',
- ],
- 'action': [
- 'python', '<(DEPTH)/build/android/gyp/lint.py',
- '--lint-path=<(android_sdk_root)/tools/lint',
- '--config-path=<(suppressions_file)',
- '--processed-config-path=<(config_path)',
- '--cache-dir', '<(PRODUCT_DIR)/android_lint_cache',
- '--platform-xml-path', '<(platform_xml_path)',
- '--manifest-path=<(android_manifest_path)',
- '--result-path=<(result_path)',
- '--resource-dir=<(resource_dir)',
- '--product-dir=<(PRODUCT_DIR)',
- '--src-dirs=>(src_dirs)',
- '--jar-path=<(lint_jar_path)',
- '--can-fail-build',
- '--stamp=<(stamp_path)',
- '<@(additional_args)',
- ],
-}
« no previous file with comments | « build/android/jinja_template.gypi ('k') | build/android/locale_pak_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698