| 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': 'shell_interfaces', | 7 'target_name': 'shell_interfaces', |
| 8 'type': 'none', | 8 'type': 'none', |
| 9 'variables': { | 9 'variables': { |
| 10 'mojom_files': [ | 10 'mojom_files': [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'public/cpp/lib/connector_impl.h', | 46 'public/cpp/lib/connector_impl.h', |
| 47 'public/cpp/lib/identity.cc', | 47 'public/cpp/lib/identity.cc', |
| 48 'public/cpp/lib/interface_factory_binder.h', | 48 'public/cpp/lib/interface_factory_binder.h', |
| 49 'public/cpp/lib/interface_registry.cc', | 49 'public/cpp/lib/interface_registry.cc', |
| 50 'public/cpp/lib/message_loop_ref.cc', | 50 'public/cpp/lib/message_loop_ref.cc', |
| 51 'public/cpp/lib/names.cc', | 51 'public/cpp/lib/names.cc', |
| 52 'public/cpp/lib/shell_client.cc', | 52 'public/cpp/lib/shell_client.cc', |
| 53 'public/cpp/lib/shell_connection.cc', | 53 'public/cpp/lib/shell_connection.cc', |
| 54 'public/cpp/message_loop_ref.h', | 54 'public/cpp/message_loop_ref.h', |
| 55 'public/cpp/names.h', | 55 'public/cpp/names.h', |
| 56 'public/cpp/shell.h', | |
| 57 'public/cpp/shell_client.h', | 56 'public/cpp/shell_client.h', |
| 58 'public/cpp/shell_connection.h', | 57 'public/cpp/shell_connection.h', |
| 59 ], | 58 ], |
| 60 'dependencies': [ | 59 'dependencies': [ |
| 61 'shell_interfaces', | 60 'shell_interfaces', |
| 62 '<(DEPTH)/base/base.gyp:base_i18n', | 61 '<(DEPTH)/base/base.gyp:base_i18n', |
| 63 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', | 62 '<(DEPTH)/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 64 '<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib', | 63 '<(DEPTH)/mojo/mojo_public.gyp:mojo_message_pump_lib', |
| 65 ], | 64 ], |
| 66 }, { | 65 }, { |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'shell_public', | 232 'shell_public', |
| 234 '<(DEPTH)/base/base.gyp:base', | 233 '<(DEPTH)/base/base.gyp:base', |
| 235 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', | 234 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_run_all_unittests', |
| 236 '<(DEPTH)/testing/gtest.gyp:gtest', | 235 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 237 ], | 236 ], |
| 238 'sources': [ | 237 'sources': [ |
| 239 'public/cpp/tests/interface_registry_unittest.cc', | 238 'public/cpp/tests/interface_registry_unittest.cc', |
| 240 ], | 239 ], |
| 241 }], | 240 }], |
| 242 } | 241 } |
| OLD | NEW |