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

Side by Side Diff: sandbox/sandbox.sln

Issue 11002: Make unit_tests pass with pt_BR.UTF-8 locale. (Closed)
Patch Set: all platforms Created 12 years, 1 month 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 | « net/net_unittests.scons ('k') | third_party/dmg_fp/README.google » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Microsoft Visual Studio Solution File, Format Version 9.00 1 Microsoft Visual Studio Solution File, Format Version 9.00
2 # Visual Studio 2005 2 # Visual Studio 2005
3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "src\sandbox.vcpr oj", "{881F6A97-D539-4C48-B401-DF04385B2343}" 3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox", "src\sandbox.vcpr oj", "{881F6A97-D539-4C48-B401-DF04385B2343}"
4 ProjectSection(WebsiteProperties) = preProject
5 Debug.AspNetCompiler.Debug = "True"
6 Release.AspNetCompiler.Debug = "False"
7 EndProjectSection
4 EndProject 8 EndProject
5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "unit_tests", "tests\unit_te sts\sbox_unittests.vcproj", "{883553BE-2A9D-418C-A121-61FE1DFBC562}" 9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbox_unittests", "tests\uni t_tests\sbox_unittests.vcproj", "{883553BE-2A9D-418C-A121-61FE1DFBC562}"
10 » ProjectSection(WebsiteProperties) = preProject
11 » » Debug.AspNetCompiler.Debug = "True"
12 » » Release.AspNetCompiler.Debug = "False"
13 » EndProjectSection
6 ProjectSection(ProjectDependencies) = postProject 14 ProjectSection(ProjectDependencies) = postProject
7 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815} 15 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815}
8 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 16 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
9 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343} 17 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343}
10 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A99 4-3058B852DB8B} 18 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A99 4-3058B852DB8B}
11 EndProjectSection 19 EndProjectSection
12 EndProject 20 EndProject
13 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F7A3B82E -B8B4-4FDF-BC8E-FEC9398F57ED}" 21 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F7A3B82E -B8B4-4FDF-BC8E-FEC9398F57ED}"
22 ProjectSection(WebsiteProperties) = preProject
23 Debug.AspNetCompiler.Debug = "True"
24 Release.AspNetCompiler.Debug = "False"
25 EndProjectSection
14 EndProject 26 EndProject
15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "validation_tests", "tests\v alidation_tests\sbox_validation_tests.vcproj", "{B9CC7B0D-145A-49C2-B887-84E43CF A0F27}" 27 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbox_validation_tests", "te sts\validation_tests\sbox_validation_tests.vcproj", "{B9CC7B0D-145A-49C2-B887-84 E43CFA0F27}"
28 » ProjectSection(WebsiteProperties) = preProject
29 » » Debug.AspNetCompiler.Debug = "True"
30 » » Release.AspNetCompiler.Debug = "False"
31 » EndProjectSection
16 ProjectSection(ProjectDependencies) = postProject 32 ProjectSection(ProjectDependencies) = postProject
17 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815} 33 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815}
18 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 34 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
19 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343} 35 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343}
20 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A99 4-3058B852DB8B} 36 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A99 4-3058B852DB8B}
21 EndProjectSection 37 EndProjectSection
22 EndProject 38 EndProject
23 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencie s", "{BCE54389-D18D-48B9-977E-9D1998200F63}" 39 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "dependencies", "dependencie s", "{BCE54389-D18D-48B9-977E-9D1998200F63}"
40 ProjectSection(WebsiteProperties) = preProject
41 Debug.AspNetCompiler.Debug = "True"
42 Release.AspNetCompiler.Debug = "False"
43 EndProjectSection
24 EndProject 44 EndProject
25 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_message", "..\base\bu ild\debug_message.vcproj", "{0E5474AC-5996-4B13-87C0-4AE931EE0815}" 45 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "debug_message", "..\base\bu ild\debug_message.vcproj", "{0E5474AC-5996-4B13-87C0-4AE931EE0815}"
46 ProjectSection(WebsiteProperties) = preProject
47 Debug.AspNetCompiler.Debug = "True"
48 Release.AspNetCompiler.Debug = "False"
49 EndProjectSection
26 EndProject 50 EndProject
27 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{7F36EE20 -5016-4051-B0D7-42824CDA0291}" 51 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tools", "tools", "{7F36EE20 -5016-4051-B0D7-42824CDA0291}"
52 ProjectSection(WebsiteProperties) = preProject
53 Debug.AspNetCompiler.Debug = "True"
54 Release.AspNetCompiler.Debug = "False"
55 EndProjectSection
28 EndProject 56 EndProject
29 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "proof_of_concept", "proof_o f_concept", "{B607BE7B-3555-422C-A40B-28E73C0B5E24}" 57 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "proof_of_concept", "proof_o f_concept", "{B607BE7B-3555-422C-A40B-28E73C0B5E24}"
58 ProjectSection(WebsiteProperties) = preProject
59 Debug.AspNetCompiler.Debug = "True"
60 Release.AspNetCompiler.Debug = "False"
61 EndProjectSection
30 EndProject 62 EndProject
31 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox_poc", "sandbox_poc\ sandbox_poc.vcproj", "{CF757839-F2A1-417C-8F25-DCAE480020F1}" 63 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sandbox_poc", "sandbox_poc\ sandbox_poc.vcproj", "{CF757839-F2A1-417C-8F25-DCAE480020F1}"
64 ProjectSection(WebsiteProperties) = preProject
65 Debug.AspNetCompiler.Debug = "True"
66 Release.AspNetCompiler.Debug = "False"
67 EndProjectSection
32 ProjectSection(ProjectDependencies) = postProject 68 ProjectSection(ProjectDependencies) = postProject
33 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 69 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
34 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343} 70 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343}
35 {AE5BFB87-850E-4454-B01D-58E7D8BAC224} = {AE5BFB87-850E-4454-B01 D-58E7D8BAC224} 71 {AE5BFB87-850E-4454-B01D-58E7D8BAC224} = {AE5BFB87-850E-4454-B01 D-58E7D8BAC224}
36 EndProjectSection 72 EndProjectSection
37 EndProject 73 EndProject
38 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pocdll", "sandbox_poc\pocdl l\pocdll.vcproj", "{AE5BFB87-850E-4454-B01D-58E7D8BAC224}" 74 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pocdll", "sandbox_poc\pocdl l\pocdll.vcproj", "{AE5BFB87-850E-4454-B01D-58E7D8BAC224}"
75 ProjectSection(WebsiteProperties) = preProject
76 Debug.AspNetCompiler.Debug = "True"
77 Release.AspNetCompiler.Debug = "False"
78 EndProjectSection
39 EndProject 79 EndProject
40 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "finder", "tools\finder\find er.vcproj", "{ACDC2E06-0366-41A4-A646-C37E130A605D}" 80 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "finder", "tools\finder\find er.vcproj", "{ACDC2E06-0366-41A4-A646-C37E130A605D}"
81 ProjectSection(WebsiteProperties) = preProject
82 Debug.AspNetCompiler.Debug = "True"
83 Release.AspNetCompiler.Debug = "False"
84 EndProjectSection
41 ProjectSection(ProjectDependencies) = postProject 85 ProjectSection(ProjectDependencies) = postProject
42 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 86 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
43 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343} 87 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343}
44 EndProjectSection 88 EndProjectSection
45 EndProject 89 EndProject
46 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "launcher", "tools\launcher\ launcher.vcproj", "{386FA217-FBC2-4461-882D-CDAD221ED800}" 90 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "launcher", "tools\launcher\ launcher.vcproj", "{386FA217-FBC2-4461-882D-CDAD221ED800}"
91 ProjectSection(WebsiteProperties) = preProject
92 Debug.AspNetCompiler.Debug = "True"
93 Release.AspNetCompiler.Debug = "False"
94 EndProjectSection
47 ProjectSection(ProjectDependencies) = postProject 95 ProjectSection(ProjectDependencies) = postProject
48 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 96 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
49 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343} 97 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343}
50 EndProjectSection 98 EndProjectSection
51 EndProject 99 EndProject
52 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "integration_tests", "tests\ integration_tests\sbox_integration_tests.vcproj", "{542D4B3B-98D4-4233-B68D-0103 891508C6}" 100 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "sbox_integration_tests", "t ests\integration_tests\sbox_integration_tests.vcproj", "{542D4B3B-98D4-4233-B68D -0103891508C6}"
101 » ProjectSection(WebsiteProperties) = preProject
102 » » Debug.AspNetCompiler.Debug = "True"
103 » » Release.AspNetCompiler.Debug = "False"
104 » EndProjectSection
53 ProjectSection(ProjectDependencies) = postProject 105 ProjectSection(ProjectDependencies) = postProject
54 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815} 106 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {0E5474AC-5996-4B13-87C 0-4AE931EE0815}
55 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165} 107 {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B53 6-69A699B3E165}
56 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343} 108 {881F6A97-D539-4C48-B401-DF04385B2343} = {881F6A97-D539-4C48-B40 1-DF04385B2343}
57 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A99 4-3058B852DB8B} 109 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A99 4-3058B852DB8B}
58 EndProjectSection 110 EndProjectSection
59 EndProject 111 EndProject
60 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "..\base\build\base. vcproj", "{1832A374-8A74-4F9E-B536-69A699B3E165}" 112 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "base", "..\base\build\base. vcproj", "{1832A374-8A74-4F9E-B536-69A699B3E165}"
113 ProjectSection(WebsiteProperties) = preProject
114 Debug.AspNetCompiler.Debug = "True"
115 Release.AspNetCompiler.Debug = "False"
116 EndProjectSection
117 ProjectSection(ProjectDependencies) = postProject
118 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} = {CA6CE3BB-B746-4D91-85A 0-6944DD273E2A}
119 EndProjectSection
61 EndProject 120 EndProject
62 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "..\testing\gtest.v cproj", "{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}" 121 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gtest", "..\testing\gtest.v cproj", "{BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}"
122 ProjectSection(WebsiteProperties) = preProject
123 Debug.AspNetCompiler.Debug = "True"
124 Release.AspNetCompiler.Debug = "False"
125 EndProjectSection
126 EndProject
127 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dmg_fp", "..\third_party\dm g_fp\dmg_fp.vcproj", "{CA6CE3BB-B746-4D91-85A0-6944DD273E2A}"
128 ProjectSection(WebsiteProperties) = preProject
129 Debug.AspNetCompiler.Debug = "True"
130 Release.AspNetCompiler.Debug = "False"
131 EndProjectSection
63 EndProject 132 EndProject
64 Global 133 Global
65 GlobalSection(SolutionConfigurationPlatforms) = preSolution 134 GlobalSection(SolutionConfigurationPlatforms) = preSolution
66 Debug|Win32 = Debug|Win32 135 Debug|Win32 = Debug|Win32
67 Release|Win32 = Release|Win32 136 Release|Win32 = Release|Win32
68 EndGlobalSection 137 EndGlobalSection
69 GlobalSection(ProjectConfigurationPlatforms) = postSolution 138 GlobalSection(ProjectConfigurationPlatforms) = postSolution
70 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.ActiveCfg = D ebug|Win32 139 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.ActiveCfg = D ebug|Win32
71 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.Build.0 = Deb ug|Win32 140 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Debug|Win32.Build.0 = Deb ug|Win32
72 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Release|Win32.ActiveCfg = Release|Win32 141 {0E5474AC-5996-4B13-87C0-4AE931EE0815}.Release|Win32.ActiveCfg = Release|Win32
(...skipping 27 matching lines...) Expand all
100 {AE5BFB87-850E-4454-B01D-58E7D8BAC224}.Release|Win32.ActiveCfg = Release|Win32 169 {AE5BFB87-850E-4454-B01D-58E7D8BAC224}.Release|Win32.ActiveCfg = Release|Win32
101 {AE5BFB87-850E-4454-B01D-58E7D8BAC224}.Release|Win32.Build.0 = R elease|Win32 170 {AE5BFB87-850E-4454-B01D-58E7D8BAC224}.Release|Win32.Build.0 = R elease|Win32
102 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Debug|Win32.ActiveCfg = D ebug|Win32 171 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Debug|Win32.ActiveCfg = D ebug|Win32
103 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Debug|Win32.Build.0 = Deb ug|Win32 172 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Debug|Win32.Build.0 = Deb ug|Win32
104 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Release|Win32.ActiveCfg = Release|Win32 173 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Release|Win32.ActiveCfg = Release|Win32
105 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Release|Win32.Build.0 = R elease|Win32 174 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27}.Release|Win32.Build.0 = R elease|Win32
106 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.ActiveCfg = D ebug|Win32 175 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.ActiveCfg = D ebug|Win32
107 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.Build.0 = Deb ug|Win32 176 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Debug|Win32.Build.0 = Deb ug|Win32
108 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.ActiveCfg = Release|Win32 177 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.ActiveCfg = Release|Win32
109 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.Build.0 = R elease|Win32 178 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B}.Release|Win32.Build.0 = R elease|Win32
179 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Debug|Win32.ActiveCfg = D ebug|Win32
180 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Debug|Win32.Build.0 = Deb ug|Win32
181 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Release|Win32.ActiveCfg = Release|Win32
182 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A}.Release|Win32.Build.0 = R elease|Win32
110 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Debug|Win32.ActiveCfg = D ebug|Win32 183 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Debug|Win32.ActiveCfg = D ebug|Win32
111 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Debug|Win32.Build.0 = Deb ug|Win32 184 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Debug|Win32.Build.0 = Deb ug|Win32
112 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Release|Win32.ActiveCfg = Release|Win32 185 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Release|Win32.ActiveCfg = Release|Win32
113 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Release|Win32.Build.0 = R elease|Win32 186 {CF757839-F2A1-417C-8F25-DCAE480020F1}.Release|Win32.Build.0 = R elease|Win32
114 EndGlobalSection 187 EndGlobalSection
115 GlobalSection(SolutionProperties) = preSolution 188 GlobalSection(SolutionProperties) = preSolution
116 HideSolutionNode = FALSE 189 HideSolutionNode = FALSE
117 EndGlobalSection 190 EndGlobalSection
118 GlobalSection(NestedProjects) = preSolution 191 GlobalSection(NestedProjects) = preSolution
119 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {BCE54389-D18D-48B9-977 E-9D1998200F63} 192 {0E5474AC-5996-4B13-87C0-4AE931EE0815} = {BCE54389-D18D-48B9-977 E-9D1998200F63}
120 {1832A374-8A74-4F9E-B536-69A699B3E165} = {BCE54389-D18D-48B9-977 E-9D1998200F63} 193 {1832A374-8A74-4F9E-B536-69A699B3E165} = {BCE54389-D18D-48B9-977 E-9D1998200F63}
121 {386FA217-FBC2-4461-882D-CDAD221ED800} = {7F36EE20-5016-4051-B0D 7-42824CDA0291} 194 {386FA217-FBC2-4461-882D-CDAD221ED800} = {7F36EE20-5016-4051-B0D 7-42824CDA0291}
122 {542D4B3B-98D4-4233-B68D-0103891508C6} = {F7A3B82E-B8B4-4FDF-BC8 E-FEC9398F57ED} 195 {542D4B3B-98D4-4233-B68D-0103891508C6} = {F7A3B82E-B8B4-4FDF-BC8 E-FEC9398F57ED}
123 {883553BE-2A9D-418C-A121-61FE1DFBC562} = {F7A3B82E-B8B4-4FDF-BC8 E-FEC9398F57ED} 196 {883553BE-2A9D-418C-A121-61FE1DFBC562} = {F7A3B82E-B8B4-4FDF-BC8 E-FEC9398F57ED}
124 {ACDC2E06-0366-41A4-A646-C37E130A605D} = {7F36EE20-5016-4051-B0D 7-42824CDA0291} 197 {ACDC2E06-0366-41A4-A646-C37E130A605D} = {7F36EE20-5016-4051-B0D 7-42824CDA0291}
125 {AE5BFB87-850E-4454-B01D-58E7D8BAC224} = {B607BE7B-3555-422C-A40 B-28E73C0B5E24} 198 {AE5BFB87-850E-4454-B01D-58E7D8BAC224} = {B607BE7B-3555-422C-A40 B-28E73C0B5E24}
126 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27} = {F7A3B82E-B8B4-4FDF-BC8 E-FEC9398F57ED} 199 {B9CC7B0D-145A-49C2-B887-84E43CFA0F27} = {F7A3B82E-B8B4-4FDF-BC8 E-FEC9398F57ED}
127 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BCE54389-D18D-48B9-977 E-9D1998200F63} 200 {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BCE54389-D18D-48B9-977 E-9D1998200F63}
201 {CA6CE3BB-B746-4D91-85A0-6944DD273E2A} = {BCE54389-D18D-48B9-977 E-9D1998200F63}
128 {CF757839-F2A1-417C-8F25-DCAE480020F1} = {B607BE7B-3555-422C-A40 B-28E73C0B5E24} 202 {CF757839-F2A1-417C-8F25-DCAE480020F1} = {B607BE7B-3555-422C-A40 B-28E73C0B5E24}
129 EndGlobalSection 203 EndGlobalSection
130 EndGlobal 204 EndGlobal
OLDNEW
« no previous file with comments | « net/net_unittests.scons ('k') | third_party/dmg_fp/README.google » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698