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

Unified Diff: content/renderer/BUILD.gn

Issue 1584583002: GN: Check //content/renderer:* by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use_ozone Created 4 years, 11 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
« .gn ('K') | « .gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 141edcb0f49b1e75796623e5bdb95d6cc1478d14..6b3c7aae815189c57f4f50ecdd6507523cbd83d8 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -65,6 +65,7 @@ source_set("renderer") {
"//mojo/shell/public/cpp",
"//mojo/shell/public/interfaces",
"//net",
+ "//sandbox",
jbroman 2016/01/14 14:31:24 used by renderer_main_platform_delegate_{win,andro
"//skia",
"//skia/public",
"//storage/common",
@@ -159,6 +160,7 @@ source_set("renderer") {
"//third_party/libjingle:libjingle_webrtc",
"//third_party/libjingle:libpeerconnection",
"//third_party/libjingle:libstunprober",
+ "//third_party/libvpx_new",
jbroman 2016/01/14 14:31:23 Used by content/renderer/media/video_track_recorde
"//third_party/webrtc/base:rtc_base",
"//third_party/webrtc/common_video",
"//third_party/webrtc/modules/audio_device",
@@ -235,4 +237,8 @@ source_set("renderer") {
if (use_seccomp_bpf) {
defines += [ "USE_SECCOMP_BPF" ]
}
+
+ if (use_ozone) {
+ deps += [ "//ui/ozone" ]
jbroman 2016/01/14 14:31:24 Used by renderer_main.cc.
+ }
}
« .gn ('K') | « .gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698