Skip to content

Commit

Permalink
Removed desktop sync extension stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyBarabash committed Jun 22, 2020
1 parent c791f75 commit b863fa5
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 370 deletions.
11 changes: 0 additions & 11 deletions DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ deps = {
"vendor/bip39wally-core-native": "https://github.com/brave-intl/bip39wally-core-native.git@13bb40a215248cfbdd87d0a6b425c8397402e9e6",
"vendor/bat-native-anonize": "https://github.com/brave-intl/bat-native-anonize.git@e3742ba3e8942eea9e4755d91532491871bd3116",
"vendor/bat-native-tweetnacl": "https://github.com/brave-intl/bat-native-tweetnacl.git@800f9d40b7409239ff192e0be634764e747c7a75",
"components/brave_sync/extension/brave-sync": {
'url': 'https://github.com/brave/sync.git@5da4fc903f9cf0a627bbca28b49fcb09bb479f88',
'condition': 'not checkout_android',
},
"vendor/bat-native-usermodel": "https://github.com/brave-intl/bat-native-usermodel.git@865ba342737c09b13ee18e45b8ece5970bb77246",
"vendor/challenge_bypass_ristretto_ffi": "https://github.com/brave-intl/challenge-bypass-ristretto-ffi.git@c396fb4eb9e9bf63b89ae5a0ec0b5f201d43c7c5",
}
Expand All @@ -41,13 +37,6 @@ hooks = [
'condition': 'not checkout_android',
'action': ['vpython3', 'src/brave/script/download_rust_deps.py'],
},
{
# Build brave-sync
'name': 'build_brave_sync',
'pattern': '.',
'action': ['python', 'src/brave/script/build-simple-js-bundle.py', '--repo_dir_path', 'src/brave/components/brave_sync/extension/brave-sync'],
'condition': 'not checkout_android',
},
{
'name': 'generate_licenses',
'pattern': '.',
Expand Down
265 changes: 0 additions & 265 deletions components/brave_sync/extension/background.js

This file was deleted.

16 changes: 0 additions & 16 deletions components/brave_sync/extension/manifest.json

This file was deleted.

11 changes: 1 addition & 10 deletions script/brave_license_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@

ANDROID_ONLY_PATHS = []

DESKTOP_ONLY_PATHS = [
os.path.join('brave', 'components', 'brave_sync', 'extension', 'brave-sync'),
]
DESKTOP_ONLY_PATHS = []


def AddBraveCredits(prune_paths, special_cases, prune_dirs, additional_paths):
Expand All @@ -36,12 +34,6 @@ def AddBraveCredits(prune_paths, special_cases, prune_dirs, additional_paths):
# Add the licensing info that would normally be in a README.chromium file.
# This is for when we pull in external repos directly.
special_cases.update({
os.path.join('brave', 'components', 'brave_sync', 'extension', 'brave-sync'): {
"Name": "Brave Sync",
"URL": "https://github.com/brave/sync",
"License": "MPL-2.0",
"License File": "/brave/components/brave_sync/extension/brave-sync/LICENSE.txt",
},
os.path.join('brave', 'vendor', 'adblock_rust_ffi'): {
"Name": "adblock-rust-ffi",
"URL": "https://github.com/brave/adblock-rust-ffi",
Expand Down Expand Up @@ -138,7 +130,6 @@ def AddBraveCredits(prune_paths, special_cases, prune_dirs, additional_paths):
additional_list += [
os.path.join('brave', 'components', 'brave_prochlo'),
os.path.join('brave', 'components', 'brave_new_tab_ui', 'data'),
os.path.join('brave', 'components', 'brave_sync', 'extension', 'brave-sync'),
]
additional_paths = tuple(additional_list)

Expand Down
Loading

0 comments on commit b863fa5

Please sign in to comment.