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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 1039723002: Instrumented libraries: merge chromeos=1 and chromeos=0 package lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
« no previous file with comments | « no previous file | no next file » | 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 ea0c65950321d2841a8ccc71811838796db9dc63..e860a57533984cdfb96c7e5ed2704539c981e535 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -207,6 +207,8 @@
'<(_sanitizer_type)-libunity9',
'<(_sanitizer_type)-dee',
'<(_sanitizer_type)-libpixman-1-0',
+ '<(_sanitizer_type)-brltty',
+ '<(_sanitizer_type)-libva1',
],
'conditions': [
['"<(_ubuntu_release)"=="precise"', {
@@ -231,12 +233,6 @@
'<(_sanitizer_type)-libpng12-0',
],
}],
- ['chromeos==1', {
- 'dependencies': [
- '<(_sanitizer_type)-brltty',
- '<(_sanitizer_type)-libva1',
- ],
- }]
],
'direct_dependent_settings': {
'target_conditions': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698