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

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

Issue 1563183008: Added capability on Windows to get the physical dimensions of your attached monitors. Also added th… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 2 Created 4 years, 11 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
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "utf16_indexing.h", 209 "utf16_indexing.h",
210 "vsync_provider.h", 210 "vsync_provider.h",
211 "win/direct_manipulation.cc", 211 "win/direct_manipulation.cc",
212 "win/direct_manipulation.h", 212 "win/direct_manipulation.h",
213 "win/direct_write.cc", 213 "win/direct_write.cc",
214 "win/direct_write.h", 214 "win/direct_write.h",
215 "win/dpi.cc", 215 "win/dpi.cc",
216 "win/dpi.h", 216 "win/dpi.h",
217 "win/hwnd_util.cc", 217 "win/hwnd_util.cc",
218 "win/hwnd_util.h", 218 "win/hwnd_util.h",
219 "win/physical_size.cc",
220 "win/physical_size.h",
219 "win/scoped_set_map_mode.h", 221 "win/scoped_set_map_mode.h",
220 "win/singleton_hwnd.cc", 222 "win/singleton_hwnd.cc",
221 "win/singleton_hwnd.h", 223 "win/singleton_hwnd.h",
222 "win/singleton_hwnd_observer.cc", 224 "win/singleton_hwnd_observer.cc",
223 "win/singleton_hwnd_observer.h", 225 "win/singleton_hwnd_observer.h",
224 "win/window_impl.cc", 226 "win/window_impl.cc",
225 "win/window_impl.h", 227 "win/window_impl.h",
226 ] 228 ]
227 if (!is_ios) { 229 if (!is_ios) {
228 sources += [ 230 sources += [
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 if (is_android) { 777 if (is_android) {
776 generate_jni("gfx_jni_headers") { 778 generate_jni("gfx_jni_headers") {
777 sources = [ 779 sources = [
778 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 780 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
779 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 781 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
780 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 782 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
781 ] 783 ]
782 jni_package = "gfx" 784 jni_package = "gfx"
783 } 785 }
784 } 786 }
OLDNEW
« no previous file with comments | « content/browser/gpu/gpu_internals_ui.cc ('k') | ui/gfx/display.h » ('j') | ui/gfx/display.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698