summaryrefslogtreecommitdiffstats
path: root/src/core/config/windows.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/config/windows.gypi')
-rw-r--r--src/core/config/windows.gypi8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/config/windows.gypi b/src/core/config/windows.gypi
new file mode 100644
index 000000000..0b9842c53
--- /dev/null
+++ b/src/core/config/windows.gypi
@@ -0,0 +1,8 @@
+{
+ 'variables': {
+ 'win_use_allocator_shim': 0,
+ 'win_release_RuntimeLibrary': 2,
+ 'win_debug_RuntimeLibrary': 3,
+ 'chrome_multiple_dll': 0,
+ },
+}