| 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/catalog/catalog.cc', | 10 'services/catalog/catalog.cc', |
| 11 'services/catalog/catalog.h', | 11 'services/catalog/catalog.h', |
| 12 'services/catalog/entry.cc', | 12 'services/catalog/entry.cc', |
| 13 'services/catalog/entry.h', | 13 'services/catalog/entry.h', |
| 14 'services/catalog/factory.cc', | 14 'services/catalog/factory.cc', |
| 15 'services/catalog/factory.h', | 15 'services/catalog/factory.h', |
| 16 'services/catalog/store.cc', | 16 'services/catalog/store.cc', |
| 17 'services/catalog/store.h', | 17 'services/catalog/store.h', |
| 18 'services/catalog/types.h', |
| 18 'shell/loader.h', | 19 'shell/loader.h', |
| 19 'shell/connect_params.cc', | 20 'shell/connect_params.cc', |
| 20 'shell/connect_params.h', | 21 'shell/connect_params.h', |
| 21 'shell/connect_util.cc', | 22 'shell/connect_util.cc', |
| 22 'shell/connect_util.h', | 23 'shell/connect_util.h', |
| 23 'shell/native_runner.h', | 24 'shell/native_runner.h', |
| 24 'shell/native_runner_delegate.h', | 25 'shell/native_runner_delegate.h', |
| 25 'shell/shell.cc', | 26 'shell/shell.cc', |
| 26 'shell/shell.h', | 27 'shell/shell.h', |
| 27 'shell/switches.cc', | 28 'shell/switches.cc', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 }], | 142 }], |
| 142 ['OS=="mac"', { | 143 ['OS=="mac"', { |
| 143 'sources': [ | 144 'sources': [ |
| 144 'shell/runner/host/mach_broker.cc', | 145 'shell/runner/host/mach_broker.cc', |
| 145 'shell/runner/host/mach_broker.h', | 146 'shell/runner/host/mach_broker.h', |
| 146 ], | 147 ], |
| 147 }], | 148 }], |
| 148 ], | 149 ], |
| 149 }], | 150 }], |
| 150 } | 151 } |
| OLD | NEW |