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

Unified Diff: src/d8.gyp

Issue 18860007: Move InitializeICU() to the V8 API and use it. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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 | « src/d8.cc ('k') | src/icu_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/d8.gyp
diff --git a/src/d8.gyp b/src/d8.gyp
index 6a57e122fe7d0a98e60c439fd1ce418437b13d43..85c9d53e69901d2483ac06b644ed6c462d83b2e1 100644
--- a/src/d8.gyp
+++ b/src/d8.gyp
@@ -80,10 +80,6 @@
],
}],
['v8_enable_i18n_support==1', {
- 'sources': [
- 'icu_util.cc',
- 'icu_util.h',
- ],
'dependencies': [
'<(DEPTH)/third_party/icu/icu.gyp:*',
],
« no previous file with comments | « src/d8.cc ('k') | src/icu_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698