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

Unified Diff: mojo/public/sky/BUILD.gn

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking 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/public/python/mojo/bindings/reflection.py ('k') | mojo/public/sky/convert_amd_modules_to_sky.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/sky/BUILD.gn
diff --git a/mojo/public/sky/BUILD.gn b/mojo/public/sky/BUILD.gn
index 23b149218f625757450c6d9770b8f5500f3c47d8..2d34c93d4996cf2e259227d6fb085933e4c004f2 100644
--- a/mojo/public/sky/BUILD.gn
+++ b/mojo/public/sky/BUILD.gn
@@ -5,13 +5,13 @@
action_foreach("sky") {
script = "convert_amd_modules_to_sky.py"
sources = [
- "//mojo/public/js/bindings/buffer.js",
- "//mojo/public/js/bindings/codec.js",
- "//mojo/public/js/bindings/connection.js",
- "//mojo/public/js/bindings/connector.js",
- "//mojo/public/js/bindings/router.js",
- "//mojo/public/js/bindings/unicode.js",
- "//mojo/public/js/bindings/validator.js",
+ "//mojo/public/js/buffer.js",
+ "//mojo/public/js/codec.js",
+ "//mojo/public/js/connection.js",
+ "//mojo/public/js/connector.js",
+ "//mojo/public/js/router.js",
+ "//mojo/public/js/unicode.js",
+ "//mojo/public/js/validator.js",
]
outputs = [
"$target_gen_dir/{{source_name_part}}.sky",
« no previous file with comments | « mojo/public/python/mojo/bindings/reflection.py ('k') | mojo/public/sky/convert_amd_modules_to_sky.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698