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

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

Issue 2670773002: Towards deleting YUV to RGB computation redundancy (Closed)
Patch Set: Explicitly mark constants as float Created 3 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 | « cc/output/gl_renderer.cc ('k') | ui/gfx/color_space.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 611 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "animation/multi_animation_unittest.cc", 622 "animation/multi_animation_unittest.cc",
623 "animation/slide_animation_unittest.cc", 623 "animation/slide_animation_unittest.cc",
624 "animation/tween_unittest.cc", 624 "animation/tween_unittest.cc",
625 "blit_unittest.cc", 625 "blit_unittest.cc",
626 "break_list_unittest.cc", 626 "break_list_unittest.cc",
627 "canvas_unittest.cc", 627 "canvas_unittest.cc",
628 "canvas_unittest_mac.mm", 628 "canvas_unittest_mac.mm",
629 "codec/jpeg_codec_unittest.cc", 629 "codec/jpeg_codec_unittest.cc",
630 "codec/png_codec_unittest.cc", 630 "codec/png_codec_unittest.cc",
631 "color_analysis_unittest.cc", 631 "color_analysis_unittest.cc",
632 "color_space_unittest.cc",
632 "color_transform_unittest.cc", 633 "color_transform_unittest.cc",
633 "color_utils_unittest.cc", 634 "color_utils_unittest.cc",
634 "font_fallback_mac_unittest.cc", 635 "font_fallback_mac_unittest.cc",
635 "font_list_unittest.cc", 636 "font_list_unittest.cc",
636 "geometry/box_unittest.cc", 637 "geometry/box_unittest.cc",
637 "geometry/cubic_bezier_unittest.cc", 638 "geometry/cubic_bezier_unittest.cc",
638 "geometry/insets_unittest.cc", 639 "geometry/insets_unittest.cc",
639 "geometry/matrix3_unittest.cc", 640 "geometry/matrix3_unittest.cc",
640 "geometry/point3_unittest.cc", 641 "geometry/point3_unittest.cc",
641 "geometry/point_unittest.cc", 642 "geometry/point_unittest.cc",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 762
762 fuzzer_test("color_transform_fuzztest") { 763 fuzzer_test("color_transform_fuzztest") {
763 sources = [ 764 sources = [
764 "color_transform_fuzzer.cc", 765 "color_transform_fuzzer.cc",
765 ] 766 ]
766 deps = [ 767 deps = [
767 ":gfx", 768 ":gfx",
768 ] 769 ]
769 libfuzzer_options = [ "max_len=1024" ] 770 libfuzzer_options = [ "max_len=1024" ]
770 } 771 }
OLDNEW
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | ui/gfx/color_space.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698