mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Remove resources/prefs.json
(#34999)
This file is not used any longer. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
3225d196fa
commit
7256590599
6 changed files with 2 additions and 223 deletions
|
@ -144,8 +144,7 @@ pub trait ResourceReaderMethods {
|
|||
|
||||
/// Bake all of our resources into this crate for tests, unless we are `cfg!(servo_production)`.
|
||||
///
|
||||
/// Local non-production embedder builds (e.g. servoshell) can still override these with [`set`],
|
||||
/// if runtime loading of prefs.json and other resources is needed.
|
||||
/// Local non-production embedder builds (e.g. servoshell) can still override these with [`set`].
|
||||
/// On OpenHarmony we never want to include files, since we ship all the files in the application
|
||||
/// bundle anyway.
|
||||
#[cfg(not(any(servo_production, target_env = "ohos")))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue