diff options
author | weili <weili@chromium.org> | 2016-04-27 13:42:04 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-04-27 13:42:04 -0700 |
commit | cf83a5115a366853a8940a2cfff8c1363fdade9e (patch) | |
tree | 5ef560a2c83693d6848a25df00a6218cf3028033 /build_gyp/standalone.gypi | |
parent | 1ae572e7e35b52ce4897d1715c005a1b0f79526a (diff) | |
download | pdfium-cf83a5115a366853a8940a2cfff8c1363fdade9e.tar.xz |
Use the correct default goma directory on Windows
Update the default goma directory to the current one.
Review-Url: https://codereview.chromium.org/1924903002
Diffstat (limited to 'build_gyp/standalone.gypi')
-rw-r--r-- | build_gyp/standalone.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi index ad7ebdaac0..250c085e18 100644 --- a/build_gyp/standalone.gypi +++ b/build_gyp/standalone.gypi @@ -66,7 +66,7 @@ }], # Set default gomadir. ['OS=="win"', { - 'gomadir%': 'c:\\goma\\goma-win', + 'gomadir%': 'c:\\goma\\goma-win64', }, { 'gomadir%': '<!(/bin/echo -n ${HOME}/goma)', }], |