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

Unified Diff: ppapi/native_client/irt_test.gyp

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 | « chrome/nacl.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/irt_test.gyp
diff --git a/ppapi/native_client/irt_test.gyp b/ppapi/native_client/irt_test.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..20546056b25dfbf7ff8cf30512ac36daba415f40
--- /dev/null
+++ b/ppapi/native_client/irt_test.gyp
@@ -0,0 +1,18 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'conditions': [
+ ['disable_nacl==0 and disable_nacl_untrusted==0', {
+ 'variables': {
+ 'irt_test_nexe': '',
+ 'irt_test_dep': 'native_client.gyp:nacl_irt',
+ },
+ 'includes': [
+ '../../native_client/build/common.gypi',
+ '../../native_client/src/untrusted/irt/check_tls.gypi',
+ ],
+ }],
+ ],
+}
« no previous file with comments | « chrome/nacl.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698