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

Unified Diff: Source/modules/BUILD.gn

Issue 1311913002: [sqlite] Remove WebDatabase externs and depend on what you use. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Doc the #define Created 5 years, 4 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 | « Source/core/core.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/BUILD.gn
diff --git a/Source/modules/BUILD.gn b/Source/modules/BUILD.gn
index 0418e25948047a2c063e9fbb8a2b9c6b0ab5d547..9a5314b48c1e223649845f196fd4f448c8fdd001 100644
--- a/Source/modules/BUILD.gn
+++ b/Source/modules/BUILD.gn
@@ -43,6 +43,7 @@ source_set("modules") {
deps = [
":make_modules_generated",
"//third_party/WebKit/Source/core",
+ "//third_party/icu",
"//third_party/sqlite",
"//third_party/zlib",
]
« no previous file with comments | « Source/core/core.gyp ('k') | Source/modules/modules.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698