Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: icu_nacl.gyp

Issue 338063002: Temporary workaround to trigger a rebuild of libicudata_nacl on icu version update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu52/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu_nacl.gyp
===================================================================
--- icu_nacl.gyp (revision 275893)
+++ icu_nacl.gyp (working copy)
@@ -49,6 +49,10 @@
},
'sources': [
'source/stubdata/stubdata.c',
+ # Temporary work around for an incremental build NOT rebuilding
+ # icudata_nacl after an ICU version change.
+ # TODO(jungshik): Remove it once a fix for bug 384752 is in.
+ 'source/common/unicode/uvernum.h',
],
'dependencies': [
'../../native_client/tools.gyp:prep_toolchain',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698