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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 ], | 79 ], |
80 }, | 80 }, |
81 { | 81 { |
82 # GN version: //ui/events | 82 # GN version: //ui/events |
83 'target_name': 'events', | 83 'target_name': 'events', |
84 'type': '<(component)', | 84 'type': '<(component)', |
85 'dependencies': [ | 85 'dependencies': [ |
86 '<(DEPTH)/base/base.gyp:base', | 86 '<(DEPTH)/base/base.gyp:base', |
87 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 87 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
88 '<(DEPTH)/skia/skia.gyp:skia', | 88 '<(DEPTH)/skia/skia.gyp:skia', |
| 89 '../display/display.gyp:display', |
89 '../gfx/gfx.gyp:gfx', | 90 '../gfx/gfx.gyp:gfx', |
90 '../gfx/gfx.gyp:gfx_geometry', | 91 '../gfx/gfx.gyp:gfx_geometry', |
91 'dom_keycode_converter', | 92 'dom_keycode_converter', |
92 'events_base', | 93 'events_base', |
93 'gesture_detection', | 94 'gesture_detection', |
94 ], | 95 ], |
95 'defines': [ | 96 'defines': [ |
96 'EVENTS_IMPLEMENTATION', | 97 'EVENTS_IMPLEMENTATION', |
97 ], | 98 ], |
98 'sources': [ | 99 'sources': [ |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'variables': { | 392 'variables': { |
392 'jni_gen_package': 'ui', | 393 'jni_gen_package': 'ui', |
393 'input_java_class': 'android/view/KeyEvent.class', | 394 'input_java_class': 'android/view/KeyEvent.class', |
394 }, | 395 }, |
395 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 396 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
396 }, | 397 }, |
397 ], | 398 ], |
398 }], | 399 }], |
399 ], | 400 ], |
400 } | 401 } |
OLD | NEW |