| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 "transform_util.cc", | 207 "transform_util.cc", |
| 208 "transform_util.h", | 208 "transform_util.h", |
| 209 "ui_gfx_exports.cc", | 209 "ui_gfx_exports.cc", |
| 210 "utf16_indexing.cc", | 210 "utf16_indexing.cc", |
| 211 "utf16_indexing.h", | 211 "utf16_indexing.h", |
| 212 "vsync_provider.h", | 212 "vsync_provider.h", |
| 213 "win/direct_manipulation.cc", | 213 "win/direct_manipulation.cc", |
| 214 "win/direct_manipulation.h", | 214 "win/direct_manipulation.h", |
| 215 "win/direct_write.cc", | 215 "win/direct_write.cc", |
| 216 "win/direct_write.h", | 216 "win/direct_write.h", |
| 217 "win/display_info.cc", |
| 218 "win/display_info.h", |
| 219 "win/display_manager.cc", |
| 220 "win/display_manager.h", |
| 221 "win/display_manager_observer.h", |
| 217 "win/dpi.cc", | 222 "win/dpi.cc", |
| 218 "win/dpi.h", | 223 "win/dpi.h", |
| 219 "win/hwnd_util.cc", | 224 "win/hwnd_util.cc", |
| 220 "win/hwnd_util.h", | 225 "win/hwnd_util.h", |
| 221 "win/physical_size.cc", | 226 "win/physical_size.cc", |
| 222 "win/physical_size.h", | 227 "win/physical_size.h", |
| 223 "win/scoped_set_map_mode.h", | 228 "win/scoped_set_map_mode.h", |
| 229 "win/screen_win_display.cc", |
| 230 "win/screen_win_display.h", |
| 224 "win/singleton_hwnd.cc", | 231 "win/singleton_hwnd.cc", |
| 225 "win/singleton_hwnd.h", | 232 "win/singleton_hwnd.h", |
| 226 "win/singleton_hwnd_observer.cc", | 233 "win/singleton_hwnd_observer.cc", |
| 227 "win/singleton_hwnd_observer.h", | 234 "win/singleton_hwnd_observer.h", |
| 228 "win/window_impl.cc", | 235 "win/window_impl.cc", |
| 229 "win/window_impl.h", | 236 "win/window_impl.h", |
| 230 ] | 237 ] |
| 231 if (!is_ios) { | 238 if (!is_ios) { |
| 232 sources += [ | 239 sources += [ |
| 233 "blit.cc", | 240 "blit.cc", |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 | 593 |
| 587 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry | 594 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry |
| 588 | 595 |
| 589 source_set("test_support") { | 596 source_set("test_support") { |
| 590 testonly = true | 597 testonly = true |
| 591 sources = [ | 598 sources = [ |
| 592 "image/image_unittest_util.cc", | 599 "image/image_unittest_util.cc", |
| 593 "image/image_unittest_util.h", | 600 "image/image_unittest_util.h", |
| 594 "image/image_unittest_util_ios.mm", | 601 "image/image_unittest_util_ios.mm", |
| 595 "image/image_unittest_util_mac.mm", | 602 "image/image_unittest_util_mac.mm", |
| 603 "test/display_util.h", |
| 596 "test/fontconfig_util_linux.cc", | 604 "test/fontconfig_util_linux.cc", |
| 597 "test/fontconfig_util_linux.h", | 605 "test/fontconfig_util_linux.h", |
| 598 "test/gfx_util.cc", | 606 "test/gfx_util.cc", |
| 599 "test/gfx_util.h", | 607 "test/gfx_util.h", |
| 600 "test/test_screen.cc", | 608 "test/test_screen.cc", |
| 601 "test/test_screen.h", | 609 "test/test_screen.h", |
| 602 "test/ui_cocoa_test_helper.h", | 610 "test/ui_cocoa_test_helper.h", |
| 603 "test/ui_cocoa_test_helper.mm", | 611 "test/ui_cocoa_test_helper.mm", |
| 604 ] | 612 ] |
| 605 | 613 |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 if (is_android) { | 796 if (is_android) { |
| 789 generate_jni("gfx_jni_headers") { | 797 generate_jni("gfx_jni_headers") { |
| 790 sources = [ | 798 sources = [ |
| 791 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", | 799 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", |
| 792 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", | 800 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", |
| 793 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", | 801 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", |
| 794 ] | 802 ] |
| 795 jni_package = "gfx" | 803 jni_package = "gfx" |
| 796 } | 804 } |
| 797 } | 805 } |
| OLD | NEW |