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

Unified Diff: third_party/kasko/kasko.gyp

Issue 1976113003: Mark kasko as a hard dependency since it depends on kasko_features which generates a header file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 7 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: third_party/kasko/kasko.gyp
diff --git a/third_party/kasko/kasko.gyp b/third_party/kasko/kasko.gyp
index 4acbdb69e2ebfe06c635a3ac8a29aa48b13deced..686915dd0a8d7aa1ecbb266a2aa68d9d38ba2e40 100644
--- a/third_party/kasko/kasko.gyp
+++ b/third_party/kasko/kasko.gyp
@@ -43,6 +43,7 @@
# GN: //third_party/kasko
'target_name': 'kasko',
'type': 'none',
+ 'hard_dependency': 1,
blundell 2016/05/17 08:16:38 I don't think that this will fix the problem becau
'dependencies': [
'copy_kasko_dll',
'kasko_features',
« 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