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

Side by Side Diff: skia/BUILD.gn

Issue 466223008: Adds skia/config/SkUserConfig.h to skia_library.gypi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update gn files Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | skia/skia_library.gypi » ('j') | skia/skia_library.gypi » ('J')
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 if (cpu_arch == "arm") { 7 if (cpu_arch == "arm") {
8 import("//build/config/arm.gni") 8 import("//build/config/arm.gni")
9 } 9 }
10 10
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "/wd4554", 243 "/wd4554",
244 "/wd4748", 244 "/wd4748",
245 "/wd4800", 245 "/wd4800",
246 ] 246 ]
247 } 247 }
248 } 248 }
249 249
250 component("skia") { 250 component("skia") {
251 sources = [ 251 sources = [
252 # Chrome sources. 252 # Chrome sources.
253 "config/SkUserConfig.h",
253 "ext/analysis_canvas.cc", 254 "ext/analysis_canvas.cc",
254 "ext/analysis_canvas.h", 255 "ext/analysis_canvas.h",
255 "ext/benchmarking_canvas.cc", 256 "ext/benchmarking_canvas.cc",
256 "ext/benchmarking_canvas.h", 257 "ext/benchmarking_canvas.h",
257 "ext/bitmap_platform_device.h", 258 "ext/bitmap_platform_device.h",
258 "ext/convolver.cc", 259 "ext/convolver.cc",
259 "ext/convolver.h", 260 "ext/convolver.h",
260 "ext/event_tracer_impl.cc", 261 "ext/event_tracer_impl.cc",
261 "ext/event_tracer_impl.h", 262 "ext/event_tracer_impl.h",
262 "ext/fontmgr_default_win.cc", 263 "ext/fontmgr_default_win.cc",
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 ":skia_config", 695 ":skia_config",
695 "//build/config/compiler:no_chromium_code" 696 "//build/config/compiler:no_chromium_code"
696 ] 697 ]
697 698
698 deps = [ 699 deps = [
699 "//base", 700 "//base",
700 ] 701 ]
701 702
702 visibility = ":skia" 703 visibility = ":skia"
703 } 704 }
OLDNEW
« no previous file with comments | « no previous file | skia/skia_library.gypi » ('j') | skia/skia_library.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698