| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'include_dirs': [ | 102 'include_dirs': [ |
| 103 '<(DEPTH)/third_party/icu/source/common' | 103 '<(DEPTH)/third_party/icu/source/common' |
| 104 ], | 104 ], |
| 105 'sources': [ | 105 'sources': [ |
| 106 'android/device_display_info.cc', | 106 'android/device_display_info.cc', |
| 107 'android/device_display_info.h', | 107 'android/device_display_info.h', |
| 108 'android/gfx_jni_registrar.cc', | 108 'android/gfx_jni_registrar.cc', |
| 109 'android/gfx_jni_registrar.h', | 109 'android/gfx_jni_registrar.h', |
| 110 'android/java_bitmap.cc', | 110 'android/java_bitmap.cc', |
| 111 'android/java_bitmap.h', | 111 'android/java_bitmap.h', |
| 112 'android/scroller.cc', | |
| 113 'android/scroller.h', | |
| 114 'android/shared_device_display_info.cc', | 112 'android/shared_device_display_info.cc', |
| 115 'android/shared_device_display_info.h', | 113 'android/shared_device_display_info.h', |
| 116 'android/view_configuration.cc', | 114 'android/view_configuration.cc', |
| 117 'android/view_configuration.h', | 115 'android/view_configuration.h', |
| 118 'animation/animation.cc', | 116 'animation/animation.cc', |
| 119 'animation/animation.h', | 117 'animation/animation.h', |
| 120 'animation/animation_container.cc', | 118 'animation/animation_container.cc', |
| 121 'animation/animation_container.h', | 119 'animation/animation_container.h', |
| 122 'animation/animation_container_element.h', | 120 'animation/animation_container_element.h', |
| 123 'animation/animation_container_observer.h', | 121 'animation/animation_container_observer.h', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 486 ], | 484 ], |
| 487 'variables': { | 485 'variables': { |
| 488 'jni_gen_package': 'ui/gfx', | 486 'jni_gen_package': 'ui/gfx', |
| 489 }, | 487 }, |
| 490 'includes': [ '../../build/jni_generator.gypi' ], | 488 'includes': [ '../../build/jni_generator.gypi' ], |
| 491 }, | 489 }, |
| 492 ], | 490 ], |
| 493 }], | 491 }], |
| 494 ], | 492 ], |
| 495 } | 493 } |
| OLD | NEW |