summaryrefslogtreecommitdiffstats
path: root/chromium/build/patches/chromium-system-icu-r0.patch
blob: 5138afc681db5c8df74ed3b664c3c79cb6c748b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--- build/linux/unbundle/icu.gyp.orig	2013-09-27 18:18:50.531839532 +0000
+++ build/linux/unbundle/icu.gyp	2013-09-27 18:19:08.301950500 +0000
@@ -7,6 +7,7 @@
     {
       'target_name': 'system_icu',
       'type': 'none',
+      'toolsets': ['host', 'target'],
       'direct_dependent_settings': {
         'defines': [
           'U_USING_ICU_NAMESPACE=0',
@@ -30,6 +31,7 @@
     {
       'target_name': 'icui18n',
       'type': 'none',
+      'toolsets': ['host', 'target'],
       'dependencies': ['system_icu'],
       'export_dependent_settings': ['system_icu'],
       'variables': {
@@ -116,6 +118,7 @@
     {
       'target_name': 'icuuc',
       'type': 'none',
+      'toolsets': ['host', 'target'],
       'dependencies': ['system_icu'],
       'export_dependent_settings': ['system_icu'],
       'variables': {