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

Unified Diff: content/public/common/BUILD.gn

Issue 1472063007: mustash: enable GPU Compositing in renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 9c1e0f771d49464b6f302489b4f81735726a644a..c5475259db21462b447c75005ddb55fb009be67b 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -65,7 +65,10 @@ source_set("static_switches") {
"content_switches.cc",
]
- public_configs = [ ":static_switches_defines" ]
+ public_configs = [
+ ":mojo_shell_client",
Fady Samuel 2015/12/02 16:20:33 Don't put this in public because consumers of this
Peng 2015/12/02 16:33:32 Done.
+ ":static_switches_defines",
+ ]
}
source_set("common_sources") {
@@ -80,7 +83,10 @@ source_set("common_sources") {
"//content:content_implementation",
]
- public_configs = [ "//v8:external_startup_data" ]
+ public_configs = [
+ "//v8:external_startup_data",
+ ":mojo_shell_client",
+ ]
public_deps = [
"//content/common",

Powered by Google App Engine
This is Rietveld 408576698