summaryrefslogtreecommitdiff
path: root/tools/icu/icu-system.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/icu/icu-system.gyp')
-rw-r--r--tools/icu/icu-system.gyp18
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/icu/icu-system.gyp b/tools/icu/icu-system.gyp
new file mode 100644
index 0000000000..44d4f5feff
--- /dev/null
+++ b/tools/icu/icu-system.gyp
@@ -0,0 +1,18 @@
+# Copyright (c) 2014 IBM Corporation and Others. All Rights Reserved.
+
+# This variant is used for the '--with-intl=system-icu' option.
+# 'configure' has already set 'libs' and 'cflags' - so,
+# there's nothing to do in these targets.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'icuuc',
+ 'type': 'none',
+ },
+ {
+ 'target_name': 'icui18n',
+ 'type': 'none',
+ },
+ ],
+}