Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Side by Side Diff: ui/events/events.gyp

Issue 1922783002: Move gfx::Display/Screen to display::Display/Screen in aura/events (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698