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

Side by Side Diff: chrome/browser/DEPS

Issue 2265173002: Created Mojo BudgetService implementation in chrome/browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_service
Patch Set: Store render process ID instead of BrowserContext* Created 4 years, 4 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/install_static", 7 "+chrome/install_static",
8 "+chrome/installer", 8 "+chrome/installer",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "+third_party/sqlite", 90 "+third_party/sqlite",
91 "+third_party/zlib", 91 "+third_party/zlib",
92 92
93 # No inclusion of WebKit from the browser, other than strictly enum/POD, 93 # No inclusion of WebKit from the browser, other than strictly enum/POD,
94 # header-only types, and some selected common code. 94 # header-only types, and some selected common code.
95 "-third_party/WebKit", 95 "-third_party/WebKit",
96 "+third_party/WebKit/public/platform/WebDisplayMode.h", 96 "+third_party/WebKit/public/platform/WebDisplayMode.h",
97 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", 97 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
98 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 98 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
99 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h", 99 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h",
100 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om",
Peter Beverloo 2016/08/23 10:13:30 File extension's missing? You're including the C h
harkness 2016/08/23 10:48:32 Done.
100 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 101 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
101 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 102 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
102 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 103 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
103 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 104 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
104 "+third_party/WebKit/public/web/WebCache.h", 105 "+third_party/WebKit/public/web/WebCache.h",
105 "+third_party/WebKit/public/web/WebContextMenuData.h", 106 "+third_party/WebKit/public/web/WebContextMenuData.h",
106 "+third_party/WebKit/public/web/WebFindOptions.h", 107 "+third_party/WebKit/public/web/WebFindOptions.h",
107 "+third_party/WebKit/public/web/WebInputEvent.h", 108 "+third_party/WebKit/public/web/WebInputEvent.h",
108 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
109 "+third_party/WebKit/public/web/WebPluginAction.h", 110 "+third_party/WebKit/public/web/WebPluginAction.h",
110 "+third_party/WebKit/public/web/WebTextDirection.h", 111 "+third_party/WebKit/public/web/WebTextDirection.h",
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", 112 "+third_party/WebKit/public/web/WebWindowFeatures.h",
112 ] 113 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698