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

Unified Diff: ui/gfx/BUILD.gn

Issue 951423003: Revert of Fixes for two different HUD issues related to win32k lockdown (patchset #9 id:350001 of h… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2311
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 5485a05d1ed49d66ed448b6cf9187c7edcb99626..47e0056ab3369618ca7f9614111e8a79a0573ffd 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -105,8 +105,6 @@ component("gfx") {
"gfx_paths.h",
"gpu_memory_buffer.cc",
"gpu_memory_buffer.h",
- "hud_font.cc",
- "hud_font.h",
"icon_util.cc",
"icon_util.h",
"image/canvas_image_source.cc",
@@ -309,10 +307,8 @@ component("gfx") {
# Windows.
if (is_win) {
- cflags = [
- "/wd4324", # Structure was padded due to __declspec(align()), which is
- # uninteresting.
- ]
+ cflags = [ "/wd4324" ] # Structure was padded due to __declspec(align()), which is
+ # uninteresting.
} else {
sources -= [
"gdi_util.cc",
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/gfx/gfx.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698