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

Unified Diff: libvpx.gyp

Issue 1353433003: Add coma (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/libvpx.git@master
Patch Set: Created 5 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: libvpx.gyp
diff --git a/libvpx.gyp b/libvpx.gyp
index b975e6cced229fe0899832a0e09aaf8a02e4e16d..725d9a92f2b962370b56174379b6334eec1bdf53 100644
--- a/libvpx.gyp
+++ b/libvpx.gyp
@@ -10,10 +10,10 @@
'type': 'static_library',
'dependencies': [
'<(DEPTH)/third_party/libvpx_new/libvpx.gyp:libvpx_new'
- ]
+ ],
'direct_dependent_settings': {
'include_dirs': [
- '../libvpx_new/source/libvpx',
+ '<(DEPTH)/third_party/libvpx_new/source/libvpx',
],
},
},
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698