-
Notifications
You must be signed in to change notification settings - Fork 6k
Add gclient parser. #32135
Add gclient parser. #32135
Conversation
|
This is the initial version of the gclient flattening script that will be used to validate dependencies are pinned. |
| @@ -0,0 +1,96 @@ | |||
| # Usage: deps_parser.py --deps <DEPS file> --output <flattened deps> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs copyright header.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the copyright header. Do we also need to update the licenses scripts to check python files?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The license script is only for checking code that might ship. The ci directory is excluded.
| @@ -0,0 +1,96 @@ | |||
| # Usage: deps_parser.py --deps <DEPS file> --output <flattened deps> | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The license script is only for checking code that might ship. The ci directory is excluded.
* 0defb26 Add gclient parser. (flutter/engine#32135) * b8ff8f1 Roll impeller to 0ce2e789fc0852d6d9ee63fb68097327447cd7d8 (flutter/engine#32264) * 6096dd1 Add test for external textures on Android (flutter/engine#31642)
Parses gclient DEPs file to be processed later by scorecards.
Pre-launch Checklist
writing and running engine tests.
///).If you need help, consider asking for advice on the #hackers-new channel on Discord.