Index: content/content.gyp |
diff --git a/content/content.gyp b/content/content.gyp |
index b921672ac9cf1491778bb6689f85c1d72233ae3b..7ef6737f872d86b98b32596a59530ff2c030ad10 100644 |
--- a/content/content.gyp |
+++ b/content/content.gyp |
@@ -504,6 +504,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" |
], |