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

Side by Side Diff: mojo/mojo_shell.gyp

Issue 1566253002: Move package_manager into mojo/shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 unified diff | Download patch
« no previous file with comments | « mojo/fetcher/about_fetcher_unittest.cc ('k') | mojo/package_manager/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'target_name': 'mojo_shell_lib', 7 'target_name': 'mojo_shell_lib',
8 'type': 'static_library', 8 'type': 'static_library',
9 'sources': [ 9 'sources': [
10 'shell/application_instance.cc', 10 'shell/application_instance.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'fetcher/local_fetcher.cc', 60 'fetcher/local_fetcher.cc',
61 'fetcher/local_fetcher.h', 61 'fetcher/local_fetcher.h',
62 'fetcher/network_fetcher.cc', 62 'fetcher/network_fetcher.cc',
63 'fetcher/network_fetcher.h', 63 'fetcher/network_fetcher.h',
64 'fetcher/switches.cc', 64 'fetcher/switches.cc',
65 'fetcher/switches.h', 65 'fetcher/switches.h',
66 'fetcher/update_fetcher.cc', 66 'fetcher/update_fetcher.cc',
67 'fetcher/update_fetcher.h', 67 'fetcher/update_fetcher.h',
68 'fetcher/url_resolver.cc', 68 'fetcher/url_resolver.cc',
69 'fetcher/url_resolver.h', 69 'fetcher/url_resolver.h',
70 'package_manager/content_handler_connection.cc', 70 'shell/package_manager/content_handler_connection.cc',
71 'package_manager/content_handler_connection.h', 71 'shell/package_manager/content_handler_connection.h',
72 'package_manager/package_manager_impl.cc', 72 'shell/package_manager/package_manager_impl.cc',
73 'package_manager/package_manager_impl.h', 73 'shell/package_manager/package_manager_impl.h',
74 ], 74 ],
75 'dependencies': [ 75 'dependencies': [
76 '<(DEPTH)/base/base.gyp:base', 76 '<(DEPTH)/base/base.gyp:base',
77 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 77 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
78 '<(DEPTH)/crypto/crypto.gyp:crypto', 78 '<(DEPTH)/crypto/crypto.gyp:crypto',
79 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', 79 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base',
80 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', 80 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
81 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', 81 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib',
82 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', 82 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium',
83 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', 83 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 'mojom_files': [ 117 'mojom_files': [
118 'shell/capability_filter_unittest.mojom', 118 'shell/capability_filter_unittest.mojom',
119 'shell/test.mojom', 119 'shell/test.mojom',
120 ], 120 ],
121 }, 121 },
122 'includes': [ 122 'includes': [
123 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', 123 '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
124 ], 124 ],
125 }], 125 }],
126 } 126 }
OLDNEW
« no previous file with comments | « mojo/fetcher/about_fetcher_unittest.cc ('k') | mojo/package_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698