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

Side by Side Diff: skia/BUILD.gn

Issue 2496573002: Add header files that were missing from BUILD.gn. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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 | « net/net.gypi ('k') | ui/gfx/BUILD.gn » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//printing/features/features.gni") 7 import("//printing/features/features.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/skia/gn/shared_sources.gni") 9 import("//third_party/skia/gn/shared_sources.gni")
10 10
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "ext/opacity_filter_canvas.cc", 215 "ext/opacity_filter_canvas.cc",
216 "ext/platform_device.cc", 216 "ext/platform_device.cc",
217 "ext/platform_device_linux.cc", 217 "ext/platform_device_linux.cc",
218 "ext/platform_device_mac.cc", 218 "ext/platform_device_mac.cc",
219 "ext/platform_device_win.cc", 219 "ext/platform_device_win.cc",
220 "ext/recursive_gaussian_convolution.cc", 220 "ext/recursive_gaussian_convolution.cc",
221 "ext/skia_histogram.cc", 221 "ext/skia_histogram.cc",
222 "ext/skia_memory_dump_provider.cc", 222 "ext/skia_memory_dump_provider.cc",
223 "ext/skia_trace_memory_dump_impl.cc", 223 "ext/skia_trace_memory_dump_impl.cc",
224 "ext/skia_utils_base.cc", 224 "ext/skia_utils_base.cc",
225 "ext/skia_utils_ios.h",
225 "ext/skia_utils_ios.mm", 226 "ext/skia_utils_ios.mm",
226 "ext/skia_utils_mac.mm", 227 "ext/skia_utils_mac.mm",
227 "ext/skia_utils_win.cc", 228 "ext/skia_utils_win.cc",
228 ] 229 ]
229 230
230 if (!is_ios) { 231 if (!is_ios) {
231 sources += [ "ext/platform_canvas.cc" ] 232 sources += [ "ext/platform_canvas.cc" ]
232 } 233 }
233 if (!is_ios && (current_cpu == "x86" || current_cpu == "x64")) { 234 if (!is_ios && (current_cpu == "x86" || current_cpu == "x64")) {
234 sources += [ "ext/convolver_SSE2.cc" ] 235 sources += [ "ext/convolver_SSE2.cc" ]
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 726
726 deps = [ 727 deps = [
727 ":skia", 728 ":skia",
728 "//base", 729 "//base",
729 "//base/test:test_support", 730 "//base/test:test_support",
730 "//build/config/sanitizers:deps", 731 "//build/config/sanitizers:deps",
731 "//build/win:default_exe_manifest", 732 "//build/win:default_exe_manifest",
732 ] 733 ]
733 } 734 }
734 } 735 }
OLDNEW
« no previous file with comments | « net/net.gypi ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698