0.0.11 • Published 6 years ago

build_chromium v0.0.11

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
6 years ago

Build Chromium

This command line interface enables you to build Chromium from source easily.

Installation

npm install -g build_chromium

After installing it, run build_chromium --help without arguments to see list of options.

Run

  1. Follow offical Chromium Get the code
  2. Create a bot config file For example to build an Android arm debug build, show debug info.
{
  "target-os": "android",
  "target-cpu": "arm",
  "gnArgs": {
    "is-debug": true,
    "is-component": false,
    "extra": ""
  },
  "logging": {
    "level": "debug",
    "file": ""
  },
  "archive-server": {
    "host": "",
    "dir": "",
    "ssh-user": ""
  }
}
  1. Execute below command to run
build_chromium -c .bot_config.json <path_to_src>

Help

$ ./bin/build_chromium --help

  Usage: build_chromium [options] <dir>

  Options:

    -V, --version         output the version number
    -a --action <action>  Action (default: all)
    -c, --conf <conf>     Configuration file (default: .bot_config.json)
    -h, --help            output usage information

##BKMs

To support to upload via SSH

  1. On your client, follow Github SSH page to generate SSH keys and add to ssh-agent. (If you've done that, ignore)
  2. On upload server, config Authorized keys with above client public keys.

Contributing

Welcome all kinds of contributions including reporting issues, submit pull requests. Just follow pull request with this Github repo.

Coding style

We're following the Google JavaScript coding style in general. And there is pre-commit checking tools/linter.js to ensure styling before commit code.

License

This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago