summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authorearthdok <earthdok@chromium.org>2015-03-18 11:17:48 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-18 18:18:40 +0000
commita1c84bc83dcf5cb61d907c2d4285ebebb39315a1 (patch)
tree5705e1f01ba464888a0ed769001a20aa9b5bd0e3 /third_party/instrumented_libraries/instrumented_libraries.gyp
parentee2eaca573eea513492b0f7931a1dfeeb6af999e (diff)
downloadchromium_src-a1c84bc83dcf5cb61d907c2d4285ebebb39315a1.zip
chromium_src-a1c84bc83dcf5cb61d907c2d4285ebebb39315a1.tar.gz
chromium_src-a1c84bc83dcf5cb61d907c2d4285ebebb39315a1.tar.bz2
Instrumented libraries: move all scripts to scripts/.
BUG=none R=glider@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/1012823003 Cr-Commit-Position: refs/heads/master@{#321171}
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp38
1 files changed, 19 insertions, 19 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 5c5c50c..28fa65f 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -56,7 +56,7 @@
'-Wl,-R,XORIGIN/.'
],
'patch': '',
- 'run_before_build': '',
+ 'pre_build': '',
'asan_blacklist': '',
'msan_blacklist': '',
'tsan_blacklist': '',
@@ -186,7 +186,7 @@
'package_name': 'freetype',
'dependencies=': [],
'extra_configure_flags': ['--disable-static'],
- 'run_before_build': 'scripts/freetype.sh',
+ 'pre_build': 'scripts/pre-build/freetype.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -284,7 +284,7 @@
],
'asan_blacklist': 'blacklists/asan/libglib2.0-0.txt',
'msan_blacklist': 'blacklists/msan/libglib2.0-0.txt',
- 'run_before_build': 'scripts/autogen.sh',
+ 'pre_build': 'scripts/pre-build/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -302,7 +302,7 @@
# TSan reports data races on debug variables.
'--disable-debug',
],
- 'run_before_build': 'scripts/libnspr4.sh',
+ 'pre_build': 'scripts/pre-build/libnspr4.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -310,7 +310,7 @@
'dependencies=': [],
'extra_configure_flags': ['--disable-static'],
# Required on Trusty due to autoconf version mismatch.
- 'run_before_build': 'scripts/autoreconf.sh',
+ 'pre_build': 'scripts/pre-build/autoreconf.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -352,7 +352,7 @@
],
'msan_blacklist': 'blacklists/msan/libx11-6.txt',
# Required on Trusty due to autoconf version mismatch.
- 'run_before_build': 'scripts/autoreconf.sh',
+ 'pre_build': 'scripts/pre-build/autoreconf.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -375,7 +375,7 @@
}],
],
# Required on Trusty due to autoconf version mismatch.
- 'run_before_build': 'scripts/autoreconf.sh',
+ 'pre_build': 'scripts/pre-build/autoreconf.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -501,14 +501,14 @@
# this even impacts x86-64 builds.
'--disable-neon-opt'
],
- 'run_before_build': 'scripts/pulseaudio.sh',
+ 'pre_build': 'scripts/pre-build/pulseaudio.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
'package_name': 'libasound2',
'dependencies=': [],
'extra_configure_flags': ['--disable-static'],
- 'run_before_build': 'scripts/libasound2.sh',
+ 'pre_build': 'scripts/pre-build/libasound2.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -575,7 +575,7 @@
# TODO(earthdok): find a better fix.
'--disable-gudev'
],
- 'run_before_build': 'scripts/udev.sh',
+ 'pre_build': 'scripts/pre-build/udev.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -630,7 +630,7 @@
'patch': 'patches/libgtk2.0-0.trusty.diff',
}],
],
- 'run_before_build': 'scripts/libgtk2.0-0.sh',
+ 'pre_build': 'scripts/pre-build/libgtk2.0-0.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -648,7 +648,7 @@
'--disable-modules',
],
'dependencies=': [],
- 'run_before_build': 'scripts/libgdk-pixbuf2.0-0.sh',
+ 'pre_build': 'scripts/pre-build/libgdk-pixbuf2.0-0.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -673,7 +673,7 @@
'--disable-vala',
],
'dependencies=': [],
- 'run_before_build': 'scripts/autogen.sh',
+ 'pre_build': 'scripts/pre-build/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -698,7 +698,7 @@
],
'dependencies=': [],
'jobs': 1,
- 'run_before_build': 'scripts/autogen.sh',
+ 'pre_build': 'scripts/pre-build/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -713,7 +713,7 @@
'--disable-vala',
],
'dependencies=': [],
- 'run_before_build': 'scripts/autogen.sh',
+ 'pre_build': 'scripts/pre-build/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -730,7 +730,7 @@
'package_name': 'libunity9',
'dependencies=': [],
'extra_configure_flags': ['--disable-static'],
- 'run_before_build': 'scripts/autogen.sh',
+ 'pre_build': 'scripts/pre-build/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -741,7 +741,7 @@
'--disable-introspection',
],
'dependencies=': [],
- 'run_before_build': 'scripts/autogen.sh',
+ 'pre_build': 'scripts/pre-build/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -786,7 +786,7 @@
# Backport a use-after-free fix:
# http://cgit.freedesktop.org/libva/diff/va/va.c?h=staging&id=d4988142a3f2256e38c5c5cdcdfc1b4f5f3c1ea9
'patch': 'patches/libva1.diff',
- 'run_before_build': 'scripts/libva1.sh',
+ 'pre_build': 'scripts/pre-build/libva1.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
{
@@ -797,7 +797,7 @@
# See above.
'--disable-introspection',
],
- 'run_before_build': 'scripts/autoreconf.sh',
+ 'pre_build': 'scripts/pre-build/autoreconf.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
],