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

Unified Diff: media/media.gyp

Issue 1969493002: Set hard_dependency for media and media_features gyp targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add hard_dep for main media target 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 35c1f313b69eb166267d3791b8be7805b425ca2d..5057c5b0721aa0b1b44e33d318d60312ac50d745 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -58,6 +58,7 @@
# GN version: //media:media_features
'target_name': 'media_features',
'includes': [ '../build/buildflag_header.gypi' ],
+ 'hard_dependency': 1,
'variables': {
'buildflag_header_path': 'media/media_features.h',
'buildflag_flags': [
@@ -89,6 +90,7 @@
'../url/url.gyp:url_lib',
'shared_memory_support',
],
+ 'hard_dependency': 1,
'export_dependent_settings': [
'../third_party/libwebm/libwebm.gyp:libwebm',
'../third_party/opus/opus.gyp:opus',
« 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