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

Side by Side Diff: skia/BUILD.gn

Issue 445073002: Skia roll 41ebbdd:be21e34 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « DEPS ('k') | no next file » | 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 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 } 317 }
318 318
319 # GPU 319 # GPU
320 if (skia_support_gpu) { 320 if (skia_support_gpu) {
321 sources += gypi_skia_gpu.skgpu_sources 321 sources += gypi_skia_gpu.skgpu_sources
322 sources += gypi_skia_gpu.skgpu_null_gl_sources 322 sources += gypi_skia_gpu.skgpu_null_gl_sources
323 } 323 }
324 324
325 # Remove unused util files include in utils.gypi 325 # Remove unused util files include in utils.gypi
326 sources -= [ 326 sources -= [
327 "//third_party/skia/include/utils/SkCondVar.h", 327 "//third_party/skia/src/utils/SkCondVar.h",
328 "//third_party/skia/include/utils/SkRunnable.h", 328 "//third_party/skia/src/utils/SkRunnable.h",
329 "//third_party/skia/include/utils/SkThreadPool.h", 329 "//third_party/skia/src/utils/SkThreadPool.h",
330 "//third_party/skia/src/utils/SkCondVar.cpp", 330 "//third_party/skia/src/utils/SkCondVar.cpp",
331 331
332 "//third_party/skia/include/utils/SkBoundaryPatch.h", 332 "//third_party/skia/include/utils/SkBoundaryPatch.h",
333 "//third_party/skia/include/utils/SkFrontBufferedStream.h", 333 "//third_party/skia/include/utils/SkFrontBufferedStream.h",
334 "//third_party/skia/include/utils/SkCamera.h", 334 "//third_party/skia/include/utils/SkCamera.h",
335 "//third_party/skia/include/utils/SkCanvasStateUtils.h", 335 "//third_party/skia/include/utils/SkCanvasStateUtils.h",
336 "//third_party/skia/include/utils/SkCubicInterval.h", 336 "//third_party/skia/include/utils/SkCubicInterval.h",
337 "//third_party/skia/include/utils/SkCullPoints.h", 337 "//third_party/skia/include/utils/SkCullPoints.h",
338 "//third_party/skia/include/utils/SkDebugUtils.h", 338 "//third_party/skia/include/utils/SkDebugUtils.h",
339 "//third_party/skia/include/utils/SkDumpCanvas.h", 339 "//third_party/skia/include/utils/SkDumpCanvas.h",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 ":skia_config", 702 ":skia_config",
703 "//build/config/compiler:no_chromium_code" 703 "//build/config/compiler:no_chromium_code"
704 ] 704 ]
705 705
706 deps = [ 706 deps = [
707 "//base", 707 "//base",
708 ] 708 ]
709 709
710 visibility = ":skia" 710 visibility = ":skia"
711 } 711 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698