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

Unified Diff: chrome/test/install_test/install_test.py

Issue 14882007: Android: support glob-style gtest filters with content browser tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move shared code to build/pylib. Created 7 years, 7 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: chrome/test/install_test/install_test.py
diff --git a/chrome/test/install_test/install_test.py b/chrome/test/install_test/install_test.py
index 71aab87dd2430d680cb9401f501705fcb159e7dd..5178c4065de464b1d8027ca539674baccf038d74 100644
--- a/chrome/test/install_test/install_test.py
+++ b/chrome/test/install_test/install_test.py
@@ -22,6 +22,8 @@ sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, os.path.pardir,
os.path.pardir, 'third_party', 'webdriver',
'pylib'))
sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, 'pylib'))
+sys.path.append(os.path.join(_DIRECTORY, os.path.pardir, os.path.pardir,
+ os.path.pardir, 'build', 'pylib'))
# This import should go after sys.path is set appropriately.
from chrome import Chrome

Powered by Google App Engine
This is Rietveld 408576698