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

Unified Diff: blimp/client/core/contents/BUILD.gn

Issue 2382733007: Add BlimpDocument, pull out functions in BlimpCompositor. (Closed)
Patch Set: Remove Webkit DEPS modification. Created 4 years, 2 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: blimp/client/core/contents/BUILD.gn
diff --git a/blimp/client/core/contents/BUILD.gn b/blimp/client/core/contents/BUILD.gn
index fa0f735248119fc3af5866518a528d27f7bb6e1b..c99394306d909cea85c48d7aea5c74a503ba28c0 100644
--- a/blimp/client/core/contents/BUILD.gn
+++ b/blimp/client/core/contents/BUILD.gn
@@ -31,6 +31,7 @@ source_set("contents") {
public_deps = [
"//base",
"//blimp/client/core/compositor",
+ "//blimp/client/core/render_widget",
"//blimp/client/public:public_headers",
"//blimp/net",
"//net:net",
@@ -41,7 +42,6 @@ source_set("contents") {
]
deps = [
- "//blimp/client/core/render_widget",
"//blimp/common",
"//components/url_formatter",
"//skia",
« no previous file with comments | « blimp/client/core/compositor/blimp_compositor_unittest.cc ('k') | blimp/client/core/contents/android/blimp_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698