| 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/clipboard/ | 8 # GN version: //mojo/services/clipboard/ |
| 9 'target_name': 'mojo_clipboard', | 9 'target_name': 'mojo_clipboard', |
| 10 'type': 'loadable_module', | 10 'type': 'loadable_module', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 ], | 24 ], |
| 25 }, | 25 }, |
| 26 { | 26 { |
| 27 # GN version: //mojo/services/public/interfaces/clipboard | 27 # GN version: //mojo/services/public/interfaces/clipboard |
| 28 'target_name': 'mojo_clipboard_bindings', | 28 'target_name': 'mojo_clipboard_bindings', |
| 29 'type': 'static_library', | 29 'type': 'static_library', |
| 30 'sources': [ | 30 'sources': [ |
| 31 'services/public/interfaces/clipboard/clipboard.mojom', | 31 'services/public/interfaces/clipboard/clipboard.mojom', |
| 32 ], | 32 ], |
| 33 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], | 33 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ], |
| 34 'variables': { |
| 35 # TODO(erg): Expand this as we add map support to other bindings. |
| 36 'mojom_additional_args': ['-g=c++'], |
| 37 }, |
| 34 'dependencies': [ | 38 'dependencies': [ |
| 35 'mojo_base.gyp:mojo_cpp_bindings', | 39 'mojo_base.gyp:mojo_cpp_bindings', |
| 36 ], | 40 ], |
| 37 'export_dependent_settings': [ | 41 'export_dependent_settings': [ |
| 38 'mojo_base.gyp:mojo_cpp_bindings', | 42 'mojo_base.gyp:mojo_cpp_bindings', |
| 39 ], | 43 ], |
| 40 }, | 44 }, |
| 41 { | 45 { |
| 42 # GN version: //mojo/services/clipboard:mojo_clipboard_unittests | 46 # GN version: //mojo/services/clipboard:mojo_clipboard_unittests |
| 43 'target_name': 'mojo_clipboard_unittests', | 47 'target_name': 'mojo_clipboard_unittests', |
| (...skipping 935 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 979 'dependencies': [ | 983 'dependencies': [ |
| 980 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 984 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 981 ], | 985 ], |
| 982 }], | 986 }], |
| 983 ], | 987 ], |
| 984 }, | 988 }, |
| 985 ], | 989 ], |
| 986 }], | 990 }], |
| 987 ], | 991 ], |
| 988 } | 992 } |
| OLD | NEW |