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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 768223002: Instrumented libraries: add libva1 for ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | « no previous file | third_party/instrumented_libraries/patches/libva1.diff » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index 608caf000f4ddde61fc19e7f4a0fb3b9ae6b62b3..339565eaf2ca135bab2781b82ae380fea5f4079c 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -159,6 +159,7 @@
['chromeos==1', {
'dependencies': [
'<(_sanitizer_type)-brltty',
+ '<(_sanitizer_type)-libva1',
],
}]
],
@@ -693,5 +694,14 @@
'dependencies=': [],
'includes': ['standard_instrumented_package_target.gypi'],
},
+ {
+ 'package_name': 'libva1',
+ 'dependencies=': [],
+ # 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',
+ 'includes': ['standard_instrumented_package_target.gypi'],
+ },
],
}
« no previous file with comments | « no previous file | third_party/instrumented_libraries/patches/libva1.diff » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698