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

Unified Diff: chrome/test/BUILD.gn

Issue 2517953003: Move enable_webrtc to a buildflag header. (Closed)
Patch Set: Fix Created 4 years, 1 month 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: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index a6bf7517bcb97ba45867e96a57d3b5e747783294..1dc9784afc1be795e388f721f0148ee7bcb09452 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -13,6 +13,7 @@ import("//chrome/test/base/js2gtest.gni")
import("//components/os_crypt/features.gni")
import("//components/spellcheck/spellcheck_build_features.gni")
import("//extensions/features/features.gni")
+import("//media/media_options.gni")
import("//ppapi/features/features.gni")
import("//remoting/remoting_enable.gni")
import("//services/service_manager/public/service_manifest.gni")
@@ -125,6 +126,7 @@ static_library("test_support") {
"//content/test:test_support",
"//extensions/features",
"//gpu/ipc/service",
+ "//media:media_features",
"//net",
"//net:test_support",
"//ppapi/features",
@@ -1232,6 +1234,7 @@ test("browser_tests") {
"//components/spellcheck:build_features",
"//components/sync:test_support_model",
"//extensions/features",
+ "//media:media_features",
"//ppapi/features",
"//printing/features",
"//third_party/WebKit/public:features",
@@ -3459,6 +3462,7 @@ test("unit_tests") {
"//courgette:courgette_lib",
"//extensions/features",
"//google_apis",
+ "//media:media_features",
"//ppapi/features",
"//skia",
"//third_party/cacheinvalidation",
« no previous file with comments | « chrome/renderer/extensions/chrome_extensions_dispatcher_delegate.cc ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698