google chrome - How to rename(branding) browser built on Android Chromium source code? -


i need build custom browser based on android chromium custom product name. found config files(src/chrome/app/theme/chromium/branding) , changed product_fullname. have built apk commands

src$ gclient sync src$ ninja -c out/release chrome_public_apk 

in console.

build completes without errors. after installation on target device, saw default product name.

configurations in src/build/common.gypi:

  • 'branding%' : 'chromium'
  • 'buildtype%' : 'dev'
  • 'component%' : 'static_library'

chromium.gyp_env: { 'gyp_defines': 'os=android' }

what wrong? how rebrand chromium?


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -