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

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

Issue 2826343002: Remove use of WS_EX_COMPOSITED for translucent windows. (Closed)
Patch Set: Created 3 years, 8 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("//device/vr/features.gni") 6 import("//device/vr/features.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "text_elider.h", 172 "text_elider.h",
173 "text_utils.cc", 173 "text_utils.cc",
174 "text_utils.h", 174 "text_utils.h",
175 "text_utils_android.cc", 175 "text_utils_android.cc",
176 "text_utils_ios.mm", 176 "text_utils_ios.mm",
177 "ui_gfx_exports.cc", 177 "ui_gfx_exports.cc",
178 "utf16_indexing.cc", 178 "utf16_indexing.cc",
179 "utf16_indexing.h", 179 "utf16_indexing.h",
180 "vsync_provider.cc", 180 "vsync_provider.cc",
181 "vsync_provider.h", 181 "vsync_provider.h",
182 "win/constants.h",
182 "win/direct_manipulation.cc", 183 "win/direct_manipulation.cc",
183 "win/direct_manipulation.h", 184 "win/direct_manipulation.h",
184 "win/direct_write.cc", 185 "win/direct_write.cc",
185 "win/direct_write.h", 186 "win/direct_write.h",
186 "win/hwnd_util.cc", 187 "win/hwnd_util.cc",
187 "win/hwnd_util.h", 188 "win/hwnd_util.h",
188 "win/physical_size.cc", 189 "win/physical_size.cc",
189 "win/physical_size.h", 190 "win/physical_size.h",
190 "win/rendering_window_manager.cc", 191 "win/rendering_window_manager.cc",
191 "win/rendering_window_manager.h", 192 "win/rendering_window_manager.h",
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 764
764 fuzzer_test("color_transform_fuzztest") { 765 fuzzer_test("color_transform_fuzztest") {
765 sources = [ 766 sources = [
766 "color_transform_fuzzer.cc", 767 "color_transform_fuzzer.cc",
767 ] 768 ]
768 deps = [ 769 deps = [
769 ":gfx", 770 ":gfx",
770 ] 771 ]
771 libfuzzer_options = [ "max_len=1024" ] 772 libfuzzer_options = [ "max_len=1024" ]
772 } 773 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698