| 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 = []
|
| -}
|
|
|