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

Unified Diff: components/user_manager.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: gnsyntax 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
« no previous file with comments | « chromeos/chromeos.gyp ('k') | components/user_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager.gypi
diff --git a/components/user_manager.gypi b/components/user_manager.gypi
index 8aa5e8ca2d98d64a9058f67992d73b88e2eeabc3..03aba1edc6badb30811b94ffb349f3f80e1e9209 100644
--- a/components/user_manager.gypi
+++ b/components/user_manager.gypi
@@ -51,8 +51,10 @@
['chromeos == 1', {
'dependencies': [
'<(DEPTH)/base/base.gyp:base_prefs',
+ '<(DEPTH)/chromeos/chromeos.gyp:chromeos',
'<(DEPTH)/components/components.gyp:session_manager_component',
'<(DEPTH)/google_apis/google_apis.gyp:google_apis',
+ '<(DEPTH)/ui/base/ui_base.gyp:ui_base',
'<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
'<(DEPTH)/ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
'<(DEPTH)/url/url.gyp:url_lib',
« no previous file with comments | « chromeos/chromeos.gyp ('k') | components/user_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698