Index: third_party/instrumented_libraries/standard_instrumented_library_target.gypi |
=================================================================== |
--- third_party/instrumented_libraries/standard_instrumented_library_target.gypi (revision 0) |
+++ third_party/instrumented_libraries/standard_instrumented_library_target.gypi (revision 0) |
@@ -0,0 +1,22 @@ |
+# 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. |
+ |
+# This file is meant to be included into a target for instrumented dynamic libraries |
Nico
2013/11/07 20:16:46
(nit: wrap comment at 80 cols maybe)
|
+# and describes standard build action for most of the libraries. |
+ |
+{ |
+ 'type': 'none', |
+ 'actions': [ |
+ { |
+ 'action_name': '<(_target_name)', |
+ 'inputs': [ |
+ 'download_build_install.sh', |
+ ], |
+ 'outputs': [ |
+ '<(PRODUCT_DIR)/instrumented_libraries/asan/<(_target_name).txt', |
+ ], |
+ 'action': ['./download_build_install.sh', '-i', '<(PRODUCT_DIR)', '-l', '<(_target_name)', '-m', '<(INTERMEDIATE_DIR)', '-s', 'asan'], |
+ }, |
+ ], |
+} |
Property changes on: third_party/instrumented_libraries/standard_instrumented_library_target.gypi |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |