Chromium Code Reviews| 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': [ |