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

Unified Diff: headless/BUILD.gn

Issue 2591693003: testing: Run headless tests on Linux (Closed)
Patch Set: More test data Created 4 years 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 | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index e79510b87133f06269ddcf698b0480e79e7a57b7..4804aa3fdf1e029383dabab374eb7e5280ec1174 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -332,6 +332,12 @@ test("headless_browsertests") {
data = [
"$root_out_dir/headless_browser_tests.pak",
+ "$root_out_dir/headless_lib.pak",
+ "//net/tools/testserver/",
+ "//third_party/pyftpdlib/",
+ "//third_party/pywebsocket/",
+ "//third_party/tlslite/",
+ "test/data/",
]
defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698