Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: chrome/chrome_exe.gypi

Issue 23235002: Set up content in-process main threads via factory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698