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

Unified Diff: third_party/re2/re2.gyp

Issue 564293002: Reduce diff to upstream re2 a bit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/re2/patches/this-null.patch ('k') | third_party/re2/util/stringprintf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/re2/re2.gyp
diff --git a/third_party/re2/re2.gyp b/third_party/re2/re2.gyp
index 3f7539a0a4f79def25ee637ac655a2f1910e4026..8ddfc913ec861d020ffd2330016aef72233f16e8 100644
--- a/third_party/re2/re2.gyp
+++ b/third_party/re2/re2.gyp
@@ -70,12 +70,6 @@
],
'conditions': [
['OS=="win"', {
- 'sources': [
- 'mswin/stdint.h'
- ],
- 'include_dirs': [
- 'mswin'
- ],
'msvs_disabled_warnings': [ 4018, 4722, 4267 ],
}]
]
« no previous file with comments | « third_party/re2/patches/this-null.patch ('k') | third_party/re2/util/stringprintf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698