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

Side by Side Diff: third_party/harfbuzz-ng/google.patch

Issue 503073002: roll harfbuzz 0d2c2f238bf0a847ecd55a70cc0f081f18a053ac:d457e3f0ff9b27616a34e4cc110d3edbf8796841 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 4 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 | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb-coretext.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 diff --git a/third_party/harfbuzz-ng/src/hb-private.hh b/third_party/harfbuzz-ng /src/hb-private.hh
2 index 6b9d791..8f68e8b 100644
3 --- a/third_party/harfbuzz-ng/src/hb-private.hh
4 +++ b/third_party/harfbuzz-ng/src/hb-private.hh
5 @@ -131,7 +131,9 @@
6 # ifndef WIN32_LEAN_AND_MEAN
7 # define WIN32_LEAN_AND_MEAN
8 # endif
9 -# define STRICT
10 +# ifndef STRICT
11 +# define STRICT
12 +# endif
13 #endif
14
15 #ifdef _WIN32_WCE
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/README.chromium ('k') | third_party/harfbuzz-ng/src/hb-coretext.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698