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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 "text_utils_ios.mm", | 208 "text_utils_ios.mm", |
209 "transform.cc", | 209 "transform.cc", |
210 "transform.h", | 210 "transform.h", |
211 "transform_util.cc", | 211 "transform_util.cc", |
212 "transform_util.h", | 212 "transform_util.h", |
213 "ui_gfx_exports.cc", | 213 "ui_gfx_exports.cc", |
214 "utf16_indexing.cc", | 214 "utf16_indexing.cc", |
215 "utf16_indexing.h", | 215 "utf16_indexing.h", |
216 "vector_icons_public.h", | 216 "vector_icons_public.h", |
217 "vsync_provider.h", | 217 "vsync_provider.h", |
| 218 "win/direct_manipulation.cc", |
| 219 "win/direct_manipulation.h", |
218 "win/direct_write.cc", | 220 "win/direct_write.cc", |
219 "win/direct_write.h", | 221 "win/direct_write.h", |
220 "win/dpi.cc", | 222 "win/dpi.cc", |
221 "win/dpi.h", | 223 "win/dpi.h", |
222 "win/hwnd_util.cc", | 224 "win/hwnd_util.cc", |
223 "win/hwnd_util.h", | 225 "win/hwnd_util.h", |
224 "win/metro_mode.cc", | 226 "win/metro_mode.cc", |
225 "win/metro_mode.h", | 227 "win/metro_mode.h", |
226 "win/scoped_set_map_mode.h", | 228 "win/scoped_set_map_mode.h", |
227 "win/singleton_hwnd.cc", | 229 "win/singleton_hwnd.cc", |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
602 if (is_android) { | 604 if (is_android) { |
603 generate_jni("gfx_jni_headers") { | 605 generate_jni("gfx_jni_headers") { |
604 sources = [ | 606 sources = [ |
605 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 607 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
606 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 608 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
607 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 609 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
608 ] | 610 ] |
609 jni_package = "gfx" | 611 jni_package = "gfx" |
610 } | 612 } |
611 } | 613 } |
OLD | NEW |