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

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

Issue 1686263008: Add utility method for WebString to base::FilePath conversion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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_tests.gyp
diff --git a/third_party/WebKit/Source/platform/blink_platform_tests.gyp b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
index 34c4b7efc802ca5a062b79e97484ffabac490552..8525966e78299a3f03ac43254fb458bb480f018f 100644
--- a/third_party/WebKit/Source/platform/blink_platform_tests.gyp
+++ b/third_party/WebKit/Source/platform/blink_platform_tests.gyp
@@ -80,7 +80,6 @@
'<(DEPTH)/ui/gfx/gfx.gyp:gfx',
'<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
'<(DEPTH)/url/url.gyp:url_lib',
- 'blink_platform.gyp:blink_common',
'blink_platform.gyp:blink_platform',
],
'defines': [
@@ -109,6 +108,7 @@
'dependencies': [
'../config.gyp:config',
'../wtf/wtf.gyp:wtf',
+ 'blink_platform.gyp:blink_common',
'blink_platform.gyp:blink_platform',
'<(DEPTH)/testing/gmock.gyp:gmock',
],

Powered by Google App Engine
This is Rietveld 408576698