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

Side by Side Diff: services/shell/shell_public.gyp

Issue 1978083004: Don't link application support into shell client library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gyp Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « services/shell/public/cpp/lib/initialize_base_and_icu.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'shell_interfaces', 8 'target_name': 'shell_interfaces',
9 'type': 'none', 9 'type': 'none',
10 'variables': { 10 'variables': {
(...skipping 23 matching lines...) Expand all
34 # GN version: //services/shell/public/cpp 34 # GN version: //services/shell/public/cpp
35 'target_name': 'shell_public', 35 'target_name': 'shell_public',
36 'type': 'static_library', 36 'type': 'static_library',
37 'sources': [ 37 'sources': [
38 'public/cpp/application_runner.h', 38 'public/cpp/application_runner.h',
39 'public/cpp/capabilities.h', 39 'public/cpp/capabilities.h',
40 'public/cpp/connect.h', 40 'public/cpp/connect.h',
41 'public/cpp/connection.h', 41 'public/cpp/connection.h',
42 'public/cpp/connector.h', 42 'public/cpp/connector.h',
43 'public/cpp/identity.h', 43 'public/cpp/identity.h',
44 'public/cpp/initialize_base_and_icu.cc',
45 'public/cpp/initialize_base_and_icu.h',
46 'public/cpp/interface_binder.h', 44 'public/cpp/interface_binder.h',
47 'public/cpp/interface_factory.h', 45 'public/cpp/interface_factory.h',
48 'public/cpp/interface_factory_impl.h', 46 'public/cpp/interface_factory_impl.h',
49 'public/cpp/interface_registry.h', 47 'public/cpp/interface_registry.h',
50 'public/cpp/lib/application_runner.cc', 48 'public/cpp/lib/application_runner.cc',
51 'public/cpp/lib/capabilities.cc', 49 'public/cpp/lib/capabilities.cc',
52 'public/cpp/lib/connection_impl.cc', 50 'public/cpp/lib/connection_impl.cc',
53 'public/cpp/lib/connection_impl.h', 51 'public/cpp/lib/connection_impl.h',
54 'public/cpp/lib/connector_impl.cc', 52 'public/cpp/lib/connector_impl.cc',
55 'public/cpp/lib/connector_impl.h', 53 'public/cpp/lib/connector_impl.h',
(...skipping 10 matching lines...) Expand all
66 'public/cpp/shell_connection_ref.h', 64 'public/cpp/shell_connection_ref.h',
67 ], 65 ],
68 'dependencies': [ 66 'dependencies': [
69 'shell_interfaces', 67 'shell_interfaces',
70 '<(DEPTH)/base/base.gyp:base_i18n', 68 '<(DEPTH)/base/base.gyp:base_i18n',
71 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', 69 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings',
72 ], 70 ],
73 }, 71 },
74 ], 72 ],
75 } 73 }
OLDNEW
« no previous file with comments | « services/shell/public/cpp/lib/initialize_base_and_icu.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698