OLD | NEW |
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("//testing/test.gni") | 7 import("//testing/test.gni") |
8 if (current_cpu == "arm") { | 8 if (current_cpu == "arm") { |
9 import("//build/config/arm.gni") | 9 import("//build/config/arm.gni") |
10 } | 10 } |
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 sources += gypi_skia_gpu.skgpu_sources | 328 sources += gypi_skia_gpu.skgpu_sources |
329 sources += gypi_skia_gpu.skgpu_null_gl_sources | 329 sources += gypi_skia_gpu.skgpu_null_gl_sources |
330 } | 330 } |
331 | 331 |
332 # Remove unused util files include in utils.gypi | 332 # Remove unused util files include in utils.gypi |
333 sources -= [ | 333 sources -= [ |
334 "//third_party/skia/src/utils/SkBitmapHasher.cpp", | 334 "//third_party/skia/src/utils/SkBitmapHasher.cpp", |
335 "//third_party/skia/src/utils/SkBoundaryPatch.cpp", | 335 "//third_party/skia/src/utils/SkBoundaryPatch.cpp", |
336 "//third_party/skia/src/utils/SkCamera.cpp", | 336 "//third_party/skia/src/utils/SkCamera.cpp", |
337 "//third_party/skia/src/utils/SkCubicInterval.cpp", | 337 "//third_party/skia/src/utils/SkCubicInterval.cpp", |
338 "//third_party/skia/src/utils/SkCullPoints.cpp", | |
339 "//third_party/skia/src/utils/SkDumpCanvas.cpp", | 338 "//third_party/skia/src/utils/SkDumpCanvas.cpp", |
340 "//third_party/skia/src/utils/SkFrontBufferedStream.cpp", | 339 "//third_party/skia/src/utils/SkFrontBufferedStream.cpp", |
341 "//third_party/skia/src/utils/SkInterpolator.cpp", | 340 "//third_party/skia/src/utils/SkInterpolator.cpp", |
342 "//third_party/skia/src/utils/SkLayer.cpp", | 341 "//third_party/skia/src/utils/SkLayer.cpp", |
343 "//third_party/skia/src/utils/SkMD5.cpp", | 342 "//third_party/skia/src/utils/SkMD5.cpp", |
344 "//third_party/skia/src/utils/SkMeshUtils.cpp", | 343 "//third_party/skia/src/utils/SkMeshUtils.cpp", |
345 "//third_party/skia/src/utils/SkNinePatch.cpp", | 344 "//third_party/skia/src/utils/SkNinePatch.cpp", |
346 "//third_party/skia/src/utils/SkOSFile.cpp", | 345 "//third_party/skia/src/utils/SkOSFile.cpp", |
347 "//third_party/skia/src/utils/SkParsePath.cpp", | 346 "//third_party/skia/src/utils/SkParsePath.cpp", |
348 "//third_party/skia/src/utils/SkSHA1.cpp", | 347 "//third_party/skia/src/utils/SkSHA1.cpp", |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 ] | 716 ] |
718 | 717 |
719 deps = [ | 718 deps = [ |
720 ":skia", | 719 ":skia", |
721 "//base", | 720 "//base", |
722 "//base/test:test_support", | 721 "//base/test:test_support", |
723 "//build/config/sanitizers:deps", | 722 "//build/config/sanitizers:deps", |
724 ] | 723 ] |
725 } | 724 } |
726 } | 725 } |
OLD | NEW |