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

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 3985ea4041f42d145e1e6ef4f32497ad6ab97746..54d762e83fdd6dbf7608716bb3a53c0f110f5bdd 100644
--- a/third_party/WebKit/Source/platform/blink_platform.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform.gyp
@@ -42,8 +42,10 @@
'dependencies': [
'../config.gyp:config',
'../wtf/wtf.gyp:wtf',
+ '<(DEPTH)/base/base.gyp:base',
# FIXME: Can we remove the dependency on Skia?
'<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/url/url.gyp:url_lib',
],
'all_dependent_settings': {
'include_dirs': [
@@ -61,9 +63,10 @@
'<(SHARED_INTERMEDIATE_DIR)/blink',
],
'sources': [
+ 'exported/URLConversion.cpp',
'exported/WebCString.cpp',
- 'exported/WebString.cpp',
'exported/WebCommon.cpp',
+ 'exported/WebString.cpp',
],
},
{
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/platform/exported/URLConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698