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

Unified Diff: mojo/services/public/sky/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/services/public/js/shell.js ('k') | mojo/services/surfaces/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/public/sky/BUILD.gn
diff --git a/mojo/public/sky/BUILD.gn b/mojo/services/public/sky/BUILD.gn
similarity index 63%
copy from mojo/public/sky/BUILD.gn
copy to mojo/services/public/sky/BUILD.gn
index c7019be9f749bc5317b96ada6d29fc65625a7c9e..4776aa392b59ecf8bd48f60a41191b92cea417ac 100644
--- a/mojo/public/sky/BUILD.gn
+++ b/mojo/services/public/sky/BUILD.gn
@@ -3,16 +3,11 @@
# found in the LICENSE file.
action_foreach("sky") {
- script = "convert_amd_modules_to_sky.py"
+ script = "../../../public/sky/convert_amd_modules_to_sky.py"
sources = [
- "../js/bindings.js",
- "../js/buffer.js",
- "../js/codec.js",
- "../js/connection.js",
- "../js/connector.js",
- "../js/router.js",
- "../js/unicode.js",
- "../js/validator.js",
+ "../js/application.js",
+ "../js/service_provider.js",
+ "../js/shell.js",
]
outputs = [
"$target_gen_dir/{{source_name_part}}.sky",
« no previous file with comments | « mojo/services/public/js/shell.js ('k') | mojo/services/surfaces/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698