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

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

Issue 1964153002: Move Screen, its impls, DisplayObserver and DisplayChangeNotifier to ui/display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tabs 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
« no previous file with comments | « ui/display/win/screen_win.h ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 'gestures/blink/web_gesture_curve_impl.h', 224 'gestures/blink/web_gesture_curve_impl.h',
225 ], 225 ],
226 }, 226 },
227 { 227 {
228 # GN version: //ui/events:gesture_detection 228 # GN version: //ui/events:gesture_detection
229 'target_name': 'gesture_detection', 229 'target_name': 'gesture_detection',
230 'type': '<(component)', 230 'type': '<(component)',
231 'dependencies': [ 231 'dependencies': [
232 '<(DEPTH)/base/base.gyp:base', 232 '<(DEPTH)/base/base.gyp:base',
233 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 233 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
234 '../display/display.gyp:display',
234 '../gfx/gfx.gyp:gfx', 235 '../gfx/gfx.gyp:gfx',
235 '../gfx/gfx.gyp:gfx_geometry', 236 '../gfx/gfx.gyp:gfx_geometry',
236 'events_base', 237 'events_base',
237 ], 238 ],
238 'defines': [ 239 'defines': [
239 'GESTURE_DETECTION_IMPLEMENTATION', 240 'GESTURE_DETECTION_IMPLEMENTATION',
240 ], 241 ],
241 'sources': [ 242 'sources': [
242 # Note: sources list duplicated in GN build. 243 # Note: sources list duplicated in GN build.
243 'gesture_detection/bitset_32.h', 244 'gesture_detection/bitset_32.h',
(...skipping 147 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
« no previous file with comments | « ui/display/win/screen_win.h ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698