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

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

Issue 2250183003: Make the fuchsia mojo/public repo the source of truth. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 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/application_impl_base.h » ('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 4d3334a5316423254bb09c7b3bcdaa4e940227df..0000000000000000000000000000000000000000
--- a/mojo/public/cpp/application/BUILD.gn
+++ /dev/null
@@ -1,89 +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_impl_base.h",
- "connect.h",
- "connection_context.h",
- "lib/application_impl_base.cc",
- "lib/connect.cc",
- "lib/service_provider_impl.cc",
- "run_application.h",
- "service_connector.h",
- "service_provider_impl.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/run_application.cc",
- ]
-
- public_deps = [
- ":application",
- ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/environment:standalone",
- "mojo/public/cpp/system",
- "mojo/public/cpp/utility",
- "mojo/public/interfaces/application",
- ]
-}
-
-mojo_sdk_source_set("test_support") {
- testonly = true
- sources = [
- "application_test_base.h",
- "lib/application_test_base.cc",
- ]
-
- deps = [
- ":application",
- ]
-
- mojo_sdk_public_deps = [ "mojo/public:gtest" ]
-
- mojo_sdk_deps = [
- "mojo/public/cpp/bindings",
- "mojo/public/cpp/environment",
- "mojo/public/cpp/system",
- "mojo/public/interfaces/application",
- ]
-}
-
-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/interfaces/application",
- "mojo/public/cpp/environment:standalone",
- "mojo/public/cpp/system",
- "mojo/public/cpp/utility",
- "mojo/public/interfaces/application",
- ]
-}
« no previous file with comments | « mojo/public/cpp/README.md ('k') | mojo/public/cpp/application/application_impl_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698