OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 | 7 |
8 if (is_android) { | 8 if (is_android) { |
9 import("//build/config/android/config.gni") | 9 import("//build/config/android/config.gni") |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
181 "transform_util.cc", | 181 "transform_util.cc", |
182 "transform_util.h", | 182 "transform_util.h", |
183 "ui_gfx_exports.cc", | 183 "ui_gfx_exports.cc", |
184 "utf16_indexing.cc", | 184 "utf16_indexing.cc", |
185 "utf16_indexing.h", | 185 "utf16_indexing.h", |
186 "vsync_provider.h", | 186 "vsync_provider.h", |
187 "win/direct_manipulation.cc", | 187 "win/direct_manipulation.cc", |
188 "win/direct_manipulation.h", | 188 "win/direct_manipulation.h", |
189 "win/direct_write.cc", | 189 "win/direct_write.cc", |
190 "win/direct_write.h", | 190 "win/direct_write.h", |
| 191 "win/dwrite_text_analysis_source.cc", |
| 192 "win/dwrite_text_analysis_source.h", |
191 "win/hwnd_util.cc", | 193 "win/hwnd_util.cc", |
192 "win/hwnd_util.h", | 194 "win/hwnd_util.h", |
193 "win/physical_size.cc", | 195 "win/physical_size.cc", |
194 "win/physical_size.h", | 196 "win/physical_size.h", |
195 "win/rendering_window_manager.cc", | 197 "win/rendering_window_manager.cc", |
196 "win/rendering_window_manager.h", | 198 "win/rendering_window_manager.h", |
197 "win/scoped_set_map_mode.h", | 199 "win/scoped_set_map_mode.h", |
198 "win/singleton_hwnd.cc", | 200 "win/singleton_hwnd.cc", |
199 "win/singleton_hwnd.h", | 201 "win/singleton_hwnd.h", |
200 "win/singleton_hwnd_observer.cc", | 202 "win/singleton_hwnd_observer.cc", |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 if (is_android) { | 891 if (is_android) { |
890 generate_jni("gfx_jni_headers") { | 892 generate_jni("gfx_jni_headers") { |
891 sources = [ | 893 sources = [ |
892 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 894 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
893 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 895 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
894 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 896 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
895 ] | 897 ] |
896 jni_package = "gfx" | 898 jni_package = "gfx" |
897 } | 899 } |
898 } | 900 } |
OLD | NEW |