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

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

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.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
Index: mojo/apps/js/BUILD.gn
diff --git a/mojo/apps/js/BUILD.gn b/mojo/apps/js/BUILD.gn
index 82ceb72ad117f014051d46bf6191875e8e36f813..fe0b8b4d680145a71d1cb186a49e820256d0eca6 100644
--- a/mojo/apps/js/BUILD.gn
+++ b/mojo/apps/js/BUILD.gn
@@ -17,7 +17,7 @@ source_set("mojo_runner") {
]
public_deps = [
- "//mojo/bindings/js",
+ "//mojo/edk/js",
]
deps = [
"//base",
@@ -35,7 +35,7 @@ source_set("js_apps") {
]
public_deps = [
- "//mojo/bindings/js",
+ "//mojo/edk/js",
]
deps = [
":mojo_runner",
« no previous file with comments | « mojo/BUILD.gn ('k') | mojo/apps/js/bindings/BUILD.gn » ('j') | mojo/edk/js/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698