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

Side by Side Diff: chrome/test/data/mac_installer/requestCheck.dtd

Issue 2203583002: Added unpacking step (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added DMG to build file Created 4 years, 3 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
OLDNEW
1 <!-- 1 <!--
2 Copyright 2016 The Chromium Authors. All rights reserved. 2 Copyright 2016 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 <!-- 6 <!--
7 7
8 Welcome to a document type declaration (DTD). 8 Welcome to a document type declaration (DTD).
9 This is a document that makes sure XML files are correctly formed. 9 This is a document that makes sure XML files are correctly formed.
10 10
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 The following two attributes are required; their values must not contain 61 The following two attributes are required; their values must not contain
62 whitespace. 62 whitespace.
63 --> 63 -->
64 <!ATTLIST app version NMTOKEN #REQUIRED> 64 <!ATTLIST app version NMTOKEN #REQUIRED>
65 <!ATTLIST app lang NMTOKEN #REQUIRED> 65 <!ATTLIST app lang NMTOKEN #REQUIRED>
66 <!-- 66 <!--
67 67
68 |updatecheck| must be an empty element. 68 |updatecheck| must be an empty element.
69 --> 69 -->
70 <!ELEMENT updatecheck EMPTY> 70 <!ELEMENT updatecheck EMPTY>
OLDNEW
« no previous file with comments | « chrome/installer/mac/app/testing/responseExample.xml ('k') | chrome/test/data/mac_installer/requestSample.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698