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

Unified Diff: components/native_app_window/DEPS

Issue 616253002: Extract NativeAppWindow from src/extensions Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: might fix athena. similarity=33 Created 6 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
« no previous file with comments | « components/native_app_window.gypi ('k') | components/native_app_window/app_window_create_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/native_app_window/DEPS
diff --git a/components/native_app_window/DEPS b/components/native_app_window/DEPS
index 88293dc2e6f612b29344d80ac1305656f83e8e4f..4d7dc5c6eb0d0dd36838c127f4be72b1124f7e5d 100644
--- a/components/native_app_window/DEPS
+++ b/components/native_app_window/DEPS
@@ -1,10 +1,10 @@
include_rules = [
"+base",
+ "+components/web_modal",
"+content/public/browser",
- "+extensions/browser/app_window",
- "+extensions/common",
"+ui/aura",
+ "+ui/base",
"+ui/gfx",
"+ui/views",
- "+third_party/skia/include/core/SkRegion.h",
+ "+third_party/skia/include/core",
]
« no previous file with comments | « components/native_app_window.gypi ('k') | components/native_app_window/app_window_create_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698