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

Unified Diff: third_party/ced/ced_nacl.gyp

Issue 2168003003: Replace ICU encoding detection with CED (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments/add datafiles back Created 4 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 side-by-side diff with in-line comments
Download patch
« net/ftp/ftp_directory_listing_parser.cc ('K') | « third_party/ced/ced.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ced/ced_nacl.gyp
diff --git a/third_party/ced/ced_nacl.gyp b/third_party/ced/ced_nacl.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..54250d151072d14c371e04c7371ae7965ee45950
--- /dev/null
+++ b/third_party/ced/ced_nacl.gyp
@@ -0,0 +1,41 @@
+# Copyright (c) 2016 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ 'ced.gypi',
+ '../../native_client/build/untrusted.gypi',
+ ],
+ 'target_defaults': {
+ 'pnacl_compile_flags': [
+ '-Wno-c++11-narrowing',
+ '-Wno-unused-variable'
+ ],
+ },
+ 'targets': [
+ {
+ 'target_name': 'ced_nacl',
+ 'type': 'none',
+ 'include_dirs': [
+ 'src',
+ ],
+ 'variables': {
+ 'nlib_target': 'libced_nacl.a',
+ 'build_glibc': 0,
+ 'build_newlib': 0,
+ 'build_pnacl_newlib': 1,
+ },
+ 'sources': [
+ '<@(ced_sources)',
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ 'src',
+ ],
+ },
+ },
+ ],
+}
+
+
« net/ftp/ftp_directory_listing_parser.cc ('K') | « third_party/ced/ced.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698