Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Side by Side Diff: ui/gfx/BUILD.gn

Issue 1674433002: Revert of ScreenWin Testability and Restructuring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ui/gfx/display.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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/dpi.cc", 217 "win/dpi.cc",
220 "win/dpi.h", 218 "win/dpi.h",
221 "win/hwnd_util.cc", 219 "win/hwnd_util.cc",
222 "win/hwnd_util.h", 220 "win/hwnd_util.h",
223 "win/physical_size.cc", 221 "win/physical_size.cc",
224 "win/physical_size.h", 222 "win/physical_size.h",
225 "win/scoped_set_map_mode.h", 223 "win/scoped_set_map_mode.h",
226 "win/screen_win_display.cc",
227 "win/screen_win_display.h",
228 "win/singleton_hwnd.cc", 224 "win/singleton_hwnd.cc",
229 "win/singleton_hwnd.h", 225 "win/singleton_hwnd.h",
230 "win/singleton_hwnd_observer.cc", 226 "win/singleton_hwnd_observer.cc",
231 "win/singleton_hwnd_observer.h", 227 "win/singleton_hwnd_observer.h",
232 "win/window_impl.cc", 228 "win/window_impl.cc",
233 "win/window_impl.h", 229 "win/window_impl.h",
234 ] 230 ]
235 if (!is_ios) { 231 if (!is_ios) {
236 sources += [ 232 sources += [
237 "blit.cc", 233 "blit.cc",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 586
591 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry 587 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
592 588
593 source_set("test_support") { 589 source_set("test_support") {
594 testonly = true 590 testonly = true
595 sources = [ 591 sources = [
596 "image/image_unittest_util.cc", 592 "image/image_unittest_util.cc",
597 "image/image_unittest_util.h", 593 "image/image_unittest_util.h",
598 "image/image_unittest_util_ios.mm", 594 "image/image_unittest_util_ios.mm",
599 "image/image_unittest_util_mac.mm", 595 "image/image_unittest_util_mac.mm",
600 "test/display_util.h",
601 "test/fontconfig_util_linux.cc", 596 "test/fontconfig_util_linux.cc",
602 "test/fontconfig_util_linux.h", 597 "test/fontconfig_util_linux.h",
603 "test/gfx_util.cc", 598 "test/gfx_util.cc",
604 "test/gfx_util.h", 599 "test/gfx_util.h",
605 "test/test_screen.cc", 600 "test/test_screen.cc",
606 "test/test_screen.h", 601 "test/test_screen.h",
607 "test/ui_cocoa_test_helper.h", 602 "test/ui_cocoa_test_helper.h",
608 "test/ui_cocoa_test_helper.mm", 603 "test/ui_cocoa_test_helper.mm",
609 ] 604 ]
610 605
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 if (is_android) { 788 if (is_android) {
794 generate_jni("gfx_jni_headers") { 789 generate_jni("gfx_jni_headers") {
795 sources = [ 790 sources = [
796 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 791 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
797 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 792 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
798 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 793 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
799 ] 794 ]
800 jni_package = "gfx" 795 jni_package = "gfx"
801 } 796 }
802 } 797 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698