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

Side by Side Diff: skia/BUILD.gn

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 10 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 | « shell/dynamic_application_loader.cc ('k') | skia/ext/SkMemory_new_handler.cpp » ('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("//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
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
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 }
OLDNEW
« no previous file with comments | « shell/dynamic_application_loader.cc ('k') | skia/ext/SkMemory_new_handler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698