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

Unified Diff: third_party/instrumented_libraries/standard_instrumented_package_target.gypi

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
Index: third_party/instrumented_libraries/standard_instrumented_package_target.gypi
diff --git a/third_party/instrumented_libraries/standard_instrumented_package_target.gypi b/third_party/instrumented_libraries/standard_instrumented_package_target.gypi
deleted file mode 100644
index 2d8ed19d21f226f56be827e3c105d8b25723ff86..0000000000000000000000000000000000000000
--- a/third_party/instrumented_libraries/standard_instrumented_package_target.gypi
+++ /dev/null
@@ -1,71 +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.
-
-# This file is meant to be included into a target for instrumented dynamic
-# packages and describes standard build action for most of the packages.
-
-{
- 'target_name': '<(_sanitizer_type)-<(_package_name)',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': '<(_package_name)',
- 'inputs': [
- # TODO(eugenis): reintroduce some sort of dependency
- # See http://crbug.com/343515
- #'download_build_install.py',
- ],
- 'outputs': [
- '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_package_name).txt',
- ],
- 'action': ['scripts/download_build_install.py',
- '--build-method=>(_build_method)',
- '--cc=<(_cc)',
- '--cflags=>(_package_cflags)',
- '--cxx=<(_cxx)',
- '--extra-configure-flags=>(_extra_configure_flags)',
- '--intermediate-dir=<(INTERMEDIATE_DIR)',
- '--jobs=>(_jobs)',
- '--ldflags=>(_package_ldflags)',
- '--libdir=<(_libdir)',
- '--package=<(_package_name)',
- '--product-dir=<(PRODUCT_DIR)',
- '--sanitizer=<(_sanitizer_type)',
- ],
- 'conditions': [
- ['verbose_libraries_build==1', {
- 'action+': [
- '--verbose',
- ],
- }],
- ],
- 'target_conditions': [
- ['">(_patch)"!=""', {
- 'action+': [
- '--patch=>(_patch)',
- ],
- 'inputs+': [
- '>(_patch)',
- ],
- }],
- ['">(_pre_build)"!=""', {
- 'action+': [
- '--pre-build=>(_pre_build)',
- ],
- 'inputs+': [
- '>(_pre_build)',
- ],
- }],
- ['">(_<(_sanitizer_type)_blacklist)"!=""', {
- 'action+': [
- '--sanitizer-blacklist=>(_<(_sanitizer_type)_blacklist)',
- ],
- 'inputs+': [
- '>(_<(_sanitizer_type)_blacklist)',
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « third_party/instrumented_libraries/instrumented_libraries.gyp ('k') | third_party/isimpledom/isimpledom.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698