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

Unified Diff: build/all.gyp

Issue 17850002: Add dependency to ICU 4.6 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebase Created 7 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 | « Makefile ('k') | build/shim_headers.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 4b2fe52989ef2f4af9637184db898c77291089bf..8680398fa2e094102d70f75623e6f822c6729d7a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -12,6 +12,9 @@
'../samples/samples.gyp:*',
'../src/d8.gyp:d8',
'../test/cctest/cctest.gyp:*',
+ # Temporary dependency until v8-i18n is merged and properly depends on
+ # ICU.
+ '../third_party/icu/icu.gyp:*',
],
}
]
« no previous file with comments | « Makefile ('k') | build/shim_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698