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

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

Issue 830593003: Update mojo sdk to rev 9fbbc4f0fef1187312316c0ed992342474e139f1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cherry-pick mojo 9d3b8dd17f12d20035a14737fdc38dd926890ff8 Created 5 years, 11 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 | « mojo/edk/embedder/platform_channel_pair_posix_unittest.cc ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/js/test/BUILD.gn
diff --git a/mojo/edk/js/test/BUILD.gn b/mojo/edk/js/test/BUILD.gn
index 6e9792c7e5e5da5857fae78437ce9dcbefbf9ece..badc3ad5d24c695cd381c257614b0fa90585c852 100644
--- a/mojo/edk/js/test/BUILD.gn
+++ b/mojo/edk/js/test/BUILD.gn
@@ -8,13 +8,13 @@ test("js_unittests") {
"../../js:js_unittests",
"../../test:run_all_unittests",
"../../test:test_support",
- "../../../environment:chromium",
"../../../public/cpp/environment",
"../../../public/cpp/system",
"../../../public/cpp/utility",
"../../../public/interfaces/bindings/tests:test_interfaces",
"//base",
"//gin:gin_test",
+ "//mojo/environment:chromium",
]
sources = [
@@ -28,11 +28,11 @@ test("js_integration_tests") {
"../../js/tests:js_to_cpp_tests",
"../../test:run_all_unittests",
"../../test:test_support",
- "../../../environment:chromium",
"../../../public/cpp/bindings",
"../../../public/interfaces/bindings/tests:test_interfaces",
"//base",
"//gin:gin_test",
+ "//mojo/environment:chromium",
]
sources = [
« no previous file with comments | « mojo/edk/embedder/platform_channel_pair_posix_unittest.cc ('k') | mojo/edk/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698