| 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', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 'shell/connect_to_application_params.h', | 22 'shell/connect_to_application_params.h', |
| 23 'shell/connect_util.cc', | 23 'shell/connect_util.cc', |
| 24 'shell/connect_util.h', | 24 'shell/connect_util.h', |
| 25 'shell/identity.cc', | 25 'shell/identity.cc', |
| 26 'shell/identity.h', | 26 'shell/identity.h', |
| 27 'shell/native_runner.h', | 27 'shell/native_runner.h', |
| 28 'shell/shell_application_delegate.cc', | 28 'shell/shell_application_delegate.cc', |
| 29 'shell/shell_application_delegate.h', | 29 'shell/shell_application_delegate.h', |
| 30 'shell/shell_application_loader.cc', | 30 'shell/shell_application_loader.cc', |
| 31 'shell/shell_application_loader.h', | 31 'shell/shell_application_loader.h', |
| 32 'shell/shell_client_factory_connection.cc', | |
| 33 'shell/shell_client_factory_connection.h', | |
| 34 'shell/static_application_loader.cc', | 32 'shell/static_application_loader.cc', |
| 35 'shell/static_application_loader.h', | 33 'shell/static_application_loader.h', |
| 36 'shell/switches.cc', | 34 'shell/switches.cc', |
| 37 'shell/switches.cc', | 35 'shell/switches.cc', |
| 38 'util/filename_util.cc', | 36 'util/filename_util.cc', |
| 39 'util/filename_util.h', | 37 'util/filename_util.h', |
| 40 ], | 38 ], |
| 41 'dependencies': [ | 39 'dependencies': [ |
| 42 '<(DEPTH)/base/base.gyp:base', | 40 '<(DEPTH)/base/base.gyp:base', |
| 43 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 41 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 'mojom_files': [ | 73 'mojom_files': [ |
| 76 'shell/capability_filter_unittest.mojom', | 74 'shell/capability_filter_unittest.mojom', |
| 77 'shell/test.mojom', | 75 'shell/test.mojom', |
| 78 ], | 76 ], |
| 79 }, | 77 }, |
| 80 'includes': [ | 78 'includes': [ |
| 81 'mojom_bindings_generator_explicit.gypi', | 79 'mojom_bindings_generator_explicit.gypi', |
| 82 ], | 80 ], |
| 83 }], | 81 }], |
| 84 } | 82 } |
| OLD | NEW |