Index: chrome/chrome_exe.gypi |
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi |
index 78047eb957c1a485602f604bbbce854639ee1b09..67b0efa448bd3e32cd35571e941a166eae778647 100644 |
--- a/chrome/chrome_exe.gypi |
+++ b/chrome/chrome_exe.gypi |
@@ -436,6 +436,9 @@ |
'../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
], |
}], |
+ ['chrome_multiple_dll', { |
+ 'defines': ['CHROME_MULTIPLE_DLL'], |
+ }], |
['OS=="mac" and asan==1', { |
'xcode_settings': { |
# Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. |