summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweili <weili@chromium.org>2016-04-27 13:42:04 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-27 13:42:04 -0700
commitcf83a5115a366853a8940a2cfff8c1363fdade9e (patch)
tree5ef560a2c83693d6848a25df00a6218cf3028033
parent1ae572e7e35b52ce4897d1715c005a1b0f79526a (diff)
downloadpdfium-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
-rw-r--r--build_gyp/standalone.gypi2
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)',
}],