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

Side by Side Diff: chrome/browser/DEPS

Issue 1829643002: App Banner: require 'display' to be set to 'standalone' or 'fullscreen'. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/chrome_watcher", 5 "+chrome/chrome_watcher",
6 "+chrome/grit", # For generated headers 6 "+chrome/grit", # For generated headers
7 "+chrome/installer", 7 "+chrome/installer",
8 "+chrome_elf/blacklist", 8 "+chrome_elf/blacklist",
9 "+chrome_elf/chrome_elf_constants.h", 9 "+chrome_elf/chrome_elf_constants.h",
10 "+chrome_elf/create_file", 10 "+chrome_elf/create_file",
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "+third_party/mozilla", # Mozilla interface headers. 88 "+third_party/mozilla", # Mozilla interface headers.
89 "+third_party/protobuf/src/google/protobuf", 89 "+third_party/protobuf/src/google/protobuf",
90 "+third_party/re2", 90 "+third_party/re2",
91 "+third_party/smhasher", 91 "+third_party/smhasher",
92 "+third_party/sqlite", 92 "+third_party/sqlite",
93 "+third_party/zlib", 93 "+third_party/zlib",
94 94
95 # No inclusion of WebKit from the browser, other than strictly enum/POD, 95 # No inclusion of WebKit from the browser, other than strictly enum/POD,
96 # header-only types, and some selected common code. 96 # header-only types, and some selected common code.
97 "-third_party/WebKit", 97 "-third_party/WebKit",
98 "+third_party/WebKit/public/platform/WebDisplayMode.h",
98 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 99 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
99 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h", 100 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h",
100 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 101 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
101 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 102 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
102 "+third_party/WebKit/public/web/WebCache.h", 103 "+third_party/WebKit/public/web/WebCache.h",
103 "+third_party/WebKit/public/web/WebContextMenuData.h", 104 "+third_party/WebKit/public/web/WebContextMenuData.h",
104 "+third_party/WebKit/public/web/WebFindOptions.h", 105 "+third_party/WebKit/public/web/WebFindOptions.h",
105 "+third_party/WebKit/public/web/WebInputEvent.h", 106 "+third_party/WebKit/public/web/WebInputEvent.h",
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 107 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
107 "+third_party/WebKit/public/web/WebPluginAction.h", 108 "+third_party/WebKit/public/web/WebPluginAction.h",
108 "+third_party/WebKit/public/web/WebTextDirection.h", 109 "+third_party/WebKit/public/web/WebTextDirection.h",
109 "+third_party/WebKit/public/web/WebWindowFeatures.h", 110 "+third_party/WebKit/public/web/WebWindowFeatures.h",
110 ] 111 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698