Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Chromium_Depot_tools
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
Chromium_Depot_tools
Commits
1f2c9b78
Commit
1f2c9b78
authored
Jul 20, 2016
by
mikecase
Committed by
Commit bot
Jul 20, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add config to gclient to pull in Chromedriver test deps.
BUG= Review-Url:
https://codereview.chromium.org/2166443002
parent
5ef2ca1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
config.py
recipe_modules/gclient/config.py
+7
-0
example.py
recipe_modules/gclient/example.py
+1
-0
No files found.
recipe_modules/gclient/config.py
View file @
1f2c9b78
...
...
@@ -682,3 +682,10 @@ def valgrind(c): # pragma: no cover
"""Add Valgrind binaries to the gclient solution."""
c
.
solutions
[
0
]
.
custom_deps
[
'src/third_party/valgrind'
]
=
\
ChromiumGitURL
(
c
,
'chromium'
,
'deps'
,
'valgrind'
,
'binaries'
)
@
config_ctx
(
includes
=
[
'chromium'
])
def
chromedriver
(
c
):
"""Add Selenium Java tests to the gclient solution."""
c
.
solutions
[
0
]
.
custom_deps
[
'src/chrome/test/chromedriver/third_party/java_tests'
]
=
(
ChromiumGitURL
(
c
,
'chromium'
,
'deps'
,
'webdriver'
))
\ No newline at end of file
recipe_modules/gclient/example.py
View file @
1f2c9b78
...
...
@@ -17,6 +17,7 @@ TEST_CONFIGS = [
'build_internal'
,
'build_internal_scripts_slave'
,
'catapult'
,
'chromedriver'
,
'chrome_internal'
,
'chromium'
,
'chromium_lkcr'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment