New issue
Advanced search Search tips

Issue 707902 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

chrome_extension.js has incorrect instructions

Project Member Reported by drcrash@chromium.org, Apr 3 2017

Issue description

third_party/closure_compiler/externs/chrome_extensions.js says "STOP. This file is generated. To update it, run roll_closure_compiler."

This is entirely wrong. That file is apparently hand culled by a script from Google3 source, and these instructions do nothing to update it, but generate heartache if one tries to follow them after a change to an extension IDL and then tries to submit a rolled compiler.
 
Status: WontFix (was: Untriaged)
After much learning, this is not entirely wrong. The file is indeed updated by running the tool, but only if a new version is in github where it was pushed from Google3...

Sign in to add a comment