| 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 { | 7 { |
| 8 'target_name': 'shell_interfaces', | 8 'target_name': 'shell_interfaces', |
| 9 'type': 'none', | 9 'type': 'none', |
| 10 'variables': { | 10 'variables': { |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'native_runner_delegate.h', | 95 'native_runner_delegate.h', |
| 96 'shell.cc', | 96 'shell.cc', |
| 97 'shell.h', | 97 'shell.h', |
| 98 'switches.cc', | 98 'switches.cc', |
| 99 'switches.cc', | 99 'switches.cc', |
| 100 ], | 100 ], |
| 101 'dependencies': [ | 101 'dependencies': [ |
| 102 'shell_public', | 102 'shell_public', |
| 103 '<(DEPTH)/base/base.gyp:base', | 103 '<(DEPTH)/base/base.gyp:base', |
| 104 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 104 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 105 '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings', |
| 106 '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_lib', |
| 105 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', | 107 '<(DEPTH)/mojo/mojo_base.gyp:mojo_common_lib', |
| 106 ], | 108 ], |
| 107 'export_dependent_settings': [ | 109 'export_dependent_settings': [ |
| 108 'shell_public', | 110 'shell_public', |
| 111 '<(DEPTH)/components/filesystem/filesystem.gyp:filesystem_bindings', |
| 109 ], | 112 ], |
| 110 'variables': { | 113 'variables': { |
| 111 'mojom_typemaps': [ | 114 'mojom_typemaps': [ |
| 112 '<(DEPTH)/mojo/common/common_custom_types.typemap', | 115 '<(DEPTH)/mojo/common/common_custom_types.typemap', |
| 113 ], | 116 ], |
| 114 } | 117 } |
| 115 }, { | 118 }, { |
| 116 'target_name': 'mojo_shell_unittests', | 119 'target_name': 'mojo_shell_unittests', |
| 117 'type': 'executable', | 120 'type': 'executable', |
| 118 'sources': [ | 121 'sources': [ |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 259 '../../build/isolate.gypi', | 262 '../../build/isolate.gypi', |
| 260 ], | 263 ], |
| 261 'sources': [ | 264 'sources': [ |
| 262 'mojo_shell_unittests.isolate', | 265 'mojo_shell_unittests.isolate', |
| 263 ], | 266 ], |
| 264 }, | 267 }, |
| 265 ], | 268 ], |
| 266 }], | 269 }], |
| 267 ], | 270 ], |
| 268 } | 271 } |
| OLD | NEW |