| OLD | NEW |
| 1 # Copyright (c) 2014 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2014 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 # GN version: //mojo/services/dbus_echo:bindings | 8 # GN version: //mojo/services/dbus_echo:bindings |
| 9 'target_name': 'mojo_echo_bindings', | 9 'target_name': 'mojo_echo_bindings', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 'export_dependent_settings': [ | 168 'export_dependent_settings': [ |
| 169 'mojo_geometry_lib', | 169 'mojo_geometry_lib', |
| 170 ], | 170 ], |
| 171 'sources': [ | 171 'sources': [ |
| 172 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc', | 172 'services/public/cpp/surfaces/lib/surfaces_type_converters.cc', |
| 173 'services/public/cpp/surfaces/surfaces_type_converters.h', | 173 'services/public/cpp/surfaces/surfaces_type_converters.h', |
| 174 'services/public/cpp/surfaces/mojo_surfaces_export.h', | 174 'services/public/cpp/surfaces/mojo_surfaces_export.h', |
| 175 ], | 175 ], |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 # GN version: //mojo/services/public/cpp/surfaces/tests |
| 178 'target_name': 'mojo_surfaces_lib_unittests', | 179 'target_name': 'mojo_surfaces_lib_unittests', |
| 179 'type': 'executable', | 180 'type': 'executable', |
| 180 'dependencies': [ | 181 'dependencies': [ |
| 181 '../base/base.gyp:base', | 182 '../base/base.gyp:base', |
| 182 '../base/base.gyp:test_support_base', | 183 '../base/base.gyp:test_support_base', |
| 183 '../cc/cc.gyp:cc', | 184 '../cc/cc.gyp:cc', |
| 184 '../cc/cc.gyp:cc_surfaces', | 185 '../cc/cc.gyp:cc_surfaces', |
| 185 '../gpu/gpu.gyp:gpu', | 186 '../gpu/gpu.gyp:gpu', |
| 186 '../skia/skia.gyp:skia', | 187 '../skia/skia.gyp:skia', |
| 187 '../testing/gtest.gyp:gtest', | 188 '../testing/gtest.gyp:gtest', |
| (...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 868 'mojo_echo_bindings', | 869 'mojo_echo_bindings', |
| 869 ], | 870 ], |
| 870 'sources': [ | 871 'sources': [ |
| 871 'services/dbus_echo/dbus_echo_service.cc', | 872 'services/dbus_echo/dbus_echo_service.cc', |
| 872 ], | 873 ], |
| 873 }, | 874 }, |
| 874 ], | 875 ], |
| 875 }], | 876 }], |
| 876 ], | 877 ], |
| 877 } | 878 } |
| OLD | NEW |