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

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: add dependency to browser_app_shim 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..806ebe7a1f2ab676caffa65b5d99c5ea23f06643 100644
--- a/chrome/browser/apps/app_shim/browser_app_shim.gypi
+++ b/chrome/browser/apps/app_shim/browser_app_shim.gypi
@@ -10,8 +10,9 @@
'target_name': 'browser_app_shim',
'type': 'static_library',
'dependencies': [
- # Since browser_app_shim and browser depend on each other, we omit the
- # dependency on browser here.
+ # Since browser_app_shim and chrome.gyp:browser depend on each other,
+ # we omit the dependency on browser here.
+ '../content/content.gyp:content_browser',
'../content/content.gyp:content_common',
],
'sources': [
« 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