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

Unified Diff: toolchain_build/toolchain_build_pnacl.py

Issue 1825893002: PNaCl Dynamic Linking: Added portable dependencies to shared objects. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Created 4 years, 9 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: toolchain_build/toolchain_build_pnacl.py
diff --git a/toolchain_build/toolchain_build_pnacl.py b/toolchain_build/toolchain_build_pnacl.py
index fbe4e4ca41496af23d3187fca2ddc7f1520a7ad1..c1fa122469d0610e38570187c37208e45f09c5be 100755
--- a/toolchain_build/toolchain_build_pnacl.py
+++ b/toolchain_build/toolchain_build_pnacl.py
@@ -50,7 +50,7 @@ NACL_TOOLS_DIR = os.path.join(NACL_DIR, 'tools')
# (i.e. before the tests would pass on the main NaCl buildbots/trybots).
# If you are adding a test that depends on a toolchain change, you can
# increment this version number manually.
-FEATURE_VERSION = 23
+FEATURE_VERSION = 24
# For backward compatibility, these key names match the directory names
# previously used with gclient
« tests/pnacl_dynamic_loading/dependencies_test.c ('K') | « tests/pnacl_dynamic_loading/test_pll_c.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698