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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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/public/cpp/README.md ('k') | mojo/public/cpp/application/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/cpp/application/BUILD.gn
diff --git a/mojo/public/cpp/application/BUILD.gn b/mojo/public/cpp/application/BUILD.gn
deleted file mode 100644
index 1c8842d4fb6b9168adc0849a1c98f5b7ac4dbfc2..0000000000000000000000000000000000000000
--- a/mojo/public/cpp/application/BUILD.gn
+++ /dev/null
@@ -1,91 +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_sdk.gni")
-
-# GYP version: mojo/public/mojo_public.gyp:mojo_application_base
-mojo_sdk_source_set("application") {
- sources = [
- "application_connection.h",
- "application_delegate.h",
- "application_impl.h",
- "connect.h",
- "service_provider_impl.h",
- "interface_factory.h",
- "interface_factory_impl.h",
- "lib/application_connection.cc",
- "lib/application_delegate.cc",
- "lib/application_impl.cc",
- "lib/service_provider_impl.cc",
- "lib/service_connector.cc",
- "lib/service_connector.h",
- "lib/service_registry.cc",
- "lib/service_registry.h",
- "lib/weak_service_provider.cc",
- "lib/weak_service_provider.h",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/bindings",
- "mojo/public/cpp/environment",
- "mojo/public/cpp/system",
- "mojo/public/interfaces/application",
- ]
-}
-
-# GYP version: mojo/public/mojo_public.gyp:mojo_application_standalone
-mojo_sdk_source_set("standalone") {
- sources = [
- "lib/application_runner.cc",
- ]
-
- public_deps = [
- ":application",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/environment:standalone",
- "mojo/public/cpp/utility",
- ]
-}
-
-mojo_sdk_source_set("test_support") {
- testonly = true
- sources = [
- "application_test_base.h",
- "lib/application_test_base.cc",
- ]
-
- deps = [
- ":application",
- "//testing/gtest",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/bindings",
- "mojo/public/cpp/environment",
- "mojo/public/cpp/system",
- ]
-}
-
-mojo_sdk_source_set("test_support_standalone") {
- testonly = true
- sources = [
- "lib/application_test_main.cc",
- ]
-
- public_deps = [
- ":test_support",
- ]
-
- deps = [
- ":application",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/environment:standalone",
- "mojo/public/cpp/system",
- "mojo/public/cpp/utility",
- ]
-}
« no previous file with comments | « mojo/public/cpp/README.md ('k') | mojo/public/cpp/application/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698