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

Side by Side Diff: masters/master.chromium/templates/announce.html

Issue 919113002: Removed tryserver.chromium.gpu and related references (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 10 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.gpu/Makefile » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 {% from "tree_status.html" import treestatus %} 2 {% from "tree_status.html" import treestatus %}
3 3
4 {% block header -%} 4 {% block header -%}
5 {{ super() }} 5 {{ super() }}
6 <hr/> 6 <hr/>
7 <script> 7 <script>
8 /** 8 /**
9 * Pseudo namespace for chromium - keep it short because we are in a very 9 * Pseudo namespace for chromium - keep it short because we are in a very
10 * narrow scope for this file. 10 * narrow scope for this file.
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <script src='https://chromium-build.appspot.com/p/chromium/trooper .js'></script> 206 <script src='https://chromium-build.appspot.com/p/chromium/trooper .js'></script>
207 </td> 207 </td>
208 </tr> 208 </tr>
209 <tr> 209 <tr>
210 <td style="text-align: right;"> 210 <td style="text-align: right;">
211 <b>Masters:</b> 211 <b>Masters:</b>
212 </td> 212 </td>
213 <td colspan="2"> 213 <td colspan="2">
214 <script> 214 <script>
215 document.write([ 215 document.write([
216 a("../tryserver.chromium.gpu/waterfall", "tryserver.chromium.gpu ", ""),
217 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""), 216 a("../tryserver.chromium.linux/waterfall", "tryserver.chromium.l inux", ""),
218 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""), 217 a("../tryserver.chromium.mac/waterfall", "tryserver.chromium.mac ", ""),
219 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""), 218 a("../tryserver.chromium.win/waterfall", "tryserver.chromium.win ", ""),
220 a("../tryserver.blink/waterfall", "tryserver.blink", ""), 219 a("../tryserver.blink/waterfall", "tryserver.blink", ""),
221 aView("../chromium.fyi", "", "chromium.fyi"), 220 aView("../chromium.fyi", "", "chromium.fyi"),
222 aView("../chromium.memory", "", "chromium.memory"), 221 aView("../chromium.memory", "", "chromium.memory"),
223 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"), 222 aView("../chromium.memory.fyi", "", "chromium.memory.fyi"),
224 aView("../chromium.chromiumos", "", "chromium.chromiumos"), 223 aView("../chromium.chromiumos", "", "chromium.chromiumos"),
225 aView("../chromiumos", "", "chromiumos"), 224 aView("../chromiumos", "", "chromiumos"),
226 aView("../client.nacl", "", "client.nacl"), 225 aView("../client.nacl", "", "client.nacl"),
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 </center> 488 </center>
490 489
491 </div> 490 </div>
492 {% endblock header %} 491 {% endblock header %}
493 492
494 {% block footer %} 493 {% block footer %}
495 494
496 {{ super() }} 495 {{ super() }}
497 {# <p>Debug info: {{ debuginfo }}</p> #} 496 {# <p>Debug info: {{ debuginfo }}</p> #}
498 {% endblock %} 497 {% endblock %}
OLDNEW
« no previous file with comments | « no previous file | masters/master.tryserver.chromium.gpu/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698