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

Side by Side Diff: environment.cfg.py

Issue 2254633002: Vendor pyasn1 and pyasn1-modules into build. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 """Extension script to <build>/scripts/common/env.py to add 'build_internal' 5 """Extension script to <build>/scripts/common/env.py to add 'build_internal'
6 paths. 6 paths.
7 """ 7 """
8 8
9 import os 9 import os
10 10
(...skipping 15 matching lines...) Expand all
26 'buildbot_slave_8_4', 26 'buildbot_slave_8_4',
27 'coverage-3.7.1', 27 'coverage-3.7.1',
28 'decorator_3_3_1', 28 'decorator_3_3_1',
29 'google_api_python_client', 29 'google_api_python_client',
30 'httplib2/python2', 30 'httplib2/python2',
31 'infra_libs', 31 'infra_libs',
32 'jinja2', 32 'jinja2',
33 'markupsafe', 33 'markupsafe',
34 'mock-1.0.1', 34 'mock-1.0.1',
35 'oauth2client', 35 'oauth2client',
36 'pyasn1',
37 'pyasn1-modules',
36 'requests_2_10_0', 38 'requests_2_10_0',
37 'setuptools-0.6c11', 39 'setuptools-0.6c11',
38 'sqlalchemy_0_7_1', 40 'sqlalchemy_0_7_1',
39 'sqlalchemy_migrate_0_7_1', 41 'sqlalchemy_migrate_0_7_1',
40 'tempita_0_5', 42 'tempita_0_5',
41 'twisted_10_2', 43 'twisted_10_2',
42 'uritemplate', 44 'uritemplate',
43 45
44 'site-packages', 46 'site-packages',
45 )] 47 )]
46 return pythonpath.Append(*build_path) 48 return pythonpath.Append(*build_path)
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698