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

Unified Diff: build/all.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
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index d63aee77d6f3503c85239acd6e17dc02d2a93ca7..8473820de7ffe69b01b0169fb75304151c02a0a0 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -125,9 +125,9 @@
'../chrome/browser/chromeos/text_input/text_input.gyp:*',
],
}],
- ['chromoting==1', {
+ ['remoting==1', {
'dependencies': [
- '../remoting/chromoting.gyp:*',
+ '../remoting/remoting.gyp:*',
],
}],
],
@@ -158,6 +158,7 @@
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
'../printing/printing.gyp:printing_unittests',
+ '../remoting/remoting.gyp:remoting_unittests',
'../chrome/chrome.gyp:browser_tests',
'../chrome/chrome.gyp:nacl_ui_tests',
'../chrome/chrome.gyp:notifier_unit_tests',
@@ -190,6 +191,7 @@
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
'../printing/printing.gyp:printing_unittests',
+ '../remoting/remoting.gyp:remoting_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'temp_gyp/googleurl.gyp:googleurl_unittests',
],
@@ -205,6 +207,7 @@
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
'../printing/printing.gyp:printing_unittests',
+ '../remoting/remoting.gyp:remoting_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
],
},
@@ -245,6 +248,7 @@
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
'../printing/printing.gyp:printing_unittests',
+ '../remoting/remoting.gyp:remoting_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
# TODO(nsylvain) ui_tests.exe depends on test_shell_common.
@@ -280,6 +284,7 @@
'../ipc/ipc.gyp:ipc_tests',
'../media/media.gyp:media_unittests',
'../printing/printing.gyp:printing_unittests',
+ '../remoting/remoting.gyp:remoting_unittests',
'../chrome/chrome.gyp:notifier_unit_tests',
'../chrome/chrome.gyp:sync_unit_tests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
@@ -320,6 +325,7 @@
'../media/media.gyp:omx_test',
'../net/net.gyp:net_unittests',
'../printing/printing.gyp:printing_unittests',
+ '../remoting/remoting.gyp:remoting_unittests',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
'temp_gyp/googleurl.gyp:googleurl_unittests',
'../chrome/browser/chromeos/text_input/text_input.gyp:candidate_window',
« no previous file with comments | « no previous file | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698