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

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

Issue 128613003: [Tracking Patch] Unified gesture detection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleanup Created 6 years, 10 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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 }, 536 },
537 { 537 {
538 'target_name': 'gfx_jni_headers', 538 'target_name': 'gfx_jni_headers',
539 'type': 'none', 539 'type': 'none',
540 'dependencies': [ 540 'dependencies': [
541 'gfx_view_jni_headers' 541 'gfx_view_jni_headers'
542 ], 542 ],
543 'sources': [ 543 'sources': [
544 '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java', 544 '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
545 '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java', 545 '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
546 '../android/java/src/org/chromium/ui/gfx/ResourcesHelper.java',
546 ], 547 ],
547 'variables': { 548 'variables': {
548 'jni_gen_package': 'ui/gfx', 549 'jni_gen_package': 'ui/gfx',
549 'jni_generator_ptr_type': 'long' 550 'jni_generator_ptr_type': 'long'
550 }, 551 },
551 'includes': [ '../../build/jni_generator.gypi' ], 552 'includes': [ '../../build/jni_generator.gypi' ],
552 }, 553 },
553 ], 554 ],
554 }], 555 }],
555 ], 556 ],
556 } 557 }
OLDNEW
« ui/events/gesture_detection/gesture_provider.cc ('K') | « ui/gfx/android/view_configuration.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698