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

Unified Diff: content/common/BUILD.gn

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Adapt to new change after rebase Created 4 years, 3 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
« no previous file with comments | « content/browser/BUILD.gn ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 33c59827741b5856267c6f811d434e4b73cd8784..1b8e36fd09dd089930d61232df8fd761dedd331c 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -32,6 +32,7 @@ source_set("common") {
public_deps = [
":mojo_bindings",
+ "//cc",
"//gpu/command_buffer/common",
"//ipc",
"//third_party/WebKit/public:blink_headers",
@@ -43,7 +44,6 @@ source_set("common") {
"//base",
"//base/third_party/dynamic_annotations",
"//build/util:webkit_version",
- "//cc",
"//cc/ipc",
"//cc/surfaces",
"//components/tracing",
« no previous file with comments | « content/browser/BUILD.gn ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698