Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index 1d323520b14605031ec98980d038476598d352c6..73f8625e2760b7d5b2ce26dcd6764e1c5a2d4a1c 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -499,6 +499,22 @@ |
], |
'includes': [ 'content_jni.gypi' ], |
}, |
+ { |
+ 'target_name': 'content_icudata', |
+ 'type': 'none', |
+ 'conditions': [ |
+ ['icu_use_data_file_flag==1', { |
+ 'copies': [ |
+ { |
+ 'destination': '<(PRODUCT_DIR)/content_shell/assets', |
+ 'files': [ |
+ '<(PRODUCT_DIR)/icudtl.dat', |
+ ], |
+ }, |
+ ], |
+ }], |
+ ], |
+ }, |
], |
}], # OS == "android" |
], |