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

Unified Diff: Source/WebKit/chromium/WebKit.gyp

Issue 14238015: Move Source/WTF/wtf to Source/wtf (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 8 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: Source/WebKit/chromium/WebKit.gyp
diff --git a/Source/WebKit/chromium/WebKit.gyp b/Source/WebKit/chromium/WebKit.gyp
index 094654bebd31f379203aaaf3633aa93286bb9f9b..08adc8ef5b8416b317be9e2ce8e4dea0a3333e01 100644
--- a/Source/WebKit/chromium/WebKit.gyp
+++ b/Source/WebKit/chromium/WebKit.gyp
@@ -749,7 +749,7 @@
'target_name': 'webkit_wtf_support',
'type': 'static_library',
'dependencies': [
- '../../WTF/WTF.gyp/WTF.gyp:wtf',
+ '../../wtf/wtf.gyp:wtf',
],
'defines': [
'WEBKIT_IMPLEMENTATION=1',
@@ -778,7 +778,7 @@
}, {
'type': 'static_library',
'dependencies': [
- '../../WTF/WTF.gyp/WTF.gyp:wtf',
+ '../../wtf/wtf.gyp:wtf',
'../../WebCore/WebCore.gyp/WebCore.gyp:webcore_test_support',
],
'include_dirs': [
« no previous file with comments | « Source/WebCore/config.h ('k') | Source/bindings/bindings.gyp » ('j') | Source/config.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698