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

Unified Diff: gin/BUILD.gn

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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 | « BUILD.gn ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index ef741011c36845a5cab5653874bdec2c258684b5..c0adbc9907ae6aaff3db33aa4c2241efcff99eee 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -156,6 +156,9 @@ source_set("gin_test") {
"test/v8_test.cc",
"test/v8_test.h",
]
+ data = [
+ "test/expect.js",
+ ]
public_deps = [
":gin",
@@ -195,7 +198,6 @@ test("gin_unittests") {
data = [
"modules/module_registry_unittests.js",
"shell/hello_world.js",
- "test/expect.js",
"test/file_unittests.js",
"test/gtest_unittests.js",
"../OWNERS",
« no previous file with comments | « BUILD.gn ('k') | ipc/mojo/ipc_mojo.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698