| Index: gin/v8.isolate
|
| diff --git a/sql/sql_unittests.isolate b/gin/v8.isolate
|
| similarity index 57%
|
| copy from sql/sql_unittests.isolate
|
| copy to gin/v8.isolate
|
| index f422ae6eab691af4c5ae63e2cc8ff17cdc676ebd..14d8a2cf733295c2dde8e85f4e15ee80cfc5a34d 100644
|
| --- a/sql/sql_unittests.isolate
|
| +++ b/gin/v8.isolate
|
| @@ -3,15 +3,13 @@
|
| # found in the LICENSE file.
|
| {
|
| 'conditions': [
|
| - ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
|
| + ['v8_use_external_startup_data==1', {
|
| 'variables': {
|
| - 'files': [
|
| - 'test/data/',
|
| + 'isolate_dependency_tracked': [
|
| + '<(PRODUCT_DIR)/natives_blob.bin',
|
| + '<(PRODUCT_DIR)/snapshot_blob.bin',
|
| ],
|
| },
|
| }],
|
| ],
|
| - 'includes': [
|
| - '../base/base.isolate',
|
| - ],
|
| }
|
|
|