| Index: sky/viewer/BUILD.gn
|
| diff --git a/sky/viewer/BUILD.gn b/sky/viewer/BUILD.gn
|
| deleted file mode 100644
|
| index 1dfc6a50c4b3c56552f2c92ab4563b917a3e4ce6..0000000000000000000000000000000000000000
|
| --- a/sky/viewer/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,64 +0,0 @@
|
| -# Copyright 2014 The Chromium Authors. All rights reserved.
|
| -# 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")
|
| -
|
| -mojo_native_application("viewer") {
|
| - output_name = "sky_viewer"
|
| -
|
| - sources = [
|
| - "content_handler_impl.cc",
|
| - "content_handler_impl.h",
|
| - "converters/basic_types.cc",
|
| - "converters/basic_types.h",
|
| - "converters/input_event_types.cc",
|
| - "converters/input_event_types.h",
|
| - "dart_library_provider_impl.cc",
|
| - "dart_library_provider_impl.h",
|
| - "document_view.cc",
|
| - "document_view.h",
|
| - "internals.cc",
|
| - "internals.h",
|
| - "runtime_flags.cc",
|
| - "runtime_flags.h",
|
| - "viewer.cc",
|
| - ]
|
| -
|
| - include_dirs = [ ".." ]
|
| -
|
| - deps = [
|
| - "//mojo/application",
|
| - "//mojo/common",
|
| - "//mojo/common:tracing_impl",
|
| - "//mojo/converters/geometry",
|
| - "//mojo/converters/input_events",
|
| - "//mojo/converters/surfaces",
|
| - "//mojo/icu",
|
| - "//mojo/public/cpp/bindings",
|
| - "//mojo/public/cpp/system",
|
| - "//mojo/public/cpp/utility",
|
| - "//mojo/public/interfaces/application",
|
| - "//mojo/services/content_handler/public/interfaces",
|
| - "//mojo/services/gpu/public/interfaces",
|
| - "//mojo/services/input_events/public/interfaces",
|
| - "//mojo/services/navigation/public/interfaces",
|
| - "//mojo/services/network/public/interfaces",
|
| - "//mojo/services/service_registry/public/interfaces",
|
| - "//mojo/services/surfaces/public/interfaces",
|
| - "//mojo/services/view_manager/public/cpp",
|
| - "//mojo/services/view_manager/public/interfaces",
|
| - "//skia",
|
| - "//sky/engine",
|
| - "//sky/engine/tonic",
|
| - "//sky/services/activity:interfaces",
|
| - "//sky/services/platform",
|
| - "//sky/services/testing:interfaces",
|
| - "//sky/shell/dart",
|
| - "//sky/viewer/compositor",
|
| - "//third_party/icu",
|
| - "//ui/events",
|
| - "//url",
|
| - ]
|
| -}
|
|
|