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

Side by Side Diff: chrome/app/chrome_dll_resource.h

Issue 2802713002: Enable side-by-side beta and dev channels. (Closed)
Patch Set: add missing test stanza for reland Created 3 years, 8 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
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // clang-format off
6
5 #define IDR_MAINFRAME 101 7 #define IDR_MAINFRAME 101
6 8
7 #define IDI_THROBBER_01 102 9 #define IDI_THROBBER_01 102
8 #define IDI_THROBBER_02 103 10 #define IDI_THROBBER_02 103
9 #define IDI_THROBBER_03 104 11 #define IDI_THROBBER_03 104
10 #define IDI_THROBBER_04 105 12 #define IDI_THROBBER_04 105
11 #define IDI_THROBBER_05 106 13 #define IDI_THROBBER_05 106
12 #define IDI_THROBBER_06 107 14 #define IDI_THROBBER_06 107
13 #define IDI_THROBBER_07 108 15 #define IDI_THROBBER_07 108
14 #define IDI_THROBBER_08 109 16 #define IDI_THROBBER_08 109
15 #define IDI_THROBBER_09 110 17 #define IDI_THROBBER_09 110
16 #define IDI_THROBBER_10 111 18 #define IDI_THROBBER_10 111
17 #define IDI_THROBBER_11 112 19 #define IDI_THROBBER_11 112
18 #define IDI_THROBBER_12 113 20 #define IDI_THROBBER_12 113
19 #define IDI_THROBBER_13 114 21 #define IDI_THROBBER_13 114
20 #define IDI_THROBBER_14 115 22 #define IDI_THROBBER_14 115
21 #define IDI_THROBBER_15 116 23 #define IDI_THROBBER_15 116
22 #define IDI_THROBBER_16 117 24 #define IDI_THROBBER_16 117
23 #define IDI_THROBBER_17 118 25 #define IDI_THROBBER_17 118
24 #define IDI_THROBBER_18 119 26 #define IDI_THROBBER_18 119
25 #define IDI_THROBBER_19 120 27 #define IDI_THROBBER_19 120
26 #define IDI_THROBBER_20 121 28 #define IDI_THROBBER_20 121
27 #define IDI_THROBBER_21 122 29 #define IDI_THROBBER_21 122
28 #define IDI_THROBBER_22 123 30 #define IDI_THROBBER_22 123
29 #define IDI_THROBBER_23 124 31 #define IDI_THROBBER_23 124
30 #define IDI_THROBBER_24 125 32 #define IDI_THROBBER_24 125
31 #define IDR_SXS 126 33 #define IDR_SXS 126
34 #define IDR_X004_DEV 127
35 #define IDR_X005_BETA 128
36
37 // clang-format on
32 38
33 // Values around 1600 are used by installer/setup/build/ 39 // Values around 1600 are used by installer/setup/build/
OLDNEW
« no previous file with comments | « chrome/app/chrome_dll.rc ('k') | chrome/app/chrome_exe.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698