summaryrefslogtreecommitdiffstats
path: root/mojo/mojo_variables.gypi
diff options
context:
space:
mode:
authorncbray <ncbray@chromium.org>2014-09-11 16:00:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-11 23:12:58 +0000
commit95d2d4025c767fbc5669377aae457a4bfb5ca46b (patch)
tree2aa4a8c86a814466dddf88c16ab28f6e50549201 /mojo/mojo_variables.gypi
parent60cf26c22bf0bb90fa6dbbdef5cb79fe7c305ecb (diff)
downloadchromium_src-95d2d4025c767fbc5669377aae457a4bfb5ca46b.zip
chromium_src-95d2d4025c767fbc5669377aae457a4bfb5ca46b.tar.gz
chromium_src-95d2d4025c767fbc5669377aae457a4bfb5ca46b.tar.bz2
Mojo + NaCl prototype.
Create a standalone executable that plumbs public Mojo API calls into a NaCl sandbox. This allows the public Mojo unit tests to run inside NaCl. BUG=401761 Review URL: https://codereview.chromium.org/385983008 Cr-Commit-Position: refs/heads/master@{#294484}
Diffstat (limited to 'mojo/mojo_variables.gypi')
-rw-r--r--mojo/mojo_variables.gypi9
1 files changed, 8 insertions, 1 deletions
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index fa1d42d..acb3a3f 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -3,7 +3,7 @@
# found in the LICENSE file.
#
-# A set of GYP variables that are shared between mojo.gyp and mojo_base.gyp
+# A set of GYP variables that are shared between various mojo .gyp files.
#
{
'variables': {
@@ -41,5 +41,12 @@
'mojo_gles2_for_component': "../mojo/mojo_base.gyp:mojo_none",
}],
],
+ 'mojo_public_system_unittest_sources': [
+ 'public/c/system/tests/core_unittest.cc',
+ 'public/c/system/tests/core_unittest_pure_c.c',
+ 'public/c/system/tests/macros_unittest.cc',
+ 'public/cpp/system/tests/core_unittest.cc',
+ 'public/cpp/system/tests/macros_unittest.cc',
+ ],
},
}