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

Unified Diff: content/renderer/BUILD.gn

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 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/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 38a168cd3b448fb1923d5e082d9e62a1951671af..c7ef65b76adebe91e8471efd2809c0764115cdcc 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -41,6 +41,8 @@ source_set("renderer") {
"//ui/native_theme",
"//ui/surface",
# TODO(GYP)
+ #'renderer/compositor_bindings/compositor_bindings.gyp:content_compositor_bindings',
+ #'renderer/compositor_bindings/compositor_bindings.gyp:content_compositor_support',
#'../jingle/jingle.gyp:jingle_glue',
#'../media/media.gyp:media',
#'../mojo/mojo.gyp:mojo_environment_chromium',
@@ -51,8 +53,6 @@ source_set("renderer") {
#'../webkit/child/webkit_child.gyp:webkit_child',
#'../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
#'../webkit/common/webkit_common.gyp:webkit_common',
- #'../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_bindings',
- #'../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support',
#'../webkit/storage_common.gyp:webkit_storage_common',
]

Powered by Google App Engine
This is Rietveld 408576698