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

Unified Diff: remoting/remoting.gyp

Issue 2720007: Enable remoting unittests to run on build bots (Closed)
Patch Set: done again 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
Index: remoting/remoting.gyp
diff --git a/remoting/chromoting.gyp b/remoting/remoting.gyp
similarity index 99%
rename from remoting/chromoting.gyp
rename to remoting/remoting.gyp
index 1084656434fb97292ccacf30518ca854524d57cb..890f1429763b72702a44f3c6bdcf415df7874cd3 100644
--- a/remoting/chromoting.gyp
+++ b/remoting/remoting.gyp
@@ -308,9 +308,9 @@
],
}, # end of target 'chromoting_jingle_test_client'
- # Chromoting unit tests
+ # Remoting unit tests
{
- 'target_name': 'chromoting_unittests',
+ 'target_name': 'remoting_unittests',
'type': 'executable',
'dependencies': [
'chromoting_base',

Powered by Google App Engine
This is Rietveld 408576698