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

Unified Diff: pnacl/build.sh

Issue 1841113002: PNaCl Dynamic Linking: Tests storing dependencies from command line in PLL. (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client.git@master
Patch Set: Code Review 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
« no previous file with comments | « no previous file | src/untrusted/pll_loader/pll_root.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pnacl/build.sh
diff --git a/pnacl/build.sh b/pnacl/build.sh
index 6ace41ea2acf50e0630670dedc03b2d6e96dc914..1af00149407e7cf47e6a6aed641a04754509a6db 100755
--- a/pnacl/build.sh
+++ b/pnacl/build.sh
@@ -844,7 +844,7 @@ feature-version-file-install() {
#
# If you are adding a test that depends on a toolchain change, you
# can increment this version number manually.
- echo 23 > "${install_root}/FEATURE_VERSION"
+ echo 24 > "${install_root}/FEATURE_VERSION"
}
#@ driver-install-translator - Install driver scripts for translator component
« no previous file with comments | « no previous file | src/untrusted/pll_loader/pll_root.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698