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

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

Issue 704363002: XXX test gn format everything (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « mojo/public/cpp/system/BUILD.gn ('k') | mojo/public/gles2/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/dart/BUILD.gn
diff --git a/mojo/public/dart/BUILD.gn b/mojo/public/dart/BUILD.gn
index 0acb310cb9081015669b3160059c7cfd5820b6d9..5938db66eff16ef3b11a8bb3fd9e1aee7b300335 100644
--- a/mojo/public/dart/BUILD.gn
+++ b/mojo/public/dart/BUILD.gn
@@ -10,7 +10,6 @@ group("dart") {
]
}
-
group("core") {
deps = [
":mojo_dart_core",
@@ -18,9 +17,8 @@ group("core") {
]
}
-
shared_library("mojo_dart_core") {
- defines = ["DART_SHARED_LIB"]
+ defines = [ "DART_SHARED_LIB" ]
sources = [
"src/mojo_dart_core.cc",
]
@@ -34,20 +32,16 @@ shared_library("mojo_dart_core") {
]
}
-
copy("copy_core_library") {
sources = [
"$root_out_dir/libmojo_dart_core.so",
]
- outputs = [
- "$root_out_dir/gen/mojo/public/dart/src/libmojo_dart_core.so"
- ]
- deps =[
- ":mojo_dart_core"
+ outputs = [ "$root_out_dir/gen/mojo/public/dart/src/libmojo_dart_core.so" ]
+ deps = [
+ ":mojo_dart_core",
]
}
-
copy("bindings") {
sources = [
"bindings.dart",
@@ -63,7 +57,5 @@ copy("bindings") {
"src/message_pipe.dart",
"src/types.dart",
]
- outputs = [
- "{{source_gen_dir}}/{{source_file_part}}"
- ]
-}
+ outputs = [ "{{source_gen_dir}}/{{source_file_part}}" ]
+}
« no previous file with comments | « mojo/public/cpp/system/BUILD.gn ('k') | mojo/public/gles2/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698