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

Unified Diff: webrtc/tools/internal_tools.gyp

Issue 1386353003: Fix minor GYP error in webrtc/tools/internal_tools.gyp (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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: webrtc/tools/internal_tools.gyp
diff --git a/webrtc/tools/internal_tools.gyp b/webrtc/tools/internal_tools.gyp
index 40dc371a06f0139064f1d610ff0997a265c1479f..61000d1bbaeba3da37c52f628f60c765b255a82b 100644
--- a/webrtc/tools/internal_tools.gyp
+++ b/webrtc/tools/internal_tools.gyp
@@ -20,7 +20,7 @@
'simple_command_line_parser.h',
'simple_command_line_parser.cc',
],
- 'deps': [
+ 'dependencies': [
'<(webrtc_root)/common.gyp:gtest_prod',
],
}, # command_line_parser
« 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