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

Unified Diff: components/html_viewer/DEPS

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojo::edk namespace in preparation for runtim flag Created 5 years, 3 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: components/html_viewer/DEPS
diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
index d3d4f41bfad79820fb136f6576cedc1f89833534..6c982aa5cbead9f2bc18dcafd8d7a477d2bd0990 100644
--- a/components/html_viewer/DEPS
+++ b/components/html_viewer/DEPS
@@ -55,10 +55,12 @@ include_rules = [
specific_include_rules = {
"run_all_unittests\.cc": [
+ "+mojo/edk/embedder/test_embedder.h",
"+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
],
"html_frame_apptest\.cc": [
"+components/web_view",
+ "+mojo/edk/embedder/test_embedder.h",
"+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
],
"layout_test_.*": [

Powered by Google App Engine
This is Rietveld 408576698