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

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

Issue 2348143003: MacViews: Implement Force Touch/Mac dictionary lookup for Textfields. (Closed)
Patch Set: Address nits. Created 4 years, 2 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 | « no previous file | ui/gfx/decorated_text.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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 "codec/png_codec.h", 59 "codec/png_codec.h",
60 "color_analysis.cc", 60 "color_analysis.cc",
61 "color_analysis.h", 61 "color_analysis.h",
62 "color_palette.h", 62 "color_palette.h",
63 "color_space.cc", 63 "color_space.cc",
64 "color_space.h", 64 "color_space.h",
65 "color_transform.cc", 65 "color_transform.cc",
66 "color_transform.h", 66 "color_transform.h",
67 "color_utils.cc", 67 "color_utils.cc",
68 "color_utils.h", 68 "color_utils.h",
69 "decorated_text.cc",
70 "decorated_text.h",
69 "favicon_size.cc", 71 "favicon_size.cc",
70 "favicon_size.h", 72 "favicon_size.h",
71 "font.cc", 73 "font.cc",
72 "font.h", 74 "font.h",
73 "font_fallback.h", 75 "font_fallback.h",
74 "font_fallback_linux.cc", 76 "font_fallback_linux.cc",
75 "font_fallback_linux.h", 77 "font_fallback_linux.h",
76 "font_fallback_mac.mm", 78 "font_fallback_mac.mm",
77 "font_fallback_win.cc", 79 "font_fallback_win.cc",
78 "font_fallback_win.h", 80 "font_fallback_win.h",
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 718
717 fuzzer_test("color_transform_fuzztest") { 719 fuzzer_test("color_transform_fuzztest") {
718 sources = [ 720 sources = [
719 "color_transform_fuzzer.cc", 721 "color_transform_fuzzer.cc",
720 ] 722 ]
721 deps = [ 723 deps = [
722 ":gfx", 724 ":gfx",
723 ] 725 ]
724 libfuzzer_options = [ "max_len=1024" ] 726 libfuzzer_options = [ "max_len=1024" ]
725 } 727 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/decorated_text.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698