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

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

Issue 26129009: Cache DeviceDisplayInfo data in shared structure on native side to avoid frequent JNI calls. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Updated patch by review comments. Created 7 years, 2 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 15 matching lines...) Expand all
26 'defines': [ 26 'defines': [
27 'GFX_IMPLEMENTATION', 27 'GFX_IMPLEMENTATION',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'android/device_display_info.cc', 30 'android/device_display_info.cc',
31 'android/device_display_info.h', 31 'android/device_display_info.h',
32 'android/gfx_jni_registrar.cc', 32 'android/gfx_jni_registrar.cc',
33 'android/gfx_jni_registrar.h', 33 'android/gfx_jni_registrar.h',
34 'android/java_bitmap.cc', 34 'android/java_bitmap.cc',
35 'android/java_bitmap.h', 35 'android/java_bitmap.h',
36 'android/shared_device_display_info.cc',
37 'android/shared_device_display_info.h',
36 'animation/animation.cc', 38 'animation/animation.cc',
37 'animation/animation.h', 39 'animation/animation.h',
38 'animation/animation_container.cc', 40 'animation/animation_container.cc',
39 'animation/animation_container.h', 41 'animation/animation_container.h',
40 'animation/animation_container_element.h', 42 'animation/animation_container_element.h',
41 'animation/animation_container_observer.h', 43 'animation/animation_container_observer.h',
42 'animation/animation_delegate.h', 44 'animation/animation_delegate.h',
43 'animation/linear_animation.cc', 45 'animation/linear_animation.cc',
44 'animation/linear_animation.h', 46 'animation/linear_animation.h',
45 'animation/multi_animation.cc', 47 'animation/multi_animation.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 ], 388 ],
387 'variables': { 389 'variables': {
388 'jni_gen_package': 'ui/gfx', 390 'jni_gen_package': 'ui/gfx',
389 }, 391 },
390 'includes': [ '../../build/jni_generator.gypi' ], 392 'includes': [ '../../build/jni_generator.gypi' ],
391 }, 393 },
392 ], 394 ],
393 }], 395 }],
394 ], 396 ],
395 } 397 }
OLDNEW
« ui/gfx/android/shared_device_display_info.cc ('K') | « ui/gfx/android/shared_device_display_info.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698