From 90eb89e6dd3ec63bc85ff2fa492bf0afc0641f02 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Wed, 15 Jan 2020 17:35:35 -0800 Subject: [PATCH] Use underscores for sub-directory names (fixes brave/brave-browser#7176) --- .gitignore | 2 +- .../third_party/{crypto-wallets => crypto_wallets}/LICENSE | 0 .../{crypto-wallets => crypto_wallets}/README.chromium | 0 .../third_party/{https-everywhere => https_everywhere}/LICENSE | 0 .../{https-everywhere => https_everywhere}/README.chromium | 0 .../third_party/{local-data => local_data}/README.chromium | 0 .../lists/autoplay-whitelist/README.chromium | 0 .../lists/extension-whitelist/README.chromium | 0 .../{local-data => local_data}/lists/greaselion/LICENSE | 0 .../{local-data => local_data}/lists/greaselion/README.chromium | 0 .../lists/referrer-whitelist/README.chromium | 0 .../lists/tracking-protection/README.chromium | 0 12 files changed, 1 insertion(+), 1 deletion(-) rename components/third_party/{crypto-wallets => crypto_wallets}/LICENSE (100%) rename components/third_party/{crypto-wallets => crypto_wallets}/README.chromium (100%) rename components/third_party/{https-everywhere => https_everywhere}/LICENSE (100%) rename components/third_party/{https-everywhere => https_everywhere}/README.chromium (100%) rename components/third_party/{local-data => local_data}/README.chromium (100%) rename components/third_party/{local-data => local_data}/lists/autoplay-whitelist/README.chromium (100%) rename components/third_party/{local-data => local_data}/lists/extension-whitelist/README.chromium (100%) rename components/third_party/{local-data => local_data}/lists/greaselion/LICENSE (100%) rename components/third_party/{local-data => local_data}/lists/greaselion/README.chromium (100%) rename components/third_party/{local-data => local_data}/lists/referrer-whitelist/README.chromium (100%) rename components/third_party/{local-data => local_data}/lists/tracking-protection/README.chromium (100%) diff --git a/.gitignore b/.gitignore index 1e2eea20f172..4c549478df99 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ /components/brave_sync/extension/brave-sync/ /components/brave_sync/extension/brave-crypto/ /components/third_party/adblock/LICENSE -/components/third_party/local-data/LICENSE +/components/third_party/local_data/LICENSE /dist/ /out/ /vendor/* diff --git a/components/third_party/crypto-wallets/LICENSE b/components/third_party/crypto_wallets/LICENSE similarity index 100% rename from components/third_party/crypto-wallets/LICENSE rename to components/third_party/crypto_wallets/LICENSE diff --git a/components/third_party/crypto-wallets/README.chromium b/components/third_party/crypto_wallets/README.chromium similarity index 100% rename from components/third_party/crypto-wallets/README.chromium rename to components/third_party/crypto_wallets/README.chromium diff --git a/components/third_party/https-everywhere/LICENSE b/components/third_party/https_everywhere/LICENSE similarity index 100% rename from components/third_party/https-everywhere/LICENSE rename to components/third_party/https_everywhere/LICENSE diff --git a/components/third_party/https-everywhere/README.chromium b/components/third_party/https_everywhere/README.chromium similarity index 100% rename from components/third_party/https-everywhere/README.chromium rename to components/third_party/https_everywhere/README.chromium diff --git a/components/third_party/local-data/README.chromium b/components/third_party/local_data/README.chromium similarity index 100% rename from components/third_party/local-data/README.chromium rename to components/third_party/local_data/README.chromium diff --git a/components/third_party/local-data/lists/autoplay-whitelist/README.chromium b/components/third_party/local_data/lists/autoplay-whitelist/README.chromium similarity index 100% rename from components/third_party/local-data/lists/autoplay-whitelist/README.chromium rename to components/third_party/local_data/lists/autoplay-whitelist/README.chromium diff --git a/components/third_party/local-data/lists/extension-whitelist/README.chromium b/components/third_party/local_data/lists/extension-whitelist/README.chromium similarity index 100% rename from components/third_party/local-data/lists/extension-whitelist/README.chromium rename to components/third_party/local_data/lists/extension-whitelist/README.chromium diff --git a/components/third_party/local-data/lists/greaselion/LICENSE b/components/third_party/local_data/lists/greaselion/LICENSE similarity index 100% rename from components/third_party/local-data/lists/greaselion/LICENSE rename to components/third_party/local_data/lists/greaselion/LICENSE diff --git a/components/third_party/local-data/lists/greaselion/README.chromium b/components/third_party/local_data/lists/greaselion/README.chromium similarity index 100% rename from components/third_party/local-data/lists/greaselion/README.chromium rename to components/third_party/local_data/lists/greaselion/README.chromium diff --git a/components/third_party/local-data/lists/referrer-whitelist/README.chromium b/components/third_party/local_data/lists/referrer-whitelist/README.chromium similarity index 100% rename from components/third_party/local-data/lists/referrer-whitelist/README.chromium rename to components/third_party/local_data/lists/referrer-whitelist/README.chromium diff --git a/components/third_party/local-data/lists/tracking-protection/README.chromium b/components/third_party/local_data/lists/tracking-protection/README.chromium similarity index 100% rename from components/third_party/local-data/lists/tracking-protection/README.chromium rename to components/third_party/local_data/lists/tracking-protection/README.chromium