| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 typemaps = [ | 5 typemaps = [ |
| 6 "//gpu/ipc/common/capabilities.typemap", | 6 "//gpu/ipc/common/capabilities.typemap", |
| 7 "//gpu/ipc/common/gpu_info.typemap", | 7 "//gpu/ipc/common/gpu_info.typemap", |
| 8 "//gpu/ipc/common/gpu_preferences.typemap", |
| 8 "//gpu/ipc/common/dx_diag_node.typemap", | 9 "//gpu/ipc/common/dx_diag_node.typemap", |
| 9 "//gpu/ipc/common/mailbox.typemap", | 10 "//gpu/ipc/common/mailbox.typemap", |
| 10 "//gpu/ipc/common/mailbox_holder.typemap", | 11 "//gpu/ipc/common/mailbox_holder.typemap", |
| 11 "//gpu/ipc/common/surface_handle.typemap", | 12 "//gpu/ipc/common/surface_handle.typemap", |
| 12 "//gpu/ipc/common/sync_token.typemap", | 13 "//gpu/ipc/common/sync_token.typemap", |
| 13 ] | 14 ] |
| OLD | NEW |