| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 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/public/c/system | 8 # GN version: //mojo/public/c/system |
| 9 'target_name': 'mojo_system', | 9 'target_name': 'mojo_system', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 '-Wl,--exclude-libs=ALL', | 74 '-Wl,--exclude-libs=ALL', |
| 75 ], | 75 ], |
| 76 }], | 76 }], |
| 77 ], | 77 ], |
| 78 }, | 78 }, |
| 79 'sources': [ | 79 'sources': [ |
| 80 'public/c/gles2/gles2.h', | 80 'public/c/gles2/gles2.h', |
| 81 'public/c/gles2/gles2_export.h', | 81 'public/c/gles2/gles2_export.h', |
| 82 'public/platform/native/gles2_thunks.cc', | 82 'public/platform/native/gles2_thunks.cc', |
| 83 'public/platform/native/gles2_thunks.h', | 83 'public/platform/native/gles2_thunks.h', |
| 84 'public/platform/native/gles2_impl_thunks.cc', |
| 85 'public/platform/native/gles2_impl_thunks.h', |
| 86 'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.cc', |
| 87 'public/platform/native/gles2_impl_chromium_texture_mailbox_thunks.h', |
| 88 'public/platform/native/gles2_impl_chromium_sync_point_thunks.cc', |
| 89 'public/platform/native/gles2_impl_chromium_sync_point_thunks.h', |
| 84 ], | 90 ], |
| 85 }, | 91 }, |
| 86 { | 92 { |
| 87 # GN version: //mojo/public/cpp/bindings | 93 # GN version: //mojo/public/cpp/bindings |
| 88 'target_name': 'mojo_cpp_bindings', | 94 'target_name': 'mojo_cpp_bindings', |
| 89 'type': 'static_library', | 95 'type': 'static_library', |
| 90 'include_dirs': [ | 96 'include_dirs': [ |
| 91 '..' | 97 '..' |
| 92 ], | 98 ], |
| 93 'sources': [ | 99 'sources': [ |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 }, | 291 }, |
| 286 'dependencies': [ | 292 'dependencies': [ |
| 287 'mojo_public_java', | 293 'mojo_public_java', |
| 288 ], | 294 ], |
| 289 'includes': [ '../build/java.gypi' ], | 295 'includes': [ '../build/java.gypi' ], |
| 290 }, | 296 }, |
| 291 ], | 297 ], |
| 292 }], | 298 }], |
| 293 ], | 299 ], |
| 294 } | 300 } |
| OLD | NEW |