Revert "Move files that overwrite chromium resources to their own directory" (#33203)
Revert "Move files that are copied to chromium to their own directory (#33159)"
This reverts commit 9324eec2d3.
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Copyright (c) 2020 The Brave Authors. All rights reserved.
|
||||
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 https://mozilla.org/MPL/2.0/. -->
|
||||
|
||||
<!-- The attributes in this XML file provide configuration information -->
|
||||
<!-- for the ContentProvider. -->
|
||||
|
||||
<paths xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<files-path name="images" path="images/"/>
|
||||
<cache-path name="cache" path="net-export/"/>
|
||||
<cache-path name="passwords" path="passwords/"/>
|
||||
<cache-path name="pdfs" path="pdfs/"/>
|
||||
<cache-path name="traces" path="traces/"/>
|
||||
<cache-path name="webapk" path="webapks/" />
|
||||
<cache-path name="offline-cache" path="Offline Pages/archives/" />
|
||||
|
||||
<!-- Note(twellington): This path is included to facilitate creating
|
||||
content:// URIs for downloads. This may no longer work if/when users
|
||||
are allowed to save files elsewhere. -->
|
||||
<external-path name="downloads" path="Download/" />
|
||||
</paths>
|
||||
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- The attributes in this XML file provide configuration information -->
|
||||
<!-- for the SyncAdapter. -->
|
||||
|
||||
<sync-adapter />
|
||||
|
||||
Reference in New Issue
Block a user