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

Unified Diff: components/html_viewer/DEPS

Issue 1677293002: Bye bye Mandoline (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moar Created 4 years, 10 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/OWNERS » ('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
deleted file mode 100644
index 43b66df80500c3e1cb3fd8c49b315523443b8530..0000000000000000000000000000000000000000
--- a/components/html_viewer/DEPS
+++ /dev/null
@@ -1,71 +0,0 @@
-include_rules = [
- "+blink/public/resources",
- "+cc",
- "+components/clipboard",
- "+components/devtools_service/public",
- "+components/font_service/public",
- "+components/gpu",
- "+components/message_port",
- "+components/mime_util",
- "+components/mus",
- "+components/resource_provider/public",
- "+components/scheduler",
- "+components/startup_metric_utils/browser",
- "+components/webcrypto",
- "+components/web_view/public/interfaces",
- "+components/web_view/test_runner/public/interfaces",
- "+components/web_view/web_view_switches.cc",
- "+components/web_view/web_view_switches.h",
- "+gin",
- "+gpu/blink/webgraphicscontext3d_impl.h",
- "+gpu/command_buffer/common/gles2_cmd_utils.h",
- "+mandoline/services",
- "+media",
- "+mojo/shell",
- "+mojo/cc",
- "+mojo/common",
- "+mojo/converters/blink",
- "+mojo/converters/geometry",
- "+mojo/converters/input_events",
- "+mojo/converters/network",
- "+mojo/converters/surfaces",
- "+mojo/gles2",
- "+mojo/gpu",
- "+mojo/logging",
- "+mojo/message_pump",
- "+mojo/platform_handle",
- "+mojo/public",
- "+mojo/services/accessibility/public",
- "+mojo/services/network/public",
- "+mojo/services/tracing/public",
- "+net/base",
- "+net/test/embedded_test_server",
- "+skia",
- "+third_party/WebKit/public",
- "+third_party/skia/include",
- "+ui/base",
- "+ui/events",
- "+ui/gfx",
- "+ui/mojo/events",
- "+ui/mojo/geometry",
- "+ui/mojo/ime",
- "+ui/mojo/init",
- "+ui/native_theme",
- "+v8/include",
-]
-
-specific_include_rules = {
- "run_all_unittests\.cc": [
- "+third_party/mojo/src/mojo/edk/embedder/embedder.h",
- ],
- "html_frame_apptest\.cc": [
- "+components/web_view",
- "+third_party/mojo/src/mojo/edk/embedder/test_embedder.h",
- ],
- "layout_test_.*": [
- "+components/test_runner",
- ],
- "web_test_delegate_impl\..*": [
- "+components/test_runner",
- ],
-}
« no previous file with comments | « components/html_viewer/BUILD.gn ('k') | components/html_viewer/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698