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

Unified Diff: mojo/shell/public/cpp/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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 | « mojo/shell/native_runner_delegate.h ('k') | mojo/shell/public/cpp/application_runner.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/public/cpp/BUILD.gn
diff --git a/mojo/shell/public/cpp/BUILD.gn b/mojo/shell/public/cpp/BUILD.gn
deleted file mode 100644
index 53318b1ce7090f04b2fdf939b03ce80590cb4aa2..0000000000000000000000000000000000000000
--- a/mojo/shell/public/cpp/BUILD.gn
+++ /dev/null
@@ -1,121 +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.
-
-# GYP version: mojo/mojo_base.gyp:mojo_application_base
-source_set("cpp") {
- public_deps = [
- ":init_commandline",
- ":sources",
- ]
-}
-
-# Like the target above, but without special commandline initialization that
-# apps use.
-source_set("cpp_for_chromium") {
- public_deps = [
- ":sources",
- ]
-}
-
-source_set("sources") {
- sources = [
- "application_runner.h",
- "capabilities.h",
- "connect.h",
- "connection.h",
- "connector.h",
- "identity.h",
- "initialize_base_and_icu.cc",
- "interface_binder.h",
- "interface_factory.h",
- "interface_factory_impl.h",
- "interface_registry.h",
- "lib/application_runner.cc",
- "lib/capabilities.cc",
- "lib/connection_impl.cc",
- "lib/connection_impl.h",
- "lib/connector_impl.cc",
- "lib/connector_impl.h",
- "lib/identity.cc",
- "lib/interface_factory_binder.h",
- "lib/interface_registry.cc",
- "lib/message_loop_ref.cc",
- "lib/names.cc",
- "lib/shell_client.cc",
- "lib/shell_connection.cc",
- "message_loop_ref.h",
- "names.h",
- "shell.h",
- "shell_client.h",
- "shell_connection.h",
- ]
-
- deps = [
- "//base",
- "//base:i18n",
- ]
-
- public_deps = [
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//mojo/shell/public/interfaces",
- "//url",
- ]
-}
-
-source_set("init_commandline") {
- sources = [
- "lib/init_commandline.cc",
- ]
-}
-
-source_set("test_support") {
- testonly = true
- sources = [
- "application_test_base.h",
- "lib/application_test_base.cc",
- "lib/application_test_main.cc",
- ]
-
- public_deps = [
- ":cpp",
- "//testing/gtest",
- ]
-
- deps = [
- "//base",
- "//base/test:test_support",
- "//mojo/logging",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//mojo/shell/public/interfaces:interfaces_cpp_sources",
- ]
-
- data_deps = []
-}
-
-source_set("shell_test_support") {
- testonly = true
- sources = [
- "lib/shell_test.cc",
- "shell_test.h",
- ]
-
- public_deps = [
- ":cpp",
- "//testing/gtest",
- ]
-
- deps = [
- "//base",
- "//base/test:test_support",
- "//mojo/logging",
- "//mojo/public/cpp/bindings",
- "//mojo/public/cpp/system",
- "//mojo/shell/background:lib",
- "//mojo/shell/public/interfaces:interfaces_cpp_sources",
- ]
-
- data_deps = []
-}
« no previous file with comments | « mojo/shell/native_runner_delegate.h ('k') | mojo/shell/public/cpp/application_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698