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

Unified Diff: components/wallpaper/BUILD.gn

Issue 843583006: GN: Add -Wl,-z defs on linux and fix errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: components/wallpaper/BUILD.gn
diff --git a/components/wallpaper/BUILD.gn b/components/wallpaper/BUILD.gn
index 8f85fc388cef510d4a63f6e5456aba3bd7f0758f..d65b5a22b2c69a1ed7d13ad0cb0cbd6372a7e1b5 100644
--- a/components/wallpaper/BUILD.gn
+++ b/components/wallpaper/BUILD.gn
@@ -16,6 +16,7 @@ component("wallpaper") {
"//base",
"//skia",
"//ui/gfx",
+ "//ui/gfx/geometry",
]
if (is_chromeos) {
sources += [

Powered by Google App Engine
This is Rietveld 408576698