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

Unified Diff: chrome/chrome.gyp

Issue 2853013: Added hard_dependency to chrome.gyp to fix buildbot failures. (Closed)
Patch Set: Created 10 years, 6 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/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 80a659ea1a1ba71c81a9850d591f73251c088878..934d22f1e22382e6868bc0c51c5c4fbc81a9ff02 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -1094,6 +1094,9 @@
'notifier',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
],
+ # This target exports a hard dependency because it depends on
+ # cacheinvalidation (which itself has hard_dependency set).
+ 'hard_dependency': 1,
'export_dependent_settings': [
'notifier',
'../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation',
« 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