| 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 "transform_util.cc", | 202 "transform_util.cc", |
| 203 "transform_util.h", | 203 "transform_util.h", |
| 204 "ui_gfx_exports.cc", | 204 "ui_gfx_exports.cc", |
| 205 "utf16_indexing.cc", | 205 "utf16_indexing.cc", |
| 206 "utf16_indexing.h", | 206 "utf16_indexing.h", |
| 207 "vsync_provider.h", | 207 "vsync_provider.h", |
| 208 "win/direct_manipulation.cc", | 208 "win/direct_manipulation.cc", |
| 209 "win/direct_manipulation.h", | 209 "win/direct_manipulation.h", |
| 210 "win/direct_write.cc", | 210 "win/direct_write.cc", |
| 211 "win/direct_write.h", | 211 "win/direct_write.h", |
| 212 "win/dpi.cc", | |
| 213 "win/dpi.h", | |
| 214 "win/hwnd_util.cc", | 212 "win/hwnd_util.cc", |
| 215 "win/hwnd_util.h", | 213 "win/hwnd_util.h", |
| 216 "win/physical_size.cc", | 214 "win/physical_size.cc", |
| 217 "win/physical_size.h", | 215 "win/physical_size.h", |
| 218 "win/rendering_window_manager.cc", | 216 "win/rendering_window_manager.cc", |
| 219 "win/rendering_window_manager.h", | 217 "win/rendering_window_manager.h", |
| 220 "win/scoped_set_map_mode.h", | 218 "win/scoped_set_map_mode.h", |
| 221 "win/singleton_hwnd.cc", | 219 "win/singleton_hwnd.cc", |
| 222 "win/singleton_hwnd.h", | 220 "win/singleton_hwnd.h", |
| 223 "win/singleton_hwnd_observer.cc", | 221 "win/singleton_hwnd_observer.cc", |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 if (is_android) { | 854 if (is_android) { |
| 857 generate_jni("gfx_jni_headers") { | 855 generate_jni("gfx_jni_headers") { |
| 858 sources = [ | 856 sources = [ |
| 859 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 857 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
| 860 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 858 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
| 861 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 859 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
| 862 ] | 860 ] |
| 863 jni_package = "gfx" | 861 jni_package = "gfx" |
| 864 } | 862 } |
| 865 } | 863 } |
| OLD | NEW |