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

Unified Diff: components/printing/DEPS

Issue 811563008: Moving files from //chrome to //components/printing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit fix Created 5 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
Index: components/printing/DEPS
diff --git a/components/pdf/DEPS b/components/printing/DEPS
similarity index 59%
copy from components/pdf/DEPS
copy to components/printing/DEPS
index d0c3033c30fc3801a3b80166e4ce283a3e5d803e..2b67ec52c2983f779ba696fe2adb675235b73223 100644
--- a/components/pdf/DEPS
+++ b/components/printing/DEPS
@@ -1,8 +1,7 @@
include_rules = [
"+content/public",
"+ipc",
- "+ppapi",
- "+third_party/skia/include",
"+third_party/WebKit/public",
- "+ui/base",
+ "+printing",
+ "+ui/gfx"
]

Powered by Google App Engine
This is Rietveld 408576698