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

Unified Diff: remoting/chromoting.gyp

Issue 2724010: Revert 49298 - Broke compile - Token-based authentication for chromoting.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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/base/constants.cc ('k') | remoting/client/host_connection.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/chromoting.gyp
===================================================================
--- remoting/chromoting.gyp (revision 49299)
+++ remoting/chromoting.gyp (working copy)
@@ -238,8 +238,6 @@
'target_name': 'chromoting_jingle_glue',
'type': '<(library)',
'dependencies': [
- # TODO(sergeyu): move all code that is shared between notifier and
- # jingle_glue to a separate library and use it here.
'../chrome/chrome.gyp:notifier',
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libjingle/libjingle.gyp:libjingle_p2p',
@@ -268,7 +266,6 @@
'target_name': 'chromoting_jingle_test_client',
'type': 'executable',
'dependencies': [
- 'chromoting_base',
'chromoting_jingle_glue',
'../media/media.gyp:media',
],
« no previous file with comments | « remoting/base/constants.cc ('k') | remoting/client/host_connection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698