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

Unified Diff: content/content_common.gypi

Issue 1718883002: Enable H.264 video WebRTC behind run-time flag and add WebRtcBrowserTest for H.264 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: content_common.gypi depending on common_features Created 4 years, 10 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 703edad4c1f1565340167991a031b9c7e2b905e5..b436daaea610abbb7dbd1e826735c87fc0e80c24 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -45,6 +45,7 @@
'../ui/gl/gl.gyp:gl',
'../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
'../url/url.gyp:url_lib',
+ 'content.gyp:common_features',
'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
],
'include_dirs': [
@@ -100,6 +101,7 @@
'public/common/child_process_sandbox_support_linux.h',
'public/common/color_suggestion.cc',
'public/common/color_suggestion.h',
+ 'public/common/common_features.h',
brettw 2016/02/22 18:04:03 This line tells GYP there's a file src/content/pub
hbos_chromium 2016/02/22 20:32:40 Done.
'public/common/common_param_traits.cc',
'public/common/common_param_traits.h',
'public/common/common_param_traits_macros.h',
« content/content.gyp ('K') | « content/content.gyp ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698