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

Unified Diff: chrome/browser/DEPS

Issue 1921553003: Move permission.mojom from WebKit/public/platform/ to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn check fix Created 4 years, 8 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: chrome/browser/DEPS
diff --git a/chrome/browser/DEPS b/chrome/browser/DEPS
index 877d3903f5e7b41f7beb0892b770925bba43baf6..459cd70be75100f063218d1928489d380ff35e1c 100644
--- a/chrome/browser/DEPS
+++ b/chrome/browser/DEPS
@@ -100,7 +100,7 @@ include_rules = [
"+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptReply.h",
"+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
"+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
- "+third_party/WebKit/public/platform/modules/permissions/permission_status.mojom.h",
+ "+components/permissions/permission_status.mojom.h",
jam 2016/05/03 03:32:46 not needed since there's a +components at top
xhwang 2016/05/03 05:04:11 Done.
"+third_party/WebKit/public/web/WebCache.h",
"+third_party/WebKit/public/web/WebContextMenuData.h",
"+third_party/WebKit/public/web/WebFindOptions.h",

Powered by Google App Engine
This is Rietveld 408576698