OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |