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

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

Issue 2770693002: ash: HiDPI user avatar for SessionController (Closed)
Patch Set: nits, and gn check 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
« no previous file with comments | « chrome/browser/ui/ash/session_controller_client.cc ('k') | ui/gfx/image/mojo/BUILD.gn » ('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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 "oleacc.lib", 723 "oleacc.lib",
724 ] 724 ]
725 } 725 }
726 726
727 if (!is_ios) { 727 if (!is_ios) {
728 deps += [ 728 deps += [
729 "//cc/paint", 729 "//cc/paint",
730 "//mojo/edk/system", 730 "//mojo/edk/system",
731 "//mojo/public/cpp/bindings", 731 "//mojo/public/cpp/bindings",
732 "//ui/gfx/geometry/mojo:unit_test", 732 "//ui/gfx/geometry/mojo:unit_test",
733 "//ui/gfx/image/mojo:unit_test",
733 "//ui/gfx/mojo:test_interfaces", 734 "//ui/gfx/mojo:test_interfaces",
734 "//ui/gfx/range/mojo:unit_test", 735 "//ui/gfx/range/mojo:unit_test",
735 ] 736 ]
736 } 737 }
737 } 738 }
738 739
739 if (is_android) { 740 if (is_android) {
740 generate_jni("gfx_jni_headers") { 741 generate_jni("gfx_jni_headers") {
741 sources = [ 742 sources = [
742 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 743 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
743 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 744 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
744 ] 745 ]
745 jni_package = "gfx" 746 jni_package = "gfx"
746 } 747 }
747 } 748 }
748 749
749 fuzzer_test("color_transform_fuzztest") { 750 fuzzer_test("color_transform_fuzztest") {
750 sources = [ 751 sources = [
751 "color_transform_fuzzer.cc", 752 "color_transform_fuzzer.cc",
752 ] 753 ]
753 deps = [ 754 deps = [
754 ":gfx", 755 ":gfx",
755 ] 756 ]
756 libfuzzer_options = [ "max_len=1024" ] 757 libfuzzer_options = [ "max_len=1024" ]
757 } 758 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/session_controller_client.cc ('k') | ui/gfx/image/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698