forked from mirrors/gecko-dev
MozReview-Commit-ID: A9dNTxNkl39 --HG-- extra : rebase_source : b9d115025beb00d596d34ca8d414a69b8ea2ba07 extra : source : f142ed52978bfab6407c252b7c56c53d0c3fcecd
10 lines
332 B
Rust
10 lines
332 B
Rust
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
// License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#[cfg(feature="servo")]
|
|
extern crate geckoservo;
|
|
|
|
extern crate mp4parse_capi;
|
|
extern crate nsstring;
|
|
extern crate rust_url_capi;
|