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

Unified Diff: mojo/mojo_variables.gypi

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP edit Created 6 years, 3 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: mojo/mojo_variables.gypi
diff --git a/mojo/mojo_variables.gypi b/mojo/mojo_variables.gypi
index ef362b721ccee7b2f08132bef3635e3e7d45276c..36f65def743832cc1f39867f96dd417d30d266ed 100644
--- a/mojo/mojo_variables.gypi
+++ b/mojo/mojo_variables.gypi
@@ -41,5 +41,12 @@
'mojo_gles2_for_component': "mojo_base.gyp:mojo_none",
}],
],
+ 'mojo_public_system_unittest_sources': [
+ 'public/c/system/tests/core_unittest.cc',
Mark Seaborn 2014/09/09 19:13:10 Nit: indent by 2 from the parent level, not 4
Nick Bray (chromium) 2014/09/09 23:12:32 Done.
+ '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',
+ ],
},
}

Powered by Google App Engine
This is Rietveld 408576698