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

Side by Side Diff: chrome/browser/DEPS

Issue 579883002: Use Manifest's orientation when creating a shortcut and as default orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_display_in_shortcuthelper
Patch Set: review comments 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+apps", 2 "+apps",
3 "+ash", 3 "+ash",
4 "+chrome/app", 4 "+chrome/app",
5 "+chrome/grit", # For generated headers 5 "+chrome/grit", # For generated headers
6 "+chrome/installer", 6 "+chrome/installer",
7 "+chrome_elf/blacklist", 7 "+chrome_elf/blacklist",
8 "+chrome_elf/chrome_elf_constants.h", 8 "+chrome_elf/chrome_elf_constants.h",
9 "+chrome_elf/create_file", 9 "+chrome_elf/create_file",
10 "+chrome_elf/dll_hash", 10 "+chrome_elf/dll_hash",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 "+third_party/zlib", 144 "+third_party/zlib",
145 145
146 # No inclusion of WebKit from the browser, other than strictly enum/POD, 146 # No inclusion of WebKit from the browser, other than strictly enum/POD,
147 # header-only types, and some selected common code. 147 # header-only types, and some selected common code.
148 "-third_party/WebKit", 148 "-third_party/WebKit",
149 "+third_party/WebKit/public/platform/WebCursorInfo.h", 149 "+third_party/WebKit/public/platform/WebCursorInfo.h",
150 "+third_party/WebKit/public/platform/WebNotificationPermission.h", 150 "+third_party/WebKit/public/platform/WebNotificationPermission.h",
151 "+third_party/WebKit/public/platform/WebRect.h", 151 "+third_party/WebKit/public/platform/WebRect.h",
152 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 152 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
153 "+third_party/WebKit/public/platform/WebScreenInfo.h", 153 "+third_party/WebKit/public/platform/WebScreenInfo.h",
154 "+third_party/WebKit/public/platform/WebScreenInfo.h", 154 "+third_party/WebKit/public/platform/WebScreenOrientationLockType.h",
155 "+third_party/WebKit/public/web/WebCache.h", 155 "+third_party/WebKit/public/web/WebCache.h",
156 "+third_party/WebKit/public/web/WebContextMenuData.h", 156 "+third_party/WebKit/public/web/WebContextMenuData.h",
157 "+third_party/WebKit/public/web/WebFindOptions.h", 157 "+third_party/WebKit/public/web/WebFindOptions.h",
158 "+third_party/WebKit/public/web/WebInputEvent.h", 158 "+third_party/WebKit/public/web/WebInputEvent.h",
159 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 159 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
160 "+third_party/WebKit/public/web/WebPageVisibilityState.h", 160 "+third_party/WebKit/public/web/WebPageVisibilityState.h",
161 "+third_party/WebKit/public/web/WebPluginAction.h", 161 "+third_party/WebKit/public/web/WebPluginAction.h",
162 "+third_party/WebKit/public/web/WebTextDirection.h", 162 "+third_party/WebKit/public/web/WebTextDirection.h",
163 "+third_party/WebKit/public/web/WebWindowFeatures.h", 163 "+third_party/WebKit/public/web/WebWindowFeatures.h",
164 ] 164 ]
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ShortcutHelper.java ('k') | chrome/browser/android/shortcut_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698