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

Unified Diff: components/wallpaper.gypi

Issue 857353004: Enable find-missing-symbols-at-link-time for chromeos builds too. (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.gypi
diff --git a/components/wallpaper.gypi b/components/wallpaper.gypi
index f9170467a37043fa6367b9802699e716cd85dabe..5f34b34478f88a68d4bad0e81e33a20a0e75d1dc 100644
--- a/components/wallpaper.gypi
+++ b/components/wallpaper.gypi
@@ -8,9 +8,12 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_prefs',
+ '../content/content.gyp:content',
'../skia/skia.gyp:skia',
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_geometry',
+ '../url/url.gyp:url_lib',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698