Index: trunk/src/content/content.gyp |
=================================================================== |
--- trunk/src/content/content.gyp (revision 254018) |
+++ trunk/src/content/content.gyp (working copy) |
@@ -499,22 +499,6 @@ |
], |
'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" |
], |