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

Unified Diff: content/content.gyp

Issue 894103002: Fix flaky mac build due to missing permission_status.mojom.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add the mojom dependencies to content_browser instead Created 5 years, 11 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: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index 7bc40bfbc37e795809d9673d135d7542dcca910a..3fa2a2af811b0d00b715d820d3f0989b4be1ac55 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -155,9 +155,11 @@
],
'dependencies': [
'content_common',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
blundell 2015/02/03 13:02:02 Oops, sorry for the misunderstanding. content.gyp:
],
'export_dependent_settings': [
'content_common',
+ 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'conditions': [
['java_bridge==1', {
« 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