| 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', |
| 11 'shell/application_instance.h', | 11 'shell/application_instance.h', |
| 12 'shell/application_loader.h', | 12 'shell/application_loader.h', |
| 13 'shell/application_manager.cc', | 13 'shell/application_manager.cc', |
| 14 'shell/application_manager.h', | 14 'shell/application_manager.h', |
| 15 'shell/capability_filter.cc', | 15 'shell/capability_filter.cc', |
| 16 'shell/capability_filter.h', | 16 'shell/capability_filter.h', |
| 17 'shell/connect_to_application_params.cc', |
| 18 'shell/connect_to_application_params.h', |
| 17 'shell/content_handler_connection.cc', | 19 'shell/content_handler_connection.cc', |
| 18 'shell/content_handler_connection.h', | 20 'shell/content_handler_connection.h', |
| 19 'shell/data_pipe_peek.cc', | 21 'shell/data_pipe_peek.cc', |
| 20 'shell/data_pipe_peek.h', | 22 'shell/data_pipe_peek.h', |
| 21 'shell/fetcher.cc', | 23 'shell/fetcher.cc', |
| 22 'shell/fetcher.h', | 24 'shell/fetcher.h', |
| 23 'shell/identity.cc', | 25 'shell/identity.cc', |
| 24 'shell/identity.h', | 26 'shell/identity.h', |
| 25 'shell/local_fetcher.cc', | 27 'shell/local_fetcher.cc', |
| 26 'shell/local_fetcher.h', | 28 'shell/local_fetcher.h', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'mojom_files': [ | 81 'mojom_files': [ |
| 80 'shell/capability_filter_unittest.mojom', | 82 'shell/capability_filter_unittest.mojom', |
| 81 'shell/test.mojom', | 83 'shell/test.mojom', |
| 82 ], | 84 ], |
| 83 }, | 85 }, |
| 84 'includes': [ | 86 'includes': [ |
| 85 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', | 87 '../third_party/mojo/mojom_bindings_generator_explicit.gypi', |
| 86 ], | 88 ], |
| 87 }], | 89 }], |
| 88 } | 90 } |
| OLD | NEW |