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

Unified Diff: sky/viewer/BUILD.gn

Issue 1235093002: Move sky_viewer into services/sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: again Created 5 years, 5 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 | « sky/BUILD.gn ('k') | sky/viewer/compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
- ]
-}
« no previous file with comments | « sky/BUILD.gn ('k') | sky/viewer/compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698