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

Unified Diff: remoting/remoting.gyp

Issue 7008003: Wire in OAuth2 support into non-sandboxed connections in libjingle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 2c68af12ac4bc528b483ef9852e8a782d3763847..042c8e84e0fd13787cd80af04fccf36617508feb 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -234,6 +234,9 @@
# depend on chromotocol_proto_lib for headers.
'hard_dependency': 1,
'sources': [
+ 'base/auth_token_util.cc',
+ 'base/auth_token_util.h',
+ 'base/capture_data.h',
Wez 2011/05/25 03:57:46 Duplicate capture_data.h.
awong 2011/05/25 16:56:56 Done.
'base/capture_data.cc',
'base/capture_data.h',
'base/compound_buffer.cc',
@@ -621,6 +624,7 @@
'../testing/gmock/include',
],
'sources': [
+ 'base/auth_token_util_unittest.cc',
'base/codec_test.cc',
'base/codec_test.h',
'base/compound_buffer_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698