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

Unified Diff: Source/yarr/yarr.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/yarr/yarr.gyp
diff --git a/Source/yarr/yarr.gyp b/Source/yarr/yarr.gyp
index c9aa79f9d09113e63f327cbacaf7a987a07ae2c7..b3d718ae9fad92d9743fb861f80ba502951b44d6 100644
--- a/Source/yarr/yarr.gyp
+++ b/Source/yarr/yarr.gyp
@@ -47,7 +47,7 @@
'target_name': 'yarr',
'type': 'static_library',
'dependencies': [
- '../WTF/WTF.gyp/WTF.gyp:wtf',
+ '../wtf/wtf.gyp:wtf',
],
'variables': { 'optimize': 'max' },
'actions': [
@@ -87,7 +87,7 @@
],
},
'export_dependent_settings': [
- '../WTF/WTF.gyp/WTF.gyp:wtf',
+ '../wtf/wtf.gyp:wtf',
],
'conditions': [
['OS=="win"', {

Powered by Google App Engine
This is Rietveld 408576698