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

Unified Diff: third_party/mojo/mojom_bindings_generator_explicit.gypi

Issue 1409223004: mandoline: Add automatic tracing at mojo call sites. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Safety rebase to ToT 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
Index: third_party/mojo/mojom_bindings_generator_explicit.gypi
diff --git a/third_party/mojo/mojom_bindings_generator_explicit.gypi b/third_party/mojo/mojom_bindings_generator_explicit.gypi
index 33b79a03fa4e63d97c51d295b3c27d62b499cb57..8df48aa54114f2faabceca1543d9f7f114633bbe 100644
--- a/third_party/mojo/mojom_bindings_generator_explicit.gypi
+++ b/third_party/mojo/mojom_bindings_generator_explicit.gypi
@@ -71,6 +71,7 @@
'conditions': [
['require_interface_bindings==1', {
'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_interface_bindings_generation',
],
}],

Powered by Google App Engine
This is Rietveld 408576698