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

Unified Diff: components/display_compositor.gypi

Issue 1931213002: display_compositor: Move CompositorOverlayCandidateValidator from content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DONE_2016.04.28_dc-overlay-candidate-validator
Patch Set: . Created 4 years, 8 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 | « no previous file | components/display_compositor/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/display_compositor.gypi
diff --git a/components/display_compositor.gypi b/components/display_compositor.gypi
index f0ef224662692b567ef465499dc4580d7c535304..8c9571adafd88042f763c4e7d37f7be1a9d86acd 100644
--- a/components/display_compositor.gypi
+++ b/components/display_compositor.gypi
@@ -10,6 +10,7 @@
'type': '<(component)',
'dependencies': [
'../base/base.gyp:base',
+ '../cc/cc.gyp:cc',
'../gpu/gpu.gyp:command_buffer_client',
'../gpu/gpu.gyp:command_buffer_common',
'../skia/skia.gyp:skia',
@@ -33,6 +34,13 @@
'sources': [
'display_compositor/buffer_queue.cc',
'display_compositor/buffer_queue.h',
+ 'display_compositor/compositor_overlay_candidate_validator.h',
+ 'display_compositor/compositor_overlay_candidate_validator_android.cc',
+ 'display_compositor/compositor_overlay_candidate_validator_android.h',
+ 'display_compositor/compositor_overlay_candidate_validator_mac.h',
+ 'display_compositor/compositor_overlay_candidate_validator_mac.mm',
+ 'display_compositor/compositor_overlay_candidate_validator_ozone.cc',
+ 'display_compositor/compositor_overlay_candidate_validator_ozone.h',
'display_compositor/display_compositor_export.h',
'display_compositor/gl_helper.cc',
'display_compositor/gl_helper.h',
« no previous file with comments | « no previous file | components/display_compositor/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698