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

Unified Diff: base/base.isolate

Issue 1124763003: Update from https://crrev.com/327068 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: update nacl, buildtools, fix display_change_notifier_unittest Created 5 years, 7 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
Index: base/base.isolate
diff --git a/base/base.isolate b/base/base.isolate
index a2458194bf382c327436065e5a115f56f284cbc0..c7ba651ac71f0924cb9c0f25a66bc58a2aa89d0a 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -7,6 +7,8 @@
# itself, virtually all targets using it has to include icu. The only
# exception is the Windows sandbox (?).
'../third_party/icu/icu.isolate',
+ # Sanitizer-instrumented third-party libraries (if enabled).
+ '../third_party/instrumented_libraries/instrumented_libraries.isolate',
],
'conditions': [
['use_custom_libcxx==1', {
@@ -16,13 +18,6 @@
],
},
}],
- ['use_instrumented_libraries==1', {
- 'variables': {
- 'files': [
- '<(PRODUCT_DIR)/instrumented_libraries/',
- ],
- },
- }],
['OS=="mac" and asan==1', {
'variables': {
'files': [
« no previous file with comments | « base/base.gypi ('k') | base/base_nacl.gyp » ('j') | mojo/public/tools/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698