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

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

Issue 789583002: Updates subpixel positioning and hinting when DSF is changed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GN Created 6 years 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
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 6
7 if (is_android) { 7 if (is_android) {
8 import("//build/config/android/config.gni") 8 import("//build/config/android/config.gni")
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 "font_fallback_mac.cc", 87 "font_fallback_mac.cc",
88 "font_fallback_win.cc", 88 "font_fallback_win.cc",
89 "font_fallback_win.h", 89 "font_fallback_win.h",
90 "font_list.cc", 90 "font_list.cc",
91 "font_list.h", 91 "font_list.h",
92 "font_list_impl.cc", 92 "font_list_impl.cc",
93 "font_list_impl.h", 93 "font_list_impl.h",
94 "font_render_params.cc", 94 "font_render_params.cc",
95 "font_render_params.h", 95 "font_render_params.h",
96 "font_render_params_android.cc", 96 "font_render_params_android.cc",
97 "font_render_params_ios.cc",
97 "font_render_params_linux.cc", 98 "font_render_params_linux.cc",
98 "font_render_params_mac.cc", 99 "font_render_params_mac.cc",
99 "font_render_params_win.cc", 100 "font_render_params_win.cc",
100 "frame_time.h", 101 "frame_time.h",
101 "gdi_util.cc", 102 "gdi_util.cc",
102 "gdi_util.h", 103 "gdi_util.h",
103 "gfx_paths.cc", 104 "gfx_paths.cc",
104 "gfx_paths.h", 105 "gfx_paths.h",
105 "gpu_memory_buffer.cc", 106 "gpu_memory_buffer.cc",
106 "gpu_memory_buffer.h", 107 "gpu_memory_buffer.h",
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 if (is_android) { 553 if (is_android) {
553 generate_jni("gfx_jni_headers") { 554 generate_jni("gfx_jni_headers") {
554 sources = [ 555 sources = [
555 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 556 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
556 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 557 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
557 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 558 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
558 ] 559 ]
559 jni_package = "gfx" 560 jni_package = "gfx"
560 } 561 }
561 } 562 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698