pastebin

Paste Search Dynamic
Recent pastes
mkdir chromium
  1. mkdir chromium && cd chromium
  2. fetch chromium
  3. cd src
  4. gclient sync --with_branch_heads --with_tags
  5. git fetch
  6. git checkout -b 5615 branch-heads/5615
  7. gclient sync --with_branch_heads --with_tags -D
  8. gn gen outProduction --args="is_debug = false is_component_build = true enable_nacl = false blink_symbol_level = 0 v8_symbol_level = 0"
  9. autoninja -C outProduction chrome
Parsed in 0.002 seconds