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

Unified Diff: third_party/cld_2/cld_2.gyp

Issue 23463022: Enable CLD2 on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (rebasing) Created 7 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/cld_2/cld_2.gyp
diff --git a/third_party/cld_2/cld_2.gyp b/third_party/cld_2/cld_2.gyp
index 41f229d512cbb8c62f33e1fc4d894eca3ae414e8..94c6137f92770322991381ab076778f18c280a21 100644
--- a/third_party/cld_2/cld_2.gyp
+++ b/third_party/cld_2/cld_2.gyp
@@ -15,17 +15,13 @@
'src/internal/cld2_generated_cjk_compatible.cc',
'src/internal/cld2_generated_deltaoctachrome0614.cc',
'src/internal/cld2_generated_distinctoctachrome0604.cc',
- 'src/internal/cld2_generated_octa2_dummy.cc',
'src/internal/cld2_generated_quadchrome0715.cc',
'src/internal/cld2tablesummary.h',
- 'src/internal/cld_generated_cjk_delta_bi_32.cc',
'src/internal/cld_generated_cjk_delta_bi_4.cc',
'src/internal/cld_generated_cjk_uni_prop_80.cc',
'src/internal/cld_generated_score_quad_octa_1024_256.cc',
'src/internal/cldutil.cc',
'src/internal/cldutil.h',
- 'src/internal/cldutil_offline.cc',
- 'src/internal/cldutil_offline.h',
'src/internal/cldutil_shared.cc',
'src/internal/cldutil_shared.h',
'src/internal/compact_lang_det.cc',
@@ -33,9 +29,8 @@
'src/internal/compact_lang_det_hint_code.h',
'src/internal/compact_lang_det_impl.cc',
'src/internal/compact_lang_det_impl.h',
- 'src/internal/debug.cc',
- 'src/internal/debug_empty.cc',
'src/internal/debug.h',
+ 'src/internal/debug_empty.cc',
'src/internal/fixunicodevalue.cc',
'src/internal/fixunicodevalue.h',
'src/internal/generated_distinct_bi_0.cc',
@@ -66,6 +61,11 @@
'src/public/compact_lang_det.h',
'src/public/encodings.h',
],
+ 'conditions': [
+ ['OS=="win"', {
+ 'msvs_disabled_warnings': [4267],
+ }],
+ ],
},
],
}
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698