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

Unified Diff: third_party/mozilla/BUILD.gn

Issue 1568073002: Reduce string copies in GURL creation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « third_party/WebKit/public/platform/URLConversion.h ('k') | third_party/mozilla/mozilla.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mozilla/BUILD.gn
diff --git a/third_party/mozilla/BUILD.gn b/third_party/mozilla/BUILD.gn
index 8c21b728dc45bd298858a32d73bf450ade62d925..b815009e4b5d31f33a95a4bcbe510f0dc305d9cf 100644
--- a/third_party/mozilla/BUILD.gn
+++ b/third_party/mozilla/BUILD.gn
@@ -22,6 +22,7 @@ component("mozilla") {
defines = [ "MOZILLA_IMPLEMENTATION" ]
deps = [
+ "//base",
"//url",
]
« no previous file with comments | « third_party/WebKit/public/platform/URLConversion.h ('k') | third_party/mozilla/mozilla.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698