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

Unified Diff: build/common.gypi

Issue 211503005: Fixup mojo dylibs to support mojo in content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Copy explicitly instead of copies command Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/chrome_dll_bundle.gypi » ('j') | chrome/chrome_dll_bundle.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 0de69e59df415f78d3b634adebcda66bdfc57bff..420d912dfc2e729aeaa4e6f430290f2412ad2ee8 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -839,7 +839,7 @@
'enable_printing%': 0,
}],
- ['OS=="win" or (OS=="linux" and chromeos==0)', {
+ ['OS=="win" or OS=="mac" or (OS=="linux" and chromeos==0)', {
'use_mojo%': 1,
}],
« no previous file with comments | « no previous file | chrome/chrome_dll_bundle.gypi » ('j') | chrome/chrome_dll_bundle.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698