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

Side by Side Diff: sky/engine/platform/ColorData.gperf

Issue 1206763002: Really remove config.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « sky/engine/platform/ClockTest.cpp ('k') | sky/engine/platform/ContentType.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 %{ 1 %{
2 #include "config.h"
3 #include "platform/graphics/Color.h" 2 #include "platform/graphics/Color.h"
4 #include <string.h> 3 #include <string.h>
5 4
6 namespace blink { 5 namespace blink {
7 %} 6 %}
8 %struct-type 7 %struct-type
9 struct NamedColor; 8 struct NamedColor;
10 %omit-struct-type 9 %omit-struct-type
11 %language=C++ 10 %language=C++
12 %readonly-tables 11 %readonly-tables
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 whitesmoke, 0xfff5f5f5 167 whitesmoke, 0xfff5f5f5
169 yellow, 0xffffff00 168 yellow, 0xffffff00
170 yellowgreen, 0xff9acd32 169 yellowgreen, 0xff9acd32
171 %% 170 %%
172 const struct NamedColor* findColor(register const char* str, register unsigned l en) 171 const struct NamedColor* findColor(register const char* str, register unsigned l en)
173 { 172 {
174 return ColorDataHash::findColorImpl(str, len); 173 return ColorDataHash::findColorImpl(str, len);
175 } 174 }
176 175
177 } // namespace blink 176 } // namespace blink
OLDNEW
« no previous file with comments | « sky/engine/platform/ClockTest.cpp ('k') | sky/engine/platform/ContentType.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698