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

Unified Diff: content/test/BUILD.gn

Issue 2512563003: Convert enable_plugins to a buildflag header. (Closed)
Patch Set: Merge 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
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 74e4cdc090ad9cd446f35e3276e6dbe559780555..f276555cfa08d2cfda98c5a421ca1b915629e7f6 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -8,6 +8,7 @@ import("//build/config/crypto.gni")
import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//mojo/public/tools/bindings/mojom.gni")
+import("//ppapi/features/features.gni")
import("//testing/test.gni")
import("//third_party/WebKit/public/public_features.gni")
import("//v8/gni/v8.gni")
@@ -701,6 +702,7 @@ test("content_browsertests") {
"//mojo/public/cpp/bindings",
"//mojo/public/js",
"//net:test_support",
+ "//ppapi/features",
"//services/service_manager/public/cpp",
"//storage/browser",
"//testing/gmock",
@@ -1411,6 +1413,7 @@ test("content_unittests") {
"//net:extras",
"//net:test_support",
"//ppapi/c",
+ "//ppapi/features",
"//printing",
"//skia",
"//sql",
« no previous file with comments | « content/shell/renderer/shell_content_renderer_client.cc ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698