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

Unified Diff: cc/BUILD.gn

Issue 2340923002: [Android] Specify data for cc_perftests. (Closed)
Patch Set: Created 4 years, 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index b4dcd57f26d7c0c5ea710585904c4f558748af89..1c128b77dcdd2dbba161b12089a49e99119c567e 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -1046,4 +1046,8 @@ test("cc_perftests") {
# This target should not require the Chrome executable to run.
assert_no_deps = [ "//chrome" ]
+
+ data = [
+ "test/data/",
+ ]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698