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

Unified Diff: mojo/mojo_edk_nacl.gyp

Issue 2085203002: Add missing define for Mojo NaCl build on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_edk_nacl.gyp
diff --git a/mojo/mojo_edk_nacl.gyp b/mojo/mojo_edk_nacl.gyp
index 1488246235650137e546817de640827acbf0d3a4..b4df059ac7684c632d05d2deec649fdc2c7c86bf 100644
--- a/mojo/mojo_edk_nacl.gyp
+++ b/mojo/mojo_edk_nacl.gyp
@@ -41,6 +41,13 @@
'<@(mojo_edk_ports_sources)',
'<@(mojo_edk_system_impl_sources)',
],
+ 'conditions': [
+ ['OS=="android" or chromeos==1', {
+ 'defines': [
+ 'MOJO_EDK_LEGACY_PROTOCOL',
+ ],
+ }],
+ ],
},
{
'target_name': 'mojo_system_impl_nacl_nonsfi',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698