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

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

Issue 1971333002: Views: factor out Combobox background and const-ify style (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Redo PositionArrowWithinShoulder Created 4 years, 7 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/gfx.gyp » ('j') | ui/views/controls/combobox/combobox.h » ('J')
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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "platform_font.h", 141 "platform_font.h",
142 "platform_font_android.cc", 142 "platform_font_android.cc",
143 "platform_font_ios.h", 143 "platform_font_ios.h",
144 "platform_font_ios.mm", 144 "platform_font_ios.mm",
145 "platform_font_linux.cc", 145 "platform_font_linux.cc",
146 "platform_font_linux.h", 146 "platform_font_linux.h",
147 "platform_font_mac.h", 147 "platform_font_mac.h",
148 "platform_font_mac.mm", 148 "platform_font_mac.mm",
149 "platform_font_win.cc", 149 "platform_font_win.cc",
150 "platform_font_win.h", 150 "platform_font_win.h",
151 "scoped_canvas.cc",
151 "scoped_canvas.h", 152 "scoped_canvas.h",
152 "scoped_cg_context_save_gstate_mac.h", 153 "scoped_cg_context_save_gstate_mac.h",
153 "scoped_ns_graphics_context_save_gstate_mac.h", 154 "scoped_ns_graphics_context_save_gstate_mac.h",
154 "scoped_ns_graphics_context_save_gstate_mac.mm", 155 "scoped_ns_graphics_context_save_gstate_mac.mm",
155 "scoped_ui_graphics_push_context_ios.h", 156 "scoped_ui_graphics_push_context_ios.h",
156 "scoped_ui_graphics_push_context_ios.mm", 157 "scoped_ui_graphics_push_context_ios.mm",
157 "scrollbar_size.cc", 158 "scrollbar_size.cc",
158 "scrollbar_size.h", 159 "scrollbar_size.h",
159 "selection_model.cc", 160 "selection_model.cc",
160 "selection_model.h", 161 "selection_model.h",
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 if (is_android) { 816 if (is_android) {
816 generate_jni("gfx_jni_headers") { 817 generate_jni("gfx_jni_headers") {
817 sources = [ 818 sources = [
818 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 819 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
819 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 820 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
820 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 821 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
821 ] 822 ]
822 jni_package = "gfx" 823 jni_package = "gfx"
823 } 824 }
824 } 825 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/gfx.gyp » ('j') | ui/views/controls/combobox/combobox.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698