| Index: build/common.gypi
|
| ===================================================================
|
| --- build/common.gypi (revision 12488)
|
| +++ build/common.gypi (working copy)
|
| @@ -86,6 +86,10 @@
|
| # non-Official builds).
|
| 'buildtype%': 'Dev',
|
|
|
| + # goma settings.
|
| + 'use_goma%': 0,
|
| + 'gomadir%': '',
|
| +
|
| 'conditions': [
|
| # Compute the architecture that we're building for. Default to the
|
| # architecture that we're building on.
|
| @@ -112,6 +116,8 @@
|
| 'target_arch%': '<(target_arch)',
|
| 'branding%': '<(branding)',
|
| 'buildtype%': '<(buildtype)',
|
| + 'use_goma%': '<(use_goma)',
|
| + 'gomadir%': '<(gomadir)',
|
|
|
| 'conditions': [
|
| # The system root for cross-compiles. Default: none.
|
| @@ -133,6 +139,8 @@
|
| 'branding%': '<(branding)',
|
| 'buildtype%': '<(buildtype)',
|
| 'component%': '<(component)',
|
| + 'use_goma%': '<(use_goma)',
|
| + 'gomadir%': '<(gomadir)',
|
|
|
| 'nacl_strict_warnings%': 1,
|
| 'nacl_validator_ragel%': 1,
|
|
|