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

Unified Diff: components/html_viewer/DEPS

Issue 1554443003: Stop linking in the old Mojo EDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge and fix new flaky test Created 4 years, 11 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 | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/run_all_unittests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/html_viewer/DEPS
diff --git a/components/html_viewer/DEPS b/components/html_viewer/DEPS
index 43b66df80500c3e1cb3fd8c49b315523443b8530..52e7e45f63f9c758cc29bccafb0db4270cd039b8 100644
--- a/components/html_viewer/DEPS
+++ b/components/html_viewer/DEPS
@@ -56,11 +56,11 @@ include_rules = [
specific_include_rules = {
"run_all_unittests\.cc": [
- "+third_party/mojo/src/mojo/edk/embedder/embedder.h",
+ "+mojo/edk/embedder/embedder.h",
],
"html_frame_apptest\.cc": [
"+components/web_view",
- "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
+ "+mojo/edk/embedder/test_embedder.h",
],
"layout_test_.*": [
"+components/test_runner",
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698