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

Unified Diff: base/base.isolate

Issue 1026183003: Instrumented libraries: add a base.isolate entry for prebuilt libs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android 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 | build/android/pylib/utils/isolator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.isolate
diff --git a/base/base.isolate b/base/base.isolate
index a2458194bf382c327436065e5a115f56f284cbc0..43fca1f21bc70f373d2309e73c23e8c51b0292a4 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -23,6 +23,13 @@
],
},
}],
+ ['use_prebuilt_instrumented_libraries==1', {
M-A Ruel 2015/03/24 13:22:51 I'm not sure it is the right place. Are these file
earthdok 2015/03/24 13:29:29 The files are produced by third_party/instrumented
M-A Ruel 2015/03/24 13:31:12 It is preferable to have the .isolate aside the .g
earthdok 2015/03/24 13:42:11 Done. I should also move lines 12-17 to a separate
M-A Ruel 2015/03/24 13:52:09 Ok
+ 'variables': {
+ 'files': [
+ '<(PRODUCT_DIR)/instrumented_libraries_prebuilt/',
+ ],
+ },
+ }],
['OS=="mac" and asan==1', {
'variables': {
'files': [
« no previous file with comments | « no previous file | build/android/pylib/utils/isolator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698