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

Unified Diff: services/shell/shell_public.gyp

Issue 2321803002: Deletes remaining traces of gyp in services/ and mojo/ (Closed)
Patch Set: Created 4 years, 3 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 | « services/shell/shell.gyp ('k') | services/tracing/tracing.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell_public.gyp
diff --git a/services/shell/shell_public.gyp b/services/shell/shell_public.gyp
deleted file mode 100644
index dba0ee3ac69ced2ce29e33a29e9f1bef1c9655fd..0000000000000000000000000000000000000000
--- a/services/shell/shell_public.gyp
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2016 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.
-
-{
- 'targets': [
- {
- 'target_name': 'shell_interfaces',
- 'type': 'none',
- 'variables': {
- 'mojom_files': [
- '../catalog/public/interfaces/catalog.mojom',
- 'public/interfaces/capabilities.mojom',
- 'public/interfaces/connector.mojom',
- 'public/interfaces/interface_provider.mojom',
- 'public/interfaces/resolver.mojom',
- 'public/interfaces/service.mojom',
- 'public/interfaces/service_factory.mojom',
- 'public/interfaces/service_manager.mojom',
- ],
- 'mojom_typemaps': [
- '<(DEPTH)/mojo/common/common_custom_types.typemap',
- ],
- 'use_new_wrapper_types': 'false',
- },
- 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
- 'dependencies': [
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
- ],
- 'export_dependent_settings': [
- '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_custom_types_mojom',
- ],
- },
- {
- # GN version: //services/shell/public/cpp
- 'target_name': 'shell_public',
- 'type': 'static_library',
- 'sources': [
- 'public/cpp/capabilities.h',
- 'public/cpp/connect.h',
- 'public/cpp/connection.h',
- 'public/cpp/connector.h',
- 'public/cpp/identity.h',
- 'public/cpp/interface_binder.h',
- 'public/cpp/interface_factory.h',
- 'public/cpp/interface_factory_impl.h',
- 'public/cpp/interface_provider.h',
- 'public/cpp/interface_registry.h',
- 'public/cpp/lib/callback_binder.cc',
- 'public/cpp/lib/callback_binder.h',
- 'public/cpp/lib/capabilities.cc',
- 'public/cpp/lib/connection_impl.cc',
- 'public/cpp/lib/connection_impl.h',
- 'public/cpp/lib/connector_impl.cc',
- 'public/cpp/lib/connector_impl.h',
- 'public/cpp/lib/identity.cc',
- 'public/cpp/lib/interface_factory_binder.h',
- 'public/cpp/lib/interface_provider.cc',
- 'public/cpp/lib/interface_registry.cc',
- 'public/cpp/lib/names.cc',
- 'public/cpp/lib/service.cc',
- 'public/cpp/lib/service_context.cc',
- 'public/cpp/lib/service_context_ref.cc',
- 'public/cpp/lib/service_runner.cc',
- 'public/cpp/names.h',
- 'public/cpp/service.h',
- 'public/cpp/service_context.h',
- 'public/cpp/service_context_ref.h',
- 'public/cpp/service_runner.h',
- ],
- 'dependencies': [
- 'shell_interfaces',
- '<(DEPTH)/base/base.gyp:base_i18n',
- '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
- ],
- },
- ],
-}
« no previous file with comments | « services/shell/shell.gyp ('k') | services/tracing/tracing.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698