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

Unified Diff: mojo/edk/js/BUILD.gn

Issue 728553002: Update mojo sdk to rev afb4440fd5a10cba980878c326180b7ad7960480 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « mojo/edk/embedder/test_embedder.cc ('k') | mojo/edk/js/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/BUILD.gn
diff --git a/mojo/edk/js/BUILD.gn b/mojo/edk/js/BUILD.gn
index b8d60ecc2b7a54a2984574c7bd3575dfeee1da8f..e652b809ec060232bda81c8026d899463bd9ebdf 100644
--- a/mojo/edk/js/BUILD.gn
+++ b/mojo/edk/js/BUILD.gn
@@ -11,8 +11,12 @@ source_set("js") {
"handle.cc",
"handle.h",
"handle_close_observer.h",
+ "mojo_runner_delegate.cc",
+ "mojo_runner_delegate.h",
"support.cc",
"support.h",
+ "threading.cc",
+ "threading.h",
"waiting_callback.cc",
"waiting_callback.h",
]
@@ -22,15 +26,24 @@ source_set("js") {
"//gin",
"//v8",
]
+
+ deps = [
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
+ ]
}
source_set("js_unittests") {
testonly = true
+ sources = [
+ "handle_unittest.cc",
+ ]
+
deps = [
+ "//mojo/edk/js",
"//mojo/edk/test:test_support",
+ "//mojo/public/cpp/system",
+ "//testing/gtest",
]
- sources = [
- "handle_unittest.cc",
- ]
}
« no previous file with comments | « mojo/edk/embedder/test_embedder.cc ('k') | mojo/edk/js/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698