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

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

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit 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 | « ui/base/ui_base.gyp ('k') | ui/gfx/gfx.gyp » ('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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 "platform_font.h", 149 "platform_font.h",
150 "platform_font_android.cc", 150 "platform_font_android.cc",
151 "platform_font_ios.h", 151 "platform_font_ios.h",
152 "platform_font_ios.mm", 152 "platform_font_ios.mm",
153 "platform_font_linux.cc", 153 "platform_font_linux.cc",
154 "platform_font_linux.h", 154 "platform_font_linux.h",
155 "platform_font_mac.h", 155 "platform_font_mac.h",
156 "platform_font_mac.mm", 156 "platform_font_mac.mm",
157 "platform_font_win.cc", 157 "platform_font_win.cc",
158 "platform_font_win.h", 158 "platform_font_win.h",
159 "range/range.cc",
160 "range/range.h",
161 "range/range_f.cc",
162 "range/range_f.h",
163 "range/range_mac.mm",
164 "range/range_win.cc",
165 "scoped_canvas.h", 159 "scoped_canvas.h",
166 "scoped_cg_context_save_gstate_mac.h", 160 "scoped_cg_context_save_gstate_mac.h",
167 "scoped_ns_graphics_context_save_gstate_mac.h", 161 "scoped_ns_graphics_context_save_gstate_mac.h",
168 "scoped_ns_graphics_context_save_gstate_mac.mm", 162 "scoped_ns_graphics_context_save_gstate_mac.mm",
169 "scoped_ui_graphics_push_context_ios.h", 163 "scoped_ui_graphics_push_context_ios.h",
170 "scoped_ui_graphics_push_context_ios.mm", 164 "scoped_ui_graphics_push_context_ios.mm",
171 "screen.cc", 165 "screen.cc",
172 "screen.h", 166 "screen.h",
173 "screen_android.cc", 167 "screen_android.cc",
174 "screen_aura.cc", 168 "screen_aura.cc",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 # This is part of the gfx component in the component build. 247 # This is part of the gfx component in the component build.
254 defines = [ "GFX_IMPLEMENTATION" ] 248 defines = [ "GFX_IMPLEMENTATION" ]
255 249
256 public_deps = [ 250 public_deps = [
257 ":memory_buffer_sources", 251 ":memory_buffer_sources",
258 ":native_widget_types", 252 ":native_widget_types",
259 "//base", 253 "//base",
260 "//skia", 254 "//skia",
261 "//third_party/icu", 255 "//third_party/icu",
262 "//ui/gfx/geometry", 256 "//ui/gfx/geometry",
257 "//ui/gfx/range",
263 ] 258 ]
264 deps = [ 259 deps = [
265 ":gfx_export", 260 ":gfx_export",
266 "//base", 261 "//base",
267 "//base:base_static", 262 "//base:base_static",
268 "//base:i18n", 263 "//base:i18n",
269 "//base/third_party/dynamic_annotations", 264 "//base/third_party/dynamic_annotations",
270 "//skia", 265 "//skia",
271 "//third_party/harfbuzz-ng", 266 "//third_party/harfbuzz-ng",
272 "//third_party/libpng", 267 "//third_party/libpng",
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 ":test_support", 769 ":test_support",
775 "//base", 770 "//base",
776 "//base/test:test_support", 771 "//base/test:test_support",
777 "//skia", 772 "//skia",
778 "//testing/gtest", 773 "//testing/gtest",
779 "//third_party/icu:icuuc", 774 "//third_party/icu:icuuc",
780 "//third_party/libpng", 775 "//third_party/libpng",
781 "//third_party/zlib", 776 "//third_party/zlib",
782 "//ui/base", 777 "//ui/base",
783 "//ui/gfx/geometry", 778 "//ui/gfx/geometry",
779 "//ui/gfx/range",
784 "//ui/resources:ui_test_pak", 780 "//ui/resources:ui_test_pak",
785 ] 781 ]
786 782
787 data_deps = [ 783 data_deps = [
788 "//ui/resources:ui_test_pak", 784 "//ui/resources:ui_test_pak",
789 ] 785 ]
790 786
791 if (!is_mac && !is_ios) { 787 if (!is_mac && !is_ios) {
792 sources += [ 788 sources += [
793 "interpolated_transform_unittest.cc", 789 "interpolated_transform_unittest.cc",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 if (is_android) { 838 if (is_android) {
843 generate_jni("gfx_jni_headers") { 839 generate_jni("gfx_jni_headers") {
844 sources = [ 840 sources = [
845 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 841 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
846 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 842 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
847 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 843 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
848 ] 844 ]
849 jni_package = "gfx" 845 jni_package = "gfx"
850 } 846 }
851 } 847 }
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698