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

Unified Diff: remoting/remoting_all.gyp

Issue 1164143002: Added new driver for chromoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows return at FAIL() fix Created 5 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/app_remoting_test.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_all.gyp
diff --git a/remoting/remoting_all.gyp b/remoting/remoting_all.gyp
index 7e89cb6fa374a1a325ec9b185861850abdf596b0..2451f151a0b0564c2714311fbd82851728e1d661 100644
--- a/remoting/remoting_all.gyp
+++ b/remoting/remoting_all.gyp
@@ -12,6 +12,9 @@
'target_name': 'remoting_all',
'type': 'none',
'dependencies': [
+ '../remoting/app_remoting_webapp.gyp:ar_sample_app',
+ '../remoting/remoting.gyp:ar_sample_test_driver',
+ '../remoting/remoting.gyp:chromoting_test_driver',
'../remoting/remoting.gyp:remoting_base',
'../remoting/remoting.gyp:remoting_breakpad',
'../remoting/remoting.gyp:remoting_browser_test_resources',
@@ -24,8 +27,6 @@
'../remoting/remoting.gyp:remoting_webapp',
'../remoting/remoting.gyp:remoting_webapp_html',
'../remoting/remoting.gyp:remoting_webapp_unittests',
- '../remoting/app_remoting_test.gyp:ar_sample_test_driver',
- '../remoting/app_remoting_webapp.gyp:ar_sample_app',
],
'conditions' : [
« no previous file with comments | « remoting/app_remoting_test.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698