diff options
author | baixo <baixo@chromium.org> | 2014-11-26 18:12:05 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-27 02:12:29 +0000 |
commit | eaf6a0379031a3af5e86812a2e9ce125746278e1 (patch) | |
tree | 12f943a3a6bfcc98d3962b291e0cb779ba830b75 /testing/chromoting/chromoting_integration_tests.isolate | |
parent | 4bc4f40ebaf426df2b58f4ab94549c9cc29364a6 (diff) | |
download | chromium_src-eaf6a0379031a3af5e86812a2e9ce125746278e1.zip chromium_src-eaf6a0379031a3af5e86812a2e9ce125746278e1.tar.gz chromium_src-eaf6a0379031a3af5e86812a2e9ce125746278e1.tar.bz2 |
Ensure natives_blob.bin and snapshot_blob.bin are present when running chromoting_integration_tests with isolate.py.
BUG=421063, 436892
Review URL: https://codereview.chromium.org/760943002
Cr-Commit-Position: refs/heads/master@{#305945}
Diffstat (limited to 'testing/chromoting/chromoting_integration_tests.isolate')
-rw-r--r-- | testing/chromoting/chromoting_integration_tests.isolate | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/chromoting/chromoting_integration_tests.isolate b/testing/chromoting/chromoting_integration_tests.isolate index cdfd8c4..e36aef2 100644 --- a/testing/chromoting/chromoting_integration_tests.isolate +++ b/testing/chromoting/chromoting_integration_tests.isolate @@ -83,5 +83,6 @@ ], 'includes': [ '../../base/base.isolate', + '../../gin/v8.isolate', ], -}
\ No newline at end of file +} |