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

Unified Diff: third_party/WebKit/public/blink.gyp

Issue 2102183002: Fix dependency issue in content_common (gyp) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 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 | « content/content_common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/blink.gyp
diff --git a/third_party/WebKit/public/blink.gyp b/third_party/WebKit/public/blink.gyp
index 7a773bba709d13af4f824150dc6c4a680807d31e..121470ff373891aa4e3c6ffa883020c8b1f6b688 100644
--- a/third_party/WebKit/public/blink.gyp
+++ b/third_party/WebKit/public/blink.gyp
@@ -153,6 +153,8 @@
{
# GN version: //third_party/WebKit/public:mojo_bindings
'target_name': 'mojo_bindings',
+ # Needed because of dependency on generated headers.
+ 'hard_dependency': '1',
'type': 'static_library',
'dependencies': [
'mojo_bindings_blink_mojom',
« no previous file with comments | « content/content_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698