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

Side by Side Diff: content/DEPS

Issue 880703002: Move ImageWindowDelegate to ui/aura_extra (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to ui/aura_extra Created 5 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 unified diff | Download patch
OLDNEW
1 # Do NOT add chrome or components to the list below. We shouldn't be 1 # Do NOT add chrome or components to the list below. We shouldn't be
2 # including files from src/chrome or src/components in src/content. 2 # including files from src/chrome or src/components in src/content.
3 include_rules = [ 3 include_rules = [
4 # The subdirectories in content/ will manually allow their own include 4 # The subdirectories in content/ will manually allow their own include
5 # directories in content/ so we disallow all of them. 5 # directories in content/ so we disallow all of them.
6 "-content", 6 "-content",
7 "+content/app/resources/grit/content_resources.h", 7 "+content/app/resources/grit/content_resources.h",
8 "+content/common", 8 "+content/common",
9 "+content/grit", 9 "+content/grit",
10 "+content/public/common", 10 "+content/public/common",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 "+third_party/webrtc", 73 "+third_party/webrtc",
74 "+third_party/zlib/google", 74 "+third_party/zlib/google",
75 "+third_party/WebKit/public/platform", 75 "+third_party/WebKit/public/platform",
76 "+third_party/WebKit/public/web", 76 "+third_party/WebKit/public/web",
77 77
78 "+ui/accelerated_widget_mac", 78 "+ui/accelerated_widget_mac",
79 "+ui/accessibility", 79 "+ui/accessibility",
80 "+ui/android", 80 "+ui/android",
81 # Aura is analogous to Win32 or a Gtk, so it is allowed. 81 # Aura is analogous to Win32 or a Gtk, so it is allowed.
82 "+ui/aura", 82 "+ui/aura",
83 "+ui/aura_extra",
sadrul 2015/01/28 18:26:56 Move this to content/browser/
mohsen 2015/01/28 21:10:29 Done.
83 "+ui/base", 84 "+ui/base",
84 "+ui/compositor", 85 "+ui/compositor",
85 "+ui/events", 86 "+ui/events",
86 "+ui/gfx", 87 "+ui/gfx",
87 "+ui/gl", 88 "+ui/gl",
88 "+ui/native_theme", 89 "+ui/native_theme",
89 "+ui/ozone/gpu", 90 "+ui/ozone/gpu",
90 "+ui/ozone/public", 91 "+ui/ozone/public",
91 "+ui/resources/grit/ui_resources.h", 92 "+ui/resources/grit/ui_resources.h",
92 "+ui/resources/grit/webui_resources.h", 93 "+ui/resources/grit/webui_resources.h",
(...skipping 17 matching lines...) Expand all
110 # explicit. 111 # explicit.
111 "-ui/views", 112 "-ui/views",
112 113
113 "+storage/browser", 114 "+storage/browser",
114 "+storage/common", 115 "+storage/common",
115 "+webkit", 116 "+webkit",
116 117
117 # For generated JNI includes. 118 # For generated JNI includes.
118 "+jni", 119 "+jni",
119 ] 120 ]
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | content/browser/BUILD.gn » ('j') | ui/aura_extra/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698