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

Unified Diff: chrome/nacl.gypi

Issue 10914238: Add check_tls test on nacl_irt to Gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 8 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
« no previous file with comments | « no previous file | ppapi/native_client/irt_test.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/nacl.gypi
diff --git a/chrome/nacl.gypi b/chrome/nacl.gypi
index 3c893eff1f812d88165922287fba68eeb7a26236..7577fc33e9daa0914485cc8248a24bc404b4cc2b 100644
--- a/chrome/nacl.gypi
+++ b/chrome/nacl.gypi
@@ -81,6 +81,14 @@
['disable_nacl_untrusted==0', {
'dependencies': [
'../ppapi/native_client/native_client.gyp:nacl_irt',
+ # This is not a real build dependency, but just a way to
+ # get a build-time sanity-check to run. We have it rather
+ # than some other testing-only sort of place because the
+ # CrOS builders only build the chrome and nacl_helper
+ # targets and don't build chromium_builder_tests or any
+ # such target, and those are the only bots we have that
+ # do build for ARM.
+ '../ppapi/native_client/irt_test.gyp:*',
'../ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_irt_shim.gyp:pnacl_irt_shim',
'../ppapi/native_client/native_client.gyp:nacl_ipc_irt',
],
« no previous file with comments | « no previous file | ppapi/native_client/irt_test.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698