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

Unified Diff: components/exo/DEPS

Issue 2493223002: Change exo::SurfaceFactoryOwner to exo::ExoCompositorFrameSink (Closed)
Patch Set: Override DesktopMediaListAshTest::TearDown() to reset list_ Created 4 years 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 | « components/exo/BUILD.gn ('k') | components/exo/compositor_frame_sink.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/DEPS
diff --git a/components/exo/DEPS b/components/exo/DEPS
index 6eb071a69a704475d65959487b84dc030c822ca0..17b1c94c2966d37450c7b6d04d9b8f24ff606e09 100644
--- a/components/exo/DEPS
+++ b/components/exo/DEPS
@@ -4,8 +4,15 @@ include_rules = [
"+chromeos/audio/chromeos_sounds.h",
"+device/gamepad",
"+gpu",
+ "+mojo/public/cpp",
"+services/ui/public/cpp",
"+third_party/khronos",
"+third_party/skia",
"+ui",
]
+
+specific_include_rules = {
+ "run_all_unittests\.cc": [
+ "+mojo/edk/embedder/embedder.h",
+ ],
+}
« no previous file with comments | « components/exo/BUILD.gn ('k') | components/exo/compositor_frame_sink.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698