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

Unified Diff: third_party/WebKit/Source/platform/blink_platform.gyp

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
Index: third_party/WebKit/Source/platform/blink_platform.gyp
diff --git a/third_party/WebKit/Source/platform/blink_platform.gyp b/third_party/WebKit/Source/platform/blink_platform.gyp
index 5cd98310629dbb86ab51be29286268b182957474..82010ed2484d72d66ab107c7e91fc41addb05206 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp
@@ -62,8 +62,9 @@
],
'sources': [
'exported/WebCString.cpp',
- 'exported/WebString.cpp',
'exported/WebCommon.cpp',
+ 'exported/WebString.cpp',
+ 'exported/WebStringUTF8Adaptor.cpp',
],
},
{

Powered by Google App Engine
This is Rietveld 408576698