| 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 'services/package_manager/loader.cc', | 10 'services/package_manager/loader.cc', |
| 11 'services/package_manager/loader.h', | 11 'services/package_manager/loader.h', |
| 12 'services/package_manager/package_manager.cc', | 12 'services/package_manager/package_manager.cc', |
| 13 'services/package_manager/package_manager.h', | 13 'services/package_manager/package_manager.h', |
| 14 'shell/application_instance.cc', | 14 'shell/application_instance.cc', |
| 15 'shell/application_instance.h', | 15 'shell/application_instance.h', |
| 16 'shell/application_loader.h', | 16 'shell/application_loader.h', |
| 17 'shell/application_manager.cc', | 17 'shell/application_manager.cc', |
| 18 'shell/application_manager.h', | 18 'shell/application_manager.h', |
| 19 'shell/capability_filter.cc', | 19 'shell/capability_filter.cc', |
| 20 'shell/capability_filter.h', | 20 'shell/capability_filter.h', |
| 21 'shell/connect_to_application_params.cc', | 21 'shell/connect_to_application_params.cc', |
| 22 'shell/connect_to_application_params.h', | 22 'shell/connect_to_application_params.h', |
| 23 'shell/content_handler_connection.cc', |
| 24 'shell/content_handler_connection.h', |
| 23 'shell/connect_util.cc', | 25 'shell/connect_util.cc', |
| 24 'shell/connect_util.h', | 26 'shell/connect_util.h', |
| 25 'shell/data_pipe_peek.cc', | |
| 26 'shell/data_pipe_peek.h', | |
| 27 'shell/fetcher.cc', | |
| 28 'shell/fetcher.h', | |
| 29 'shell/identity.cc', | 27 'shell/identity.cc', |
| 30 'shell/identity.h', | 28 'shell/identity.h', |
| 31 'shell/native_runner.h', | 29 'shell/native_runner.h', |
| 32 'shell/package_manager.h', | |
| 33 'shell/query_util.cc', | |
| 34 'shell/query_util.h', | |
| 35 'shell/shell_application_delegate.cc', | 30 'shell/shell_application_delegate.cc', |
| 36 'shell/shell_application_delegate.h', | 31 'shell/shell_application_delegate.h', |
| 37 'shell/shell_application_loader.cc', | 32 'shell/shell_application_loader.cc', |
| 38 'shell/shell_application_loader.h', | 33 'shell/shell_application_loader.h', |
| 39 'shell/static_application_loader.cc', | 34 'shell/static_application_loader.cc', |
| 40 'shell/static_application_loader.h', | 35 'shell/static_application_loader.h', |
| 41 'shell/switches.cc', | 36 'shell/switches.cc', |
| 42 'shell/switches.cc', | 37 'shell/switches.cc', |
| 43 'util/filename_util.cc', | 38 'util/filename_util.cc', |
| 44 'util/filename_util.h', | 39 'util/filename_util.h', |
| 45 ], | 40 ], |
| 46 'dependencies': [ | 41 'dependencies': [ |
| 47 '<(DEPTH)/base/base.gyp:base', | 42 '<(DEPTH)/base/base.gyp:base', |
| 48 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 43 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 49 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 44 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
| 50 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', | 45 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', |
| 51 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 46 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
| 52 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 47 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 53 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 48 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
| 54 '<(DEPTH)/url/url.gyp:url_lib', | 49 '<(DEPTH)/url/url.gyp:url_lib', |
| 55 ], | 50 ], |
| 56 }, { | 51 }, { |
| 57 'target_name': 'mojo_fetcher_lib', | |
| 58 'type': 'static_library', | |
| 59 'sources': [ | |
| 60 'shell/fetcher/about_fetcher.cc', | |
| 61 'shell/fetcher/about_fetcher.h', | |
| 62 'shell/fetcher/data_fetcher.cc', | |
| 63 'shell/fetcher/data_fetcher.h', | |
| 64 'shell/fetcher/local_fetcher.cc', | |
| 65 'shell/fetcher/local_fetcher.h', | |
| 66 'shell/fetcher/network_fetcher.cc', | |
| 67 'shell/fetcher/network_fetcher.h', | |
| 68 'shell/fetcher/switches.cc', | |
| 69 'shell/fetcher/switches.h', | |
| 70 'shell/fetcher/url_resolver.cc', | |
| 71 'shell/fetcher/url_resolver.h', | |
| 72 'shell/package_manager/content_handler_connection.cc', | |
| 73 'shell/package_manager/content_handler_connection.h', | |
| 74 'shell/package_manager/package_manager_impl.cc', | |
| 75 'shell/package_manager/package_manager_impl.h', | |
| 76 ], | |
| 77 'dependencies': [ | |
| 78 '<(DEPTH)/base/base.gyp:base', | |
| 79 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | |
| 80 '<(DEPTH)/crypto/crypto.gyp:crypto', | |
| 81 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | |
| 82 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings', | |
| 83 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | |
| 84 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | |
| 85 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | |
| 86 '<(DEPTH)/mojo/mojo_services.gyp:network_service_bindings_lib', | |
| 87 '<(DEPTH)/mojo/mojo_services.gyp:updater_bindings_lib', | |
| 88 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', | |
| 89 '<(DEPTH)/net/net.gyp:net', | |
| 90 '<(DEPTH)/url/url.gyp:url_lib', | |
| 91 ] | |
| 92 }, { | |
| 93 'target_name': 'mojo_shell_unittests', | 52 'target_name': 'mojo_shell_unittests', |
| 94 'type': 'executable', | 53 'type': 'executable', |
| 95 'sources': [ | 54 'sources': [ |
| 96 'shell/application_manager_unittest.cc', | 55 'shell/application_manager_unittest.cc', |
| 97 'shell/capability_filter_unittest.cc', | 56 'shell/capability_filter_unittest.cc', |
| 98 'shell/query_util_unittest.cc', | |
| 99 'shell/test_package_manager.cc', | |
| 100 'shell/test_package_manager.h', | |
| 101 ], | 57 ], |
| 102 'dependencies': [ | 58 'dependencies': [ |
| 103 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', | 59 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_lib', |
| 104 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', | 60 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_shell_test_bindings', |
| 105 '<(DEPTH)/base/base.gyp:base', | 61 '<(DEPTH)/base/base.gyp:base', |
| 106 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', | 62 '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_base', |
| 107 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 63 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
| 108 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', | 64 '<(DEPTH)/mojo/mojo_base.gyp:mojo_environment_chromium', |
| 109 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', | 65 '<(DEPTH)/mojo/mojo_base.gyp:mojo_url_type_converters', |
| 110 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', | 66 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
| 111 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', | 67 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 112 '<(DEPTH)/testing/gtest.gyp:gtest', | 68 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 113 '<(DEPTH)/url/url.gyp:url_lib', | 69 '<(DEPTH)/url/url.gyp:url_lib', |
| 114 ] | 70 ] |
| 115 }, { | 71 }, { |
| 116 'target_name': 'mojo_shell_test_bindings', | 72 'target_name': 'mojo_shell_test_bindings', |
| 117 'type': 'static_library', | 73 'type': 'static_library', |
| 118 'variables': { | 74 'variables': { |
| 119 'mojom_files': [ | 75 'mojom_files': [ |
| 120 'shell/capability_filter_unittest.mojom', | 76 'shell/capability_filter_unittest.mojom', |
| 121 'shell/test.mojom', | 77 'shell/test.mojom', |
| 122 ], | 78 ], |
| 123 }, | 79 }, |
| 124 'includes': [ | 80 'includes': [ |
| 125 'mojom_bindings_generator_explicit.gypi', | 81 'mojom_bindings_generator_explicit.gypi', |
| 126 ], | 82 ], |
| 127 }], | 83 }], |
| 128 } | 84 } |
| OLD | NEW |