Skip to content

Commit 24688e1

Browse files
authoredSep 4, 2018
Merge pull request #241 from brave/rewards
Add rewards parity with browser laptop
2 parents 4f1e8df + 045893e commit 24688e1

File tree

105 files changed

+7381
-3557
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

105 files changed

+7381
-3557
lines changed
 

‎DEPS

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deps = {
1010
"vendor/boto": "https://github.com/boto/boto@f7574aa6cc2c819430c1f05e9a1a1a666ef8169b",
1111
"vendor/python-patch": "https://github.com/svn2github/python-patch@a336a458016ced89aba90dfc3f4c8222ae3b1403",
1212
"vendor/sparkle": "https://github.com/brave/Sparkle.git@c0759cce415d7c0feae45005c8a013b1898711f0",
13-
"vendor/bat-native-ledger": "https://github.com/brave-intl/bat-native-ledger@123d1dec129528390eaf583d04e5dc2b6c426713",
13+
"vendor/bat-native-ledger": "https://github.com/brave-intl/bat-native-ledger@65b9ec93925f3b99c4bd12282053bdbe011168c9",
1414
"vendor/bat-native-rapidjson": "https://github.com/brave-intl/bat-native-rapidjson.git@86aafe2ef89835ae71c9ed7c2527e3bb3000930e",
1515
"vendor/bip39wally-core-native": "https://github.com/brave-intl/bip39wally-core-native.git@9b119931c702d55be994117eb505d56310720b1d",
1616
"vendor/bat-native-anonize": "https://github.com/brave-intl/bat-native-anonize.git@6f5817c5a4dcabb49e22b578ecae4993159e6481",

‎browser/BUILD.gn

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ source_set("browser_process") {
5757

5858
deps = [
5959
":version_info",
60-
"//brave/browser/payments",
60+
"//brave/components/brave_rewards/browser",
6161
"//brave/components/brave_shields/browser:brave_shields",
6262
"//brave/components/content_settings/core/browser",
6363
"//brave/common",

0 commit comments

Comments
 (0)
Please sign in to comment.