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

Unified Diff: mojo/mojo_nacl.gyp

Issue 912503003: Remove "nacl_defines" from the GYP build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « components/nacl/nacl_defines.gypi ('k') | mojo/mojo_nacl_untrusted.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_nacl.gyp
diff --git a/mojo/mojo_nacl.gyp b/mojo/mojo_nacl.gyp
index e49a26c55830e3f138957b936ae95490681e8409..95c5ab3c574f665d2175281a9c163b1e21d9d260 100644
--- a/mojo/mojo_nacl.gyp
+++ b/mojo/mojo_nacl.gyp
@@ -6,7 +6,6 @@
'conditions': [
['disable_nacl==0 and disable_nacl_untrusted==0', {
'includes': [
- '../components/nacl/nacl_defines.gypi',
'../mojo/mojo_nacl.gypi',
],
'targets': [
@@ -38,9 +37,6 @@
{
'target_name': 'monacl_syscall',
'type': 'static_library',
- 'defines': [
- '<@(nacl_defines)',
- ],
'include_dirs': [
'..',
],
@@ -54,9 +50,6 @@
{
'target_name': 'monacl_sel',
'type': 'static_library',
- 'defines': [
- '<@(nacl_defines)',
- ],
'include_dirs': [
'..',
],
@@ -88,9 +81,6 @@
{
'target_name': 'monacl_syscall_win64',
'type': 'static_library',
- 'defines': [
- '<@(nacl_defines)',
- ],
'include_dirs': [
'..',
],
« no previous file with comments | « components/nacl/nacl_defines.gypi ('k') | mojo/mojo_nacl_untrusted.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698