22 Commits
Author SHA1 Message Date
AlexeyBarabash 785fb7461c [cr144][Android] Removed MonochromePublic targets
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/53d2c26ab7847426c87cc2a2aaf31b8e31bb2c14

	android: Remove MonochromePublic targets

	Removes MonochromePublic APK and Bundle targets, including smoke tests
	and aliases.

	Updates libmonochrome_tmpl to use ChromePublic targets for JNI
	generation and updates VR benchmark dependencies.

	Bug: 427481836
	Change-Id: Ibba0e8f9035975fc906af4fc469c64e9775b6da0
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7207874
2025-12-21 17:13:14 -05:00
AlexeyBarabash 949ce52bc4 [Android] Fix warning from pack symbols of android_clang_* dir (#26587)
* [Android] Fix warning from pack symbols of android_clang_* dir

Fixes brave/brave-browser/issues/42317
2024-11-20 10:48:03 +02:00
Aleksey Khoroshilov 4cff5bb43a Simplify build arg to generate debug symbols. 2022-11-17 14:45:48 +07:00
Aleksey Khoroshilov 9737dd7433 Remove executable bits from sources. 2022-10-05 22:07:49 +07:00
Mikhail 15608f57ee Disable debug symbols generation for Static (#12543)
* Disable debug symbols generation for Static

* Fix linux and android builds

* Format .gn files

* add a new var, make checks internal

* Remove declare_args()
2022-03-16 14:17:52 +07:00
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