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

Unified Diff: content/common/BUILD.gn

Issue 2285433002: Use compositor_frame typemap in Blink (Closed)
Patch Set: Fixed android_clang bot failure Created 4 years, 4 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 7b5db9e46e170d838320144a8cbb1fa8abb247c6..5a4034cc7c44d8e700d3fa8789ca30e1a9f03e7e 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",

Powered by Google App Engine
This is Rietveld 408576698