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

Side by Side Diff: skia/BUILD.gn

Issue 2629193002: Remove skia::PlatformDevice (Closed)
Patch Set: also remove SK_SUPPORT_LEGACY_GETTOPDEVICE Created 3 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 | « no previous file | skia/config/SkUserConfig.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 (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("//build/config/sanitizers/sanitizers.gni") 7 import("//build/config/sanitizers/sanitizers.gni")
8 import("//printing/features/features.gni") 8 import("//printing/features/features.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//third_party/skia/gn/shared_sources.gni") 10 import("//third_party/skia/gn/shared_sources.gni")
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "ext/analysis_canvas.cc", 196 "ext/analysis_canvas.cc",
197 "ext/benchmarking_canvas.cc", 197 "ext/benchmarking_canvas.cc",
198 "ext/convolver.cc", 198 "ext/convolver.cc",
199 "ext/event_tracer_impl.cc", 199 "ext/event_tracer_impl.cc",
200 "ext/fontmgr_default_android.cc", 200 "ext/fontmgr_default_android.cc",
201 "ext/fontmgr_default_linux.cc", 201 "ext/fontmgr_default_linux.cc",
202 "ext/fontmgr_default_win.cc", 202 "ext/fontmgr_default_win.cc",
203 "ext/google_logging.cc", 203 "ext/google_logging.cc",
204 "ext/image_operations.cc", 204 "ext/image_operations.cc",
205 "ext/opacity_filter_canvas.cc", 205 "ext/opacity_filter_canvas.cc",
206 "ext/platform_device.cc",
207 "ext/recursive_gaussian_convolution.cc", 206 "ext/recursive_gaussian_convolution.cc",
208 "ext/skia_encode_image.cc", 207 "ext/skia_encode_image.cc",
209 "ext/skia_encode_image.h", 208 "ext/skia_encode_image.h",
210 "ext/skia_histogram.cc", 209 "ext/skia_histogram.cc",
211 "ext/skia_memory_dump_provider.cc", 210 "ext/skia_memory_dump_provider.cc",
212 "ext/skia_trace_memory_dump_impl.cc", 211 "ext/skia_trace_memory_dump_impl.cc",
213 "ext/skia_utils_base.cc", 212 "ext/skia_utils_base.cc",
214 "ext/skia_utils_ios.h", 213 "ext/skia_utils_ios.h",
215 "ext/skia_utils_ios.mm", 214 "ext/skia_utils_ios.mm",
216 "ext/skia_utils_mac.mm", 215 "ext/skia_utils_mac.mm",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 694
696 deps = [ 695 deps = [
697 ":skia", 696 ":skia",
698 "//base", 697 "//base",
699 "//base/test:test_support", 698 "//base/test:test_support",
700 "//build/config/sanitizers:deps", 699 "//build/config/sanitizers:deps",
701 "//build/win:default_exe_manifest", 700 "//build/win:default_exe_manifest",
702 ] 701 ]
703 } 702 }
704 } 703 }
OLDNEW
« no previous file with comments | « no previous file | skia/config/SkUserConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698