Skip to content

Instantly share code, notes, and snippets.

@hieupm37
Last active February 3, 2016 04:15
Show Gist options
  • Select an option

  • Save hieupm37/877aeda599055215d692 to your computer and use it in GitHub Desktop.

Select an option

Save hieupm37/877aeda599055215d692 to your computer and use it in GitHub Desktop.
Build gtags for chromium project
#!/bin/bash
find . -type d \( -path "./third_party" -o -path "./build" -o -path "./out" \) -prune -o -type f -name '*.cc' -o -name '*.mm' -o -name '*.h' | gtags -f -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment