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

Unified Diff: remoting/remoting.gyp

Issue 6605001: Local Login on Mac, using OS X Security framework (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Convert string literal to static const char[]. Created 9 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 | « remoting/host/user_authenticator_mac.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 3469923aaf65d0af13cdb036361bda522cd6db9d..aa23edb1ce2f921dc16379c31e5c3c7c3957cbad 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -251,9 +251,8 @@
'host/capturer_mac.h',
'host/event_executor_mac.cc',
'host/event_executor_mac.h',
- 'host/user_authenticator_fake.cc',
- 'host/user_authenticator_fake.h',
'host/user_authenticator_mac.cc',
+ 'host/user_authenticator_mac.h',
],
'link_settings': {
'libraries': [
« no previous file with comments | « remoting/host/user_authenticator_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698