Index: third_party/instrumented_libraries/instrumented_libraries.gyp |
=================================================================== |
--- third_party/instrumented_libraries/instrumented_libraries.gyp (revision 0) |
+++ third_party/instrumented_libraries/instrumented_libraries.gyp (revision 0) |
@@ -0,0 +1,67 @@ |
+# 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. |
+ |
+{ |
+ 'targets': [ |
+ { |
+ 'target_name': 'instrumented_libraries', |
+ 'type': 'none', |
+ 'variables': { |
+ 'prune_self_dependency': 1, |
+ }, |
+ 'dependencies': [ |
+ 'libpng12-0', |
+ 'libxau6', |
+ ], |
+ 'actions': [ |
+ { |
+ 'action_name': 'fix_rpaths', |
+ 'inputs': [ |
+ 'fix_rpaths' |
Alexander Potapenko
2013/10/30 11:46:27
please add a comma after the list item
alextaran1
2013/10/30 12:00:47
Done.
|
+ ], |
+ 'outputs': [ |
+ '<(PRODUCT_DIR)/instrumented_libraries/asan/rpaths.fixed.txt' |
Alexander Potapenko
2013/10/30 11:46:27
please add a comma after the list item
alextaran1
2013/10/30 12:00:47
Done.
|
+ ], |
+ 'action': ['./fix_rpaths', '<(PRODUCT_DIR)/instrumented_libraries/asan'] |
+ }, |
+ ], |
+ }, |
+ { |
+ 'target_name': 'libpng12-0', |
+ 'type': 'none', |
+ 'dependencies=': [ |
+ ], |
+ 'actions': [ |
+ { |
+ 'action_name': '<(_target_name)', |
+ 'inputs': [ |
+ 'download_build_install', |
+ ], |
+ 'outputs': [ |
+ '<(PRODUCT_DIR)/instrumented_libraries/asan/<(_target_name).txt' |
Alexander Potapenko
2013/10/30 11:46:27
comma here
alextaran1
2013/10/30 12:00:47
Done.
|
+ ], |
+ 'action': ['./download_build_install', '-i', '<(PRODUCT_DIR)', '-l', '<(_target_name)', '-m', '<(INTERMEDIATE_DIR)', '-s', 'asan'] |
+ }, |
+ ], |
+ }, |
+ { |
+ 'target_name': 'libxau6', |
+ 'type': 'none', |
+ 'dependencies=': [ |
+ ], |
+ 'actions': [ |
+ { |
+ 'action_name': '<(_target_name)', |
+ 'inputs': [ |
+ 'download_build_install', |
+ ], |
+ 'outputs': [ |
+ '<(PRODUCT_DIR)/instrumented_libraries/asan/<(_target_name).txt' |
Alexander Potapenko
2013/10/30 11:46:27
comma here
alextaran1
2013/10/30 12:00:47
Done.
|
+ ], |
+ 'action': ['./download_build_install', '-i', '<(PRODUCT_DIR)', '-l', '<(_target_name)', '-m', '<(INTERMEDIATE_DIR)', '-s', 'asan'] |
+ }, |
+ ], |
+ }, |
+ ], |
+} |
Property changes on: third_party/instrumented_libraries/instrumented_libraries.gyp |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |