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

Unified Diff: content/child/BUILD.gn

Issue 702903004: Add chrome perf tests and sniffer to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index 8e400c3cd7a68f6ab449ccaf357edc10a83c0250..96cdf209fbb9e126b11eb7be6255be6d1174b73c 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -26,6 +26,7 @@ source_set("child") {
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/native_theme",
"//url",
]
@@ -42,7 +43,9 @@ source_set("child") {
]
}
- if (!enable_plugins) {
+ if (enable_plugins) {
+ deps += [ "//ppapi:ppapi_proxy" ]
+ } else {
sources -= [
"browser_font_resource_trusted.cc",
"npapi/plugin_host.cc",

Powered by Google App Engine
This is Rietveld 408576698