| 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 (cpu_arch == "arm") { | 8 if (cpu_arch == "arm") { |
| 9 import("//build/config/arm.gni") | 9 import("//build/config/arm.gni") |
| 10 } | 10 } |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "//third_party/skia/src/utils/SkBitmapHasher.cpp", | 355 "//third_party/skia/src/utils/SkBitmapHasher.cpp", |
| 356 "//third_party/skia/src/utils/SkBitmapHasher.h", | 356 "//third_party/skia/src/utils/SkBitmapHasher.h", |
| 357 "//third_party/skia/src/utils/SkBoundaryPatch.cpp", | 357 "//third_party/skia/src/utils/SkBoundaryPatch.cpp", |
| 358 "//third_party/skia/src/utils/SkFrontBufferedStream.cpp", | 358 "//third_party/skia/src/utils/SkFrontBufferedStream.cpp", |
| 359 "//third_party/skia/src/utils/SkCamera.cpp", | 359 "//third_party/skia/src/utils/SkCamera.cpp", |
| 360 "//third_party/skia/src/utils/SkCanvasStack.h", | 360 "//third_party/skia/src/utils/SkCanvasStack.h", |
| 361 "//third_party/skia/src/utils/SkCubicInterval.cpp", | 361 "//third_party/skia/src/utils/SkCubicInterval.cpp", |
| 362 "//third_party/skia/src/utils/SkCullPoints.cpp", | 362 "//third_party/skia/src/utils/SkCullPoints.cpp", |
| 363 "//third_party/skia/src/utils/SkDumpCanvas.cpp", | 363 "//third_party/skia/src/utils/SkDumpCanvas.cpp", |
| 364 "//third_party/skia/src/utils/SkFloatUtils.h", | 364 "//third_party/skia/src/utils/SkFloatUtils.h", |
| 365 "//third_party/skia/src/utils/SkGatherPixelRefsAndRects.cpp", | |
| 366 "//third_party/skia/src/utils/SkGatherPixelRefsAndRects.h", | |
| 367 "//third_party/skia/src/utils/SkInterpolator.cpp", | 365 "//third_party/skia/src/utils/SkInterpolator.cpp", |
| 368 "//third_party/skia/src/utils/SkLayer.cpp", | 366 "//third_party/skia/src/utils/SkLayer.cpp", |
| 369 "//third_party/skia/src/utils/SkMD5.cpp", | 367 "//third_party/skia/src/utils/SkMD5.cpp", |
| 370 "//third_party/skia/src/utils/SkMD5.h", | 368 "//third_party/skia/src/utils/SkMD5.h", |
| 371 "//third_party/skia/src/utils/SkMeshUtils.cpp", | 369 "//third_party/skia/src/utils/SkMeshUtils.cpp", |
| 372 "//third_party/skia/src/utils/SkNinePatch.cpp", | 370 "//third_party/skia/src/utils/SkNinePatch.cpp", |
| 373 "//third_party/skia/src/utils/SkOSFile.cpp", | 371 "//third_party/skia/src/utils/SkOSFile.cpp", |
| 374 "//third_party/skia/src/utils/SkParse.cpp", | 372 "//third_party/skia/src/utils/SkParse.cpp", |
| 375 "//third_party/skia/src/utils/SkParseColor.cpp", | 373 "//third_party/skia/src/utils/SkParseColor.cpp", |
| 376 "//third_party/skia/src/utils/SkParsePath.cpp", | 374 "//third_party/skia/src/utils/SkParsePath.cpp", |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 | 724 |
| 727 deps = [ | 725 deps = [ |
| 728 ":skia", | 726 ":skia", |
| 729 "//base", | 727 "//base", |
| 730 "//base/test:run_all_unittests", | 728 "//base/test:run_all_unittests", |
| 731 "//testing/gtest", | 729 "//testing/gtest", |
| 732 "//ui/gfx", | 730 "//ui/gfx", |
| 733 "//ui/gfx/geometry", | 731 "//ui/gfx/geometry", |
| 734 ] | 732 ] |
| 735 } | 733 } |
| OLD | NEW |