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

Unified Diff: remoting/remoting.gyp

Issue 6805019: Move crypto files out of base, to a top level directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fixes comments by eroman Created 9 years, 8 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/protocol/protocol_test_client.cc ('k') | webkit/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 81350)
+++ remoting/remoting.gyp (working copy)
@@ -189,6 +189,7 @@
'chromoting_jingle_glue',
'chromoting_protocol',
'differ_block',
+ '../crypto/crypto.gyp:crypto',
],
'sources': [
'host/access_verifier.cc',
@@ -319,6 +320,7 @@
'chromoting_base',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
+ '../crypto/crypto.gyp:crypto',
],
'sources': [
'host/keygen_main.cc',
@@ -363,6 +365,7 @@
'dependencies': [
'chromoting_base',
'chromoting_jingle_glue',
+ '../crypto/crypto.gyp:crypto',
'../jingle/jingle.gyp:jingle_glue',
],
'export_dependent_settings': [
« no previous file with comments | « remoting/protocol/protocol_test_client.cc ('k') | webkit/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698