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

Side by Side Diff: ui/gfx/BUILD.gn

Issue 2527833002: Implement SkEncodeImage() (Closed)
Patch Set: rebase again Created 3 years, 11 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 | « skia/ext/skia_encode_image.cc ('k') | ui/gfx/codec/skia_image_encoder_adapter.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 8
9 if (is_android) { 9 if (is_android) {
10 import("//build/config/android/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 "animation/slide_animation.h", 50 "animation/slide_animation.h",
51 "animation/throb_animation.cc", 51 "animation/throb_animation.cc",
52 "animation/throb_animation.h", 52 "animation/throb_animation.h",
53 "animation/tween.cc", 53 "animation/tween.cc",
54 "animation/tween.h", 54 "animation/tween.h",
55 "break_list.h", 55 "break_list.h",
56 "codec/jpeg_codec.cc", 56 "codec/jpeg_codec.cc",
57 "codec/jpeg_codec.h", 57 "codec/jpeg_codec.h",
58 "codec/png_codec.cc", 58 "codec/png_codec.cc",
59 "codec/png_codec.h", 59 "codec/png_codec.h",
60 "codec/skia_image_encoder_adapter.cc",
61 "codec/skia_image_encoder_adapter.h",
60 "color_analysis.cc", 62 "color_analysis.cc",
61 "color_analysis.h", 63 "color_analysis.h",
62 "color_palette.h", 64 "color_palette.h",
63 "color_space.cc", 65 "color_space.cc",
64 "color_space_win.cc", 66 "color_space_win.cc",
65 "color_space_win.h", 67 "color_space_win.h",
66 "color_transform.cc", 68 "color_transform.cc",
67 "color_transform.h", 69 "color_transform.h",
68 "color_utils.cc", 70 "color_utils.cc",
69 "color_utils.h", 71 "color_utils.h",
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 746
745 fuzzer_test("color_transform_fuzztest") { 747 fuzzer_test("color_transform_fuzztest") {
746 sources = [ 748 sources = [
747 "color_transform_fuzzer.cc", 749 "color_transform_fuzzer.cc",
748 ] 750 ]
749 deps = [ 751 deps = [
750 ":gfx", 752 ":gfx",
751 ] 753 ]
752 libfuzzer_options = [ "max_len=1024" ] 754 libfuzzer_options = [ "max_len=1024" ]
753 } 755 }
OLDNEW
« no previous file with comments | « skia/ext/skia_encode_image.cc ('k') | ui/gfx/codec/skia_image_encoder_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698