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

Unified Diff: tools/chrome_remote_control/run_tests

Issue 11361165: [chrome_remote_control] Rename chrome_remote_control to telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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: tools/chrome_remote_control/run_tests
diff --git a/tools/chrome_remote_control/run_tests b/tools/chrome_remote_control/run_tests
deleted file mode 100755
index e6d64bf0456c17f6052c5aabbd2b853b44224a97..0000000000000000000000000000000000000000
--- a/tools/chrome_remote_control/run_tests
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/usr/bin/env python
-# Copyright (c) 2012 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-import os
-import sys
-
-import chrome_remote_control.run_tests
-
-if __name__ == '__main__':
- top_level_dir = os.path.abspath(
- os.path.dirname(__file__))
- start_dir = 'chrome_remote_control'
- ret = chrome_remote_control.run_tests.Main(
- sys.argv[1:], start_dir, top_level_dir)
- sys.exit(ret)
« no previous file with comments | « tools/chrome_remote_control/examples/top1k ('k') | tools/chrome_remote_control/third_party/websocket-client/.gitignore » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698