mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change mojo application name to {name}.mojo
Also remove obsolete reference to gyp files. R=abarth@chromium.org, brettw@chromium.org, aa@chromium.org Review URL: https://codereview.chromium.org/713513002
This commit is contained in:
parent
d91f4a7231
commit
e1311d656d
@ -2,6 +2,7 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("//mojo/public/mojo_application.gni")
|
||||
import("//mojo/public/tools/bindings/mojom.gni")
|
||||
|
||||
group("inspector") {
|
||||
@ -10,7 +11,7 @@ group("inspector") {
|
||||
]
|
||||
}
|
||||
|
||||
shared_library("sky_inspector_server") {
|
||||
mojo_native_application("sky_inspector_server") {
|
||||
sources = [
|
||||
"server.cc",
|
||||
]
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("//mojo/public/mojo_application.gni")
|
||||
import("//mojo/public/tools/bindings/mojom.gni")
|
||||
|
||||
group("debugger") {
|
||||
@ -13,7 +14,7 @@ group("debugger") {
|
||||
]
|
||||
}
|
||||
|
||||
shared_library("sky_debugger") {
|
||||
mojo_native_application("sky_debugger") {
|
||||
sources = [
|
||||
"debugger.cc",
|
||||
"debugger.h",
|
||||
|
||||
@ -2,7 +2,9 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
shared_library("prompt") {
|
||||
import("//mojo/public/mojo_application.gni")
|
||||
|
||||
mojo_native_application("prompt") {
|
||||
output_name = "sky_debugger_prompt"
|
||||
|
||||
sources = [
|
||||
|
||||
@ -2,7 +2,9 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
shared_library("tester") {
|
||||
import("//mojo/public/mojo_application.gni")
|
||||
|
||||
mojo_native_application("tester") {
|
||||
output_name = "sky_tester"
|
||||
|
||||
sources = [
|
||||
|
||||
@ -2,9 +2,10 @@
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
import("//mojo/public/mojo_application.gni")
|
||||
import("//mojo/public/tools/bindings/mojom.gni")
|
||||
|
||||
shared_library("viewer") {
|
||||
mojo_native_application("viewer") {
|
||||
output_name = "sky_viewer"
|
||||
|
||||
sources = [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user