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

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

Issue 2716213002: ui: Fix cc/paint skia type mismatches (Closed)
Patch Set: Created 3 years, 9 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
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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 "d2d1.lib", 739 "d2d1.lib",
740 "d3d10_1.lib", 740 "d3d10_1.lib",
741 "dwrite.lib", 741 "dwrite.lib",
742 "imm32.lib", 742 "imm32.lib",
743 "oleacc.lib", 743 "oleacc.lib",
744 ] 744 ]
745 } 745 }
746 746
747 if (!is_ios) { 747 if (!is_ios) {
748 deps += [ 748 deps += [
749 "//cc/paint",
749 "//mojo/edk/system", 750 "//mojo/edk/system",
750 "//mojo/public/cpp/bindings", 751 "//mojo/public/cpp/bindings",
751 "//ui/gfx/geometry/mojo:unit_test", 752 "//ui/gfx/geometry/mojo:unit_test",
752 "//ui/gfx/mojo:test_interfaces", 753 "//ui/gfx/mojo:test_interfaces",
753 "//ui/gfx/range/mojo:unit_test", 754 "//ui/gfx/range/mojo:unit_test",
754 ] 755 ]
755 } 756 }
756 } 757 }
757 758
758 if (is_android) { 759 if (is_android) {
759 generate_jni("gfx_jni_headers") { 760 generate_jni("gfx_jni_headers") {
760 sources = [ 761 sources = [
761 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 762 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
762 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 763 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
763 ] 764 ]
764 jni_package = "gfx" 765 jni_package = "gfx"
765 } 766 }
766 } 767 }
767 768
768 fuzzer_test("color_transform_fuzztest") { 769 fuzzer_test("color_transform_fuzztest") {
769 sources = [ 770 sources = [
770 "color_transform_fuzzer.cc", 771 "color_transform_fuzzer.cc",
771 ] 772 ]
772 deps = [ 773 deps = [
773 ":gfx", 774 ":gfx",
774 ] 775 ]
775 libfuzzer_options = [ "max_len=1024" ] 776 libfuzzer_options = [ "max_len=1024" ]
776 } 777 }
OLDNEW
« no previous file with comments | « ui/app_list/views/speech_view.cc ('k') | ui/gfx/canvas.h » ('j') | ui/gfx/canvas.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698