Commit Graph
17 Commits
Author SHA1 Message Date
AlexeyBarabash dcae460360 Update python version to 3 for tools/android/generate_breakpad_symbols.py
fixes brave/brave-browser#17809

Related Chromium change https://source.chromium.org/chromium/chromium/src/+/0470f485e51e6ebb07cb96a64fd077fb3e5ff9ee :

build: remove is_python2.py

_is_python2 is always false now.

Bug: 1112471
Change-Id: I049610e59c7f51472b6326a7fcdd82c732725cec
2021-09-13 14:53:49 -04:00
AlexeyBarabash 2fc4fb4dea Generating breakpad symbols for Android libs 2021-08-30 15:39:39 +03:00
wchen342 1cc3f05b41 Change command line argument names 2021-04-15 13:31:45 -05:00
wchen342 ada17fe562 Add flag for aab 2021-04-15 13:30:14 -05:00
wchen342 1a58a6d454 Format fix 2021-04-15 13:30:14 -05:00
wchen342 3146dbbd11 Fix copy file extension 2021-04-15 13:30:14 -05:00
wchen342 e1a76fd8d2 Remove Trichrome; clean up 2021-04-15 13:30:14 -05:00
wchen342 f4397ff721 Test create modules
Use 6432 target
2021-04-15 13:30:14 -05:00
AlexeyBarabash 70a0e5d3ce Renamed Android pack symbols script makeArchive7z.sh => pack_symbols.sh 2020-04-14 11:51:08 +03:00
AlexeyBarabash 7d211af68c Add extension to Android symbols tar archive 2020-04-14 11:51:07 +03:00
bridiver 0e89cd5755 don't run desktop create_dist_zips on android 2020-01-21 11:02:29 -07:00
bridiver 5aeed16c65 create symbol archive as part of create_dist 2020-01-21 10:13:29 -07:00
bridiver 28d03b7d03 use chromium cookie settings
related https://github.com/brave/brave-browser/issues/2351
2019-08-15 12:44:35 -07:00
bridiver c7985f8b9d remove chromedriver dep that was carried over from muon and isn't needed at all 2019-07-10 16:38:31 -04:00
Serg 5c26983fa0 Fix crx packages updater for Android (#2666)
* Fix crx packages updater for Android
2019-06-12 16:30:57 -07:00
Mark Pilgrim bd942bdc70 Add site-specific scripting service
tests

call site specific script service at proper time to actually inject relevant scripts

lint

script injection test

upgrade SiteSpecificScriptRule to its own class that populates its own URLPatternSet

typo

move file I/O to task runner

move to own component, move to profile keyed service

rename greaselion component and classes, remove OffTheRecord checks, move web contents observer code to new GreaselionTabHelper, other feedback

move files to brave/browser/greaselion/, use own TaskRunner, remove rest of OffTheRecord checks, other feedback

pass download service into keyed service to eliminate browser dependencies

fixes for merge and build hiccups

lint

build fix

precondition tests

comment

feedback

feature tags

use RewardsServiceObserver, enum initialization, other feedback

lint

more lint

add common_extensions for Android

Android build

build.gn

build.gn

Android build

DCHECKs and null checks and other things

reuse task runner
2019-06-10 16:02:42 -04:00
bridiver e3917f6315 add support for building android-apk
required for https://github.com/brave/brave-browser/issues/2117
2019-05-08 12:35:11 -07:00