Skip to content

Instantly share code, notes, and snippets.

@aslushnikov
Created June 11, 2014 11:38
Show Gist options
  • Save aslushnikov/1c63d36354be9d6ffe08 to your computer and use it in GitHub Desktop.
Save aslushnikov/1c63d36354be9d6ffe08 to your computer and use it in GitHub Desktop.
Default gypi settings for chrome devtools
{
'variables': {
'DEBUG': 1,
'debug_devtools': 1,
'dcheck_always_on': 1,
'use_goma': 1,
'clang': 1,
'gomadir': '<!(/bin/echo -n ${HOME}/goma/goma)',
#'component': 'shared_library',
#'enable_oilpan': 1
}
}
@aslushnikov
Copy link
Author

This should be places in $HOME/.gyp/include.gypi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment