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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'defines': [ | 116 'defines': [ |
117 'GFX_IMPLEMENTATION', | 117 'GFX_IMPLEMENTATION', |
118 ], | 118 ], |
119 'sources': [ | 119 'sources': [ |
120 'android/device_display_info.cc', | 120 'android/device_display_info.cc', |
121 'android/device_display_info.h', | 121 'android/device_display_info.h', |
122 'android/gfx_jni_registrar.cc', | 122 'android/gfx_jni_registrar.cc', |
123 'android/gfx_jni_registrar.h', | 123 'android/gfx_jni_registrar.h', |
124 'android/java_bitmap.cc', | 124 'android/java_bitmap.cc', |
125 'android/java_bitmap.h', | 125 'android/java_bitmap.h', |
| 126 'android/scroller.cc', |
| 127 'android/scroller.h', |
126 'android/shared_device_display_info.cc', | 128 'android/shared_device_display_info.cc', |
127 'android/shared_device_display_info.h', | 129 'android/shared_device_display_info.h', |
128 'android/view_configuration.cc', | 130 'android/view_configuration.cc', |
129 'android/view_configuration.h', | 131 'android/view_configuration.h', |
130 'animation/animation.cc', | 132 'animation/animation.cc', |
131 'animation/animation.h', | 133 'animation/animation.h', |
132 'animation/animation_container.cc', | 134 'animation/animation_container.cc', |
133 'animation/animation_container.h', | 135 'animation/animation_container.h', |
134 'animation/animation_container_element.h', | 136 'animation/animation_container_element.h', |
135 'animation/animation_container_observer.h', | 137 'animation/animation_container_observer.h', |
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
536 'variables': { | 538 'variables': { |
537 'jni_gen_package': 'ui/gfx', | 539 'jni_gen_package': 'ui/gfx', |
538 'jni_generator_ptr_type': 'long' | 540 'jni_generator_ptr_type': 'long' |
539 }, | 541 }, |
540 'includes': [ '../../build/jni_generator.gypi' ], | 542 'includes': [ '../../build/jni_generator.gypi' ], |
541 }, | 543 }, |
542 ], | 544 ], |
543 }], | 545 }], |
544 ], | 546 ], |
545 } | 547 } |
OLD | NEW |