OLD | NEW |
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 Loading... |
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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 ], | 409 ], |
408 'variables': { | 410 'variables': { |
409 'jni_gen_package': 'ui/gfx', | 411 'jni_gen_package': 'ui/gfx', |
410 }, | 412 }, |
411 'includes': [ '../../build/jni_generator.gypi' ], | 413 'includes': [ '../../build/jni_generator.gypi' ], |
412 }, | 414 }, |
413 ], | 415 ], |
414 }], | 416 }], |
415 ], | 417 ], |
416 } | 418 } |
OLD | NEW |