| OLD | NEW |
| 1 # Copyright (c) 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/converters/input_events | 8 # GN version: //mojo/converters/input_events |
| 9 'target_name': 'mojo_input_events_lib', | 9 'target_name': 'mojo_input_events_lib', |
| 10 'type': '<(component)', | 10 'type': '<(component)', |
| 11 'defines': [ | 11 'defines': [ |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'conditions': [ | 131 'conditions': [ |
| 132 ['component=="shared_library"', { | 132 ['component=="shared_library"', { |
| 133 'dependencies': [ | 133 'dependencies': [ |
| 134 'mojo_base.gyp:mojo_environment_chromium', | 134 'mojo_base.gyp:mojo_environment_chromium', |
| 135 ], | 135 ], |
| 136 }], | 136 }], |
| 137 ], | 137 ], |
| 138 }, | 138 }, |
| 139 ], | 139 ], |
| 140 } | 140 } |
| OLD | NEW |