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

Unified Diff: native_client_sdk/src/build_tools/redirect.html

Issue 10828187: [NaCl SDK] Support multiple configs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « native_client_sdk/src/build_tools/make_rules.py ('k') | native_client_sdk/src/examples/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/redirect.html
diff --git a/native_client_sdk/src/build_tools/redirect.html b/native_client_sdk/src/build_tools/redirect.html
index 10d7074986de49361d77059917bda94a4a44d950..007598bb571c723ee0a5ba2e280d6f34abffefef 100644
--- a/native_client_sdk/src/build_tools/redirect.html
+++ b/native_client_sdk/src/build_tools/redirect.html
@@ -8,9 +8,9 @@
<head>
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
- <meta http-equiv="Refresh" content="0;url=index_<tc>.html" />
+ <meta http-equiv="Refresh" content="0;url=index_<tc>_<config>.html" />
</head>
<body>
- Redirecting to default example: <tc>
+ Redirecting to default example: <tc> <config>
</body>
</html>
« no previous file with comments | « native_client_sdk/src/build_tools/make_rules.py ('k') | native_client_sdk/src/examples/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698