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

Unified Diff: mojo/public/bindings/mojom_bindings_generator.gypi

Issue 172433002: Fixes gyp bindings generator dependencies (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: mojo/public/bindings/mojom_bindings_generator.gypi
diff --git a/mojo/public/bindings/mojom_bindings_generator.gypi b/mojo/public/bindings/mojom_bindings_generator.gypi
index 6a46dc2acf9031c085c79520a864174f104e8ef0..c72b9c0cd6dcd859142fe9610588d60d28d161dd 100644
--- a/mojo/public/bindings/mojom_bindings_generator.gypi
+++ b/mojo/public/bindings/mojom_bindings_generator.gypi
@@ -65,8 +65,8 @@
}
],
'dependencies': [
- 'mojo_bindings',
- 'mojo_system',
+ '<(DEPTH)/mojo/mojo.gyp:mojo_bindings',
+ '<(DEPTH)/mojo/mojo.gyp:mojo_system',
],
'include_dirs': [
'<(DEPTH)',
« 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