c4f6728027
- Consistently accept hypens or underscores in option names. - Replace --snapshot_kind=none with --dependencies-only, since the former is ambiguous as to whether an existing core snapshot needs to be read. Important when using an embedder-specific dart: library. - Don't try to canonicalize file paths for the snapshot pieces since this fails if there isn't already a file on disk. R=asiva@google.com, goderbauer@google.com Review-Url: https://codereview.chromium.org/2707383007 .