OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
177 ], | 177 ], |
178 }], | 178 }], |
179 ['use_ozone==1', { | 179 ['use_ozone==1', { |
180 'dependencies': [ | 180 'dependencies': [ |
181 'ozone/events_ozone.gyp:events_ozone_layout', | 181 'ozone/events_ozone.gyp:events_ozone_layout', |
182 ], | 182 ], |
183 }], | 183 }], |
184 ], | 184 ], |
185 }, | 185 }, |
186 { | 186 { |
| 187 # GN version: //ui/events/blink |
| 188 'target_name': 'blink', |
| 189 'type': 'static_library', |
| 190 'dependencies': [ |
| 191 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 192 '../gfx/gfx.gyp:gfx_geometry', |
| 193 'events', |
| 194 'gesture_detection', |
| 195 ], |
| 196 'sources': [ |
| 197 # Note: sources list duplicated in GN build. |
| 198 'blink/blink_event_util.cc', |
| 199 'blink/blink_event_util.h', |
| 200 ], |
| 201 }, |
| 202 { |
187 # GN version: //ui/events:gesture_detection | 203 # GN version: //ui/events:gesture_detection |
188 'target_name': 'gesture_detection', | 204 'target_name': 'gesture_detection', |
189 'type': '<(component)', | 205 'type': '<(component)', |
190 'dependencies': [ | 206 'dependencies': [ |
191 '<(DEPTH)/base/base.gyp:base', | 207 '<(DEPTH)/base/base.gyp:base', |
192 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 208 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
193 '../gfx/gfx.gyp:gfx', | 209 '../gfx/gfx.gyp:gfx', |
194 '../gfx/gfx.gyp:gfx_geometry', | 210 '../gfx/gfx.gyp:gfx_geometry', |
195 'events_base', | 211 'events_base', |
196 ], | 212 ], |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 'dependencies': [ | 452 'dependencies': [ |
437 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 453 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
438 ], | 454 ], |
439 }], | 455 }], |
440 ], | 456 ], |
441 }, | 457 }, |
442 ], | 458 ], |
443 }], | 459 }], |
444 ], | 460 ], |
445 } | 461 } |
OLD | NEW |