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

Unified Diff: chrome/chrome_browser.gypi

Issue 3436031: [Chrome OS] Refactor Canonicalize() method into base class to prepare for new Authenticator subclass (Closed)
Patch Set: aaaaand fix one more header Created 10 years, 3 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 6823547263ce4450aa6b5e9fb6f9e95cfc455459..44265b4016bfc3243c1a93a2b8c7e367e21a1200 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -485,7 +485,8 @@
'browser/chromeos/login/account_creation_view.h',
'browser/chromeos/login/account_screen.cc',
'browser/chromeos/login/account_screen.h',
- 'browser/chromeos/login/authentication_notification_details.h'
+ 'browser/chromeos/login/authentication_notification_details.h',
+ 'browser/chromeos/login/authenticator.cc',
'browser/chromeos/login/authenticator.h',
'browser/chromeos/login/auth_attempt_state.cc',
'browser/chromeos/login/auth_attempt_state.h',

Powered by Google App Engine
This is Rietveld 408576698