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

Unified Diff: components/native_app_window/DEPS

Issue 576863003: Componentize NativeAppWindowViews (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/BUILD.gn ('k') | components/native_app_window/native_app_window_views.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
new file mode 100644
index 0000000000000000000000000000000000000000..88293dc2e6f612b29344d80ac1305656f83e8e4f
--- /dev/null
+++ b/components/native_app_window/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+base",
+ "+content/public/browser",
+ "+extensions/browser/app_window",
+ "+extensions/common",
+ "+ui/aura",
+ "+ui/gfx",
+ "+ui/views",
+ "+third_party/skia/include/core/SkRegion.h",
+]
« no previous file with comments | « components/native_app_window/BUILD.gn ('k') | components/native_app_window/native_app_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698