summaryrefslogtreecommitdiffstats
path: root/courgette
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2016-02-11 11:28:25 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-11 19:30:18 +0000
commit36ceb3208ad8e20193e7f2f1780abcaf398e650f (patch)
tree0f8a96976602c25fbd5a45820fddbb2b32c1ff08 /courgette
parent647546723325fa08774caf23c1aa71dc15b279c1 (diff)
downloadchromium_src-36ceb3208ad8e20193e7f2f1780abcaf398e650f.zip
chromium_src-36ceb3208ad8e20193e7f2f1780abcaf398e650f.tar.gz
chromium_src-36ceb3208ad8e20193e7f2f1780abcaf398e650f.tar.bz2
gn: Make courgette_unittests pass on swarming
courgette_unittests.isolate lists this, but gn-based swarming doesn't use the checked-in isolate files. Verified that this makes things pass by running python tools\mb\mb.py run //out/gn courgette_unittests locally. Without this patch, this command fails locally. BUG=498033 TBR=wfh Review URL: https://codereview.chromium.org/1689623005 Cr-Commit-Position: refs/heads/master@{#374919}
Diffstat (limited to 'courgette')
-rw-r--r--courgette/BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index 8916c15..ffb42bc 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -135,6 +135,10 @@ test("courgette_unittests") {
"//base/test:test_support",
"//testing/gtest",
]
+
+ data = [
+ "testdata/",
+ ]
}
test("courgette_fuzz") {