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

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

Issue 1639623003: ScreenWin Testability and Restructuring (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync + VS2015 Friendly - struct -> class to maintain immutability 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",
217 "win/dpi.cc", 219 "win/dpi.cc",
218 "win/dpi.h", 220 "win/dpi.h",
219 "win/hwnd_util.cc", 221 "win/hwnd_util.cc",
220 "win/hwnd_util.h", 222 "win/hwnd_util.h",
221 "win/physical_size.cc", 223 "win/physical_size.cc",
222 "win/physical_size.h", 224 "win/physical_size.h",
223 "win/scoped_set_map_mode.h", 225 "win/scoped_set_map_mode.h",
226 "win/screen_win_display.cc",
227 "win/screen_win_display.h",
224 "win/singleton_hwnd.cc", 228 "win/singleton_hwnd.cc",
225 "win/singleton_hwnd.h", 229 "win/singleton_hwnd.h",
226 "win/singleton_hwnd_observer.cc", 230 "win/singleton_hwnd_observer.cc",
227 "win/singleton_hwnd_observer.h", 231 "win/singleton_hwnd_observer.h",
228 "win/window_impl.cc", 232 "win/window_impl.cc",
229 "win/window_impl.h", 233 "win/window_impl.h",
230 ] 234 ]
231 if (!is_ios) { 235 if (!is_ios) {
232 sources += [ 236 sources += [
233 "blit.cc", 237 "blit.cc",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 590
587 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry 591 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
588 592
589 source_set("test_support") { 593 source_set("test_support") {
590 testonly = true 594 testonly = true
591 sources = [ 595 sources = [
592 "image/image_unittest_util.cc", 596 "image/image_unittest_util.cc",
593 "image/image_unittest_util.h", 597 "image/image_unittest_util.h",
594 "image/image_unittest_util_ios.mm", 598 "image/image_unittest_util_ios.mm",
595 "image/image_unittest_util_mac.mm", 599 "image/image_unittest_util_mac.mm",
600 "test/display_util.h",
596 "test/fontconfig_util_linux.cc", 601 "test/fontconfig_util_linux.cc",
597 "test/fontconfig_util_linux.h", 602 "test/fontconfig_util_linux.h",
598 "test/gfx_util.cc", 603 "test/gfx_util.cc",
599 "test/gfx_util.h", 604 "test/gfx_util.h",
600 "test/test_screen.cc", 605 "test/test_screen.cc",
601 "test/test_screen.h", 606 "test/test_screen.h",
602 "test/ui_cocoa_test_helper.h", 607 "test/ui_cocoa_test_helper.h",
603 "test/ui_cocoa_test_helper.mm", 608 "test/ui_cocoa_test_helper.mm",
604 ] 609 ]
605 610
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 if (is_android) { 784 if (is_android) {
780 generate_jni("gfx_jni_headers") { 785 generate_jni("gfx_jni_headers") {
781 sources = [ 786 sources = [
782 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 787 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
783 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 788 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
784 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 789 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
785 ] 790 ]
786 jni_package = "gfx" 791 jni_package = "gfx"
787 } 792 }
788 } 793 }
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