Use 'gyp' dir in update_canary_angle.py.

The old 'build' dir was copying stale DLLs.

BUG=angleproject:1569

Change-Id: Ib11fb9f1e1e480fe32af3f291357e0fb92429318
Reviewed-on: https://chromium-review.googlesource.com/411389
Reviewed-by: Geoff Lang <geofflang@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
This commit is contained in:
Jamie Madill 2016-11-15 12:35:42 -08:00 коммит произвёл Commit Bot
Родитель 8b7d8144b4
Коммит 16e54098d6
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -15,10 +15,10 @@ import sys, os, shutil
# Set of search paths.
source_paths = [
os.path.join('..', 'build', 'Debug_x64'),
os.path.join('..', 'build', 'Debug_Win32'),
os.path.join('..', 'build', 'Release_x64'),
os.path.join('..', 'build', 'Release_Win32'),
os.path.join('..', 'gyp', 'Debug_x64'),
os.path.join('..', 'gyp', 'Debug_Win32'),
os.path.join('..', 'gyp', 'Release_x64'),
os.path.join('..', 'gyp', 'Release_Win32'),
os.path.join('..', 'out', 'Debug'),
os.path.join('..', 'out', 'Debug_x64'),
os.path.join('..', 'out', 'Release'),