diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 23:08:17 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 23:08:17 +0000 |
commit | 542bf24a69172067524bee43954955fd5b6d2341 (patch) | |
tree | f13e99c1861a8097ddeafc3c500ea037cdc42015 /remoting | |
parent | e09b39da942e19d4becad8f9c7aadc206385b58b (diff) | |
download | chromium_src-542bf24a69172067524bee43954955fd5b6d2341.zip chromium_src-542bf24a69172067524bee43954955fd5b6d2341.tar.gz chromium_src-542bf24a69172067524bee43954955fd5b6d2341.tar.bz2 |
Enable remoting unittests to run on build bots
Renamed chromoting.gyp to remoting.gyp.
Also enabled remoting_unittests to be executed on the build bots.
Review URL: http://codereview.chromium.org/2720007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49609 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting')
-rw-r--r-- | remoting/remoting.gyp (renamed from remoting/chromoting.gyp) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/chromoting.gyp b/remoting/remoting.gyp index 1084656..890f142 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', |