diff options
author | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 19:34:44 +0000 |
---|---|---|
committer | jamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-12 19:34:44 +0000 |
commit | 2bffdc8da6974843565a680713b851ac2c8de7be (patch) | |
tree | abc115c70c2b42825d8efc052bee04f563a21f40 /remoting/remoting.gyp | |
parent | a1c2f8f87f4d4ba6b5fb1dc22ee0d46f6d1e50d9 (diff) | |
download | chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.zip chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.tar.gz chromium_src-2bffdc8da6974843565a680713b851ac2c8de7be.tar.bz2 |
Added l10n support to Mac host dialogs.
The XIB changes involve unifying the 'connected' message and username field into a single text field and adding some links to we can access the button in order to set its text.
BUG=93088
TEST=Manual
Review URL: http://codereview.chromium.org/7796024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 90d7ed6..63f4f557 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -445,7 +445,6 @@ 'host/chromoting_host_context.h', 'host/client_session.cc', 'host/client_session.h', - 'host/continue_window.cc', 'host/continue_window.h', 'host/continue_window_mac.mm', 'host/continue_window_linux.cc', @@ -458,7 +457,6 @@ 'host/desktop_environment.h', 'host/differ.h', 'host/differ.cc', - 'host/disconnect_window.cc', 'host/disconnect_window.h', 'host/disconnect_window_linux.cc', 'host/disconnect_window_mac.h', @@ -585,7 +583,6 @@ 'host/capturer_fake_ascii.cc', 'host/capturer_fake_ascii.h', 'host/continue_window.h', - 'host/continue_window.cc', 'host/continue_window_mac.mm', 'host/continue_window_linux.cc', 'host/continue_window_win.cc', |