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

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

Issue 1618963005: Revert of Start of display management for mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « components/web_view/frame_connection.cc ('k') | ui/gfx/display_finder.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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "color_profile.cc", 65 "color_profile.cc",
66 "color_profile.h", 66 "color_profile.h",
67 "color_profile_mac.mm", 67 "color_profile_mac.mm",
68 "color_profile_win.cc", 68 "color_profile_win.cc",
69 "color_utils.cc", 69 "color_utils.cc",
70 "color_utils.h", 70 "color_utils.h",
71 "display.cc", 71 "display.cc",
72 "display.h", 72 "display.h",
73 "display_change_notifier.cc", 73 "display_change_notifier.cc",
74 "display_change_notifier.h", 74 "display_change_notifier.h",
75 "display_finder.cc",
76 "display_finder.h",
77 "display_observer.cc", 75 "display_observer.cc",
78 "display_observer.h", 76 "display_observer.h",
79 "favicon_size.cc", 77 "favicon_size.cc",
80 "favicon_size.h", 78 "favicon_size.h",
81 "font.cc", 79 "font.cc",
82 "font.h", 80 "font.h",
83 "font_fallback.h", 81 "font_fallback.h",
84 "font_fallback_linux.cc", 82 "font_fallback_linux.cc",
85 "font_fallback_mac.mm", 83 "font_fallback_mac.mm",
86 "font_fallback_win.cc", 84 "font_fallback_win.cc",
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 if (is_android) { 784 if (is_android) {
787 generate_jni("gfx_jni_headers") { 785 generate_jni("gfx_jni_headers") {
788 sources = [ 786 sources = [
789 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 787 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
790 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 788 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
791 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 789 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
792 ] 790 ]
793 jni_package = "gfx" 791 jni_package = "gfx"
794 } 792 }
795 } 793 }
OLDNEW
« no previous file with comments | « components/web_view/frame_connection.cc ('k') | ui/gfx/display_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698