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

Unified Diff: mojo/public/mojo_sdk.gni

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist Created 6 years 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/mojo_application.gni ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo_sdk.gni
diff --git a/mojo/public/mojo_sdk.gni b/mojo/public/mojo_sdk.gni
index eab8037290cf806edecc9cecc1257b9abcc06f04..6ac3e94d59d9d4a3c8737d81ffc72d3891d7e240 100644
--- a/mojo/public/mojo_sdk.gni
+++ b/mojo/public/mojo_sdk.gni
@@ -25,15 +25,15 @@ mojo_root = get_path_info("../..", "abspath")
# "foo.h",
# "foo.cc",
# ]
-#
+#
# # Same-file deps are specified in the ordinary way. Any external
# dependencies are specified the same way (although in general there should
# be very few of these).
# deps = [
# ":bar",
# ]
-#
-# # Mojo SDK deps are specified relative to the containing directory of the
+#
+# # Mojo SDK deps are specified relative to the containing directory of the
# SDK via mojo_sdk_deps.
# mojo_sdk_deps = [
# "mojo/public/cpp/bindings",
@@ -70,9 +70,8 @@ template("mojo_sdk_source_set") {
defines = invoker.defines
}
- public_configs = [
- rebase_path("mojo/public/build/config:mojo_sdk", ".", mojo_root),
- ]
+ public_configs =
+ [ rebase_path("mojo/public/build/config:mojo_sdk", ".", mojo_root) ]
if (defined(invoker.public_configs)) {
public_configs += invoker.public_configs
}
@@ -85,7 +84,7 @@ template("mojo_sdk_source_set") {
allow_circular_includes_from = invoker.allow_circular_includes_from
}
- if (defined(invoker.public_deps) || (defined(invoker.deps))) {
+ if (defined(invoker.public_deps) || defined(invoker.deps)) {
restrict_external_deps = true
if (defined(invoker.restrict_external_deps)) {
restrict_external_deps = invoker.restrict_external_deps
« no previous file with comments | « mojo/public/mojo_application.gni ('k') | mojo/public/platform/native/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698