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

Unified Diff: chrome/browser/apps/app_shim/browser_app_shim.gypi

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: 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: chrome/browser/apps/app_shim/browser_app_shim.gypi
diff --git a/chrome/browser/apps/app_shim/browser_app_shim.gypi b/chrome/browser/apps/app_shim/browser_app_shim.gypi
index 4c6c9aa80c82aad5bb81d82cc6a86a1d6814ac7a..05bfafbbdeeb398ce9705035885bc364d5511af1 100644
--- a/chrome/browser/apps/app_shim/browser_app_shim.gypi
+++ b/chrome/browser/apps/app_shim/browser_app_shim.gypi
@@ -13,6 +13,7 @@
# Since browser_app_shim and browser depend on each other, we omit the
# dependency on browser here.
'../content/content.gyp:content_common',
+ '../content/content_common_mojo_bindings.gyp:content_common_mojo_bindings',
blundell 2015/02/02 19:20:33 note: from the compile failure, it looks like the
jam 2015/02/02 20:39:16 afaik that can't happen or else there'll be a circ
blundell 2015/02/02 20:41:13 Oops, missed that. content_browser is probably sti
jam 2015/02/03 05:22:12 sg
],
'sources': [
'app_shim_handler_mac.cc',
« 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