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

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

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 | « third_party/mojo/src/mojo/edk/js/support.cc ('k') | third_party/mojo/src/mojo/edk/js/test/run_js_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/edk/js/test/BUILD.gn
diff --git a/third_party/mojo/src/mojo/edk/js/test/BUILD.gn b/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
index d5439121b39bb26557e5d14603ff9bf81adef7ef..eab195745731ff1ac11d79b8711ab4870d8af90a 100644
--- a/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
+++ b/third_party/mojo/src/mojo/edk/js/test/BUILD.gn
@@ -10,14 +10,14 @@ test("js_unittests") {
"../../js:js_unittests",
"../../test:run_all_unittests",
"../../test:test_support",
- "../../../public/cpp/environment",
- "../../../public/cpp/system",
- "../../../public/cpp/utility",
- "../../../public/interfaces/bindings/tests:test_interfaces",
- "../../../public/interfaces/bindings/tests:test_interfaces_experimental",
"//base",
"//gin:gin_test",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/environment",
+ "//mojo/public/cpp/system",
+ "//mojo/public/cpp/utility",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces_experimental",
]
sources = [
@@ -31,11 +31,11 @@ test("js_integration_tests") {
"../../js/tests:js_to_cpp_tests",
"../../test:run_all_unittests",
"../../test:test_support",
- "../../../public/cpp/bindings",
- "../../../public/interfaces/bindings/tests:test_interfaces",
"//base",
"//gin:gin_test",
"//mojo/environment:chromium",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces",
]
sources = [
« no previous file with comments | « third_party/mojo/src/mojo/edk/js/support.cc ('k') | third_party/mojo/src/mojo/edk/js/test/run_js_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698