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

Unified Diff: test.py

Issue 2213143002: Add infra_libs as a bootstrap dependency. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Removed the ugly import hack Created 4 years, 4 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
« bootstrap/deps.pyl ('K') | « infra_libs/utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test.py
diff --git a/test.py b/test.py
index 97bf9e4a6664b784962c4589fb3cab428bb703f1..e3ddbe6ebb97fe6889079f813f5c7733cb60c768 100755
--- a/test.py
+++ b/test.py
@@ -46,14 +46,6 @@ WIN_ENABLED_PACKAGES = [
'infra/services/service_manager',
'infra/services/sysmon',
- # TODO(sergeyberezin): remove this section when infra_libs is removed.
- 'infra_libs/event_mon',
- 'infra_libs/infra_types',
- 'infra_libs/logs',
- 'infra_libs/time_functions',
- 'infra_libs/ts_mon',
- 'infra_libs:infra_libs.test.*',
-
'packages/infra_libs/infra_libs/event_mon',
'packages/infra_libs/infra_libs/infra_types',
'packages/infra_libs/infra_libs/logs',
@@ -98,7 +90,7 @@ if not modules:
if sys.platform == 'win32':
modules.extend(WIN_ENABLED_PACKAGES)
else:
- modules.extend(['infra', 'infra_libs']) # TODO(pgervais): add 'test/'
+ modules.extend(['infra']) # TODO(pgervais): add 'test/'
appengine_dir = os.path.join(INFRA_ROOT, 'appengine')
if sys.platform != 'win32' and os.path.isdir(appengine_dir):
modules.extend(['appengine_module'])
« bootstrap/deps.pyl ('K') | « infra_libs/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698