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

Unified Diff: remoting/remoting_key_tester.gypi

Issue 893343003: Remoting: Add missing Gyp dependency on the "prep_toolchain" target (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 5 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
« 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: remoting/remoting_key_tester.gypi
diff --git a/remoting/remoting_key_tester.gypi b/remoting/remoting_key_tester.gypi
index ca8c5029a621ffee6aedac8c6a131c1597c21b28..1d9e766d2d0098713bef00e72c4224d3a97d3d50 100644
--- a/remoting/remoting_key_tester.gypi
+++ b/remoting/remoting_key_tester.gypi
@@ -95,6 +95,10 @@
'-lppapi_stub',
'-lppapi_cpp',
],
+ 'dependencies': [
+ # TODO(mseaborn): Remove need for this (https://crbug.com/456902).
Łukasz Anforowicz 2015/02/09 20:57:07 Mark, do you also want/need a similar TODO comment
Mark Seaborn 2015/02/17 22:56:35 I thought about doing that, but since ncbray is ac
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
+ ],
}, # end of target 'remoting_key_tester_pexe'
],
}]
« 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