summaryrefslogtreecommitdiffstats
path: root/media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/my_nm.py
diff options
context:
space:
mode:
Diffstat (limited to 'media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/my_nm.py')
-rwxr-xr-xmedia/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/my_nm.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/my_nm.py b/media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/my_nm.py
new file mode 100755
index 000000000..f0f1efcf7
--- /dev/null
+++ b/media/webrtc/trunk/tools/gyp/test/make_global_settings/full-toolchain/my_nm.py
@@ -0,0 +1,8 @@
+#!/usr/bin/env python
+# Copyright (c) 2014 Google Inc. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+import sys
+print sys.argv
+with open('RAN_MY_NM', 'w') as f:
+ f.write('RAN_MY_NM')