commit | b1556b343dd0a8c4975af25a013d305b288e508a | [log] [tgz] |
---|---|---|
author | Etienne Membrives <etiennej@chromium.org> | Tue Dec 16 13:56:09 2014 +0100 |
committer | Etienne Membrives <etiennej@chromium.org> | Tue Dec 16 13:56:09 2014 +0100 |
tree | 06c0bd53b494bdb58bb2ea642d43770dd92675c3 | |
parent | 04a2a9caab869347754dc11e142adc60aeaff098 [diff] [blame] |
Update from https://crrev.com/308331 Fix ui/compositor/compositor.(h|cpp) based on http://crrev.com/738983002 Fix sky/engine based on current Blink code R=qsr@chromium.org Review URL: https://codereview.chromium.org/812543002
diff --git a/build/vs_toolchain.py b/build/vs_toolchain.py index fb7e142..5373f03 100644 --- a/build/vs_toolchain.py +++ b/build/vs_toolchain.py
@@ -202,7 +202,7 @@ os.environ['WINDOWSSDKDIR'], os.environ['GYP_MSVS_VERSION'], os.environ.get('WDK_DIR', ''), - ';'.join(runtime_dll_dirs)) + ';'.join(runtime_dll_dirs or ['None'])) def main():