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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 'include_dirs': [ | 123 'include_dirs': [ |
124 '<(DEPTH)/third_party/icu/source/common', | 124 '<(DEPTH)/third_party/icu/source/common', |
125 ], | 125 ], |
126 'sources': [ | 126 'sources': [ |
127 'android/device_display_info.cc', | 127 'android/device_display_info.cc', |
128 'android/device_display_info.h', | 128 'android/device_display_info.h', |
129 'android/gfx_jni_registrar.cc', | 129 'android/gfx_jni_registrar.cc', |
130 'android/gfx_jni_registrar.h', | 130 'android/gfx_jni_registrar.h', |
131 'android/java_bitmap.cc', | 131 'android/java_bitmap.cc', |
132 'android/java_bitmap.h', | 132 'android/java_bitmap.h', |
133 'android/screen_android.cc', | |
134 'android/shared_device_display_info.cc', | 133 'android/shared_device_display_info.cc', |
135 'android/shared_device_display_info.h', | 134 'android/shared_device_display_info.h', |
136 'android/view_configuration.cc', | 135 'android/view_configuration.cc', |
137 'android/view_configuration.h', | 136 'android/view_configuration.h', |
138 'animation/animation.cc', | 137 'animation/animation.cc', |
139 'animation/animation.h', | 138 'animation/animation.h', |
140 'animation/animation_container.cc', | 139 'animation/animation_container.cc', |
141 'animation/animation_container.h', | 140 'animation/animation_container.h', |
142 'animation/animation_container_element.h', | 141 'animation/animation_container_element.h', |
143 'animation/animation_container_observer.h', | 142 'animation/animation_container_observer.h', |
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
581 ], | 580 ], |
582 'variables': { | 581 'variables': { |
583 'jni_gen_package': 'ui/gfx', | 582 'jni_gen_package': 'ui/gfx', |
584 }, | 583 }, |
585 'includes': [ '../../build/jni_generator.gypi' ], | 584 'includes': [ '../../build/jni_generator.gypi' ], |
586 }, | 585 }, |
587 ], | 586 ], |
588 }], | 587 }], |
589 ], | 588 ], |
590 } | 589 } |
OLD | NEW |