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

Side by Side Diff: chrome/browser/DEPS

Issue 1033103002: Plugin Power Saver: Overhaul plugin-power-saver flags. Show in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move plugins field trial stuff to chrome/ Created 5 years, 8 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 "+athena/content/public", 4 "+athena/content/public",
5 "+chrome/app", 5 "+chrome/app",
6 "+chrome/chrome_watcher", 6 "+chrome/chrome_watcher",
7 "+chrome/grit", # For generated headers 7 "+chrome/grit", # For generated headers
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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "+components/metrics", 52 "+components/metrics",
53 "+components/nacl/browser", 53 "+components/nacl/browser",
54 "+components/nacl/common", 54 "+components/nacl/common",
55 "+components/navigation_interception", 55 "+components/navigation_interception",
56 "+components/navigation_metrics", 56 "+components/navigation_metrics",
57 "+components/network_time", 57 "+components/network_time",
58 "+components/omnibox", 58 "+components/omnibox",
59 "+components/os_crypt", 59 "+components/os_crypt",
60 "+components/password_manager", 60 "+components/password_manager",
61 "+components/pdf/browser", 61 "+components/pdf/browser",
62 "+components/plugins/common",
Lei Zhang 2015/03/31 20:27:38 no longer needed
tommycli 2015/03/31 20:34:56 Done.
62 "+components/policy", 63 "+components/policy",
63 "+components/power", 64 "+components/power",
64 "+components/precache", 65 "+components/precache",
65 "+components/pref_registry", 66 "+components/pref_registry",
66 "+components/printing/common", 67 "+components/printing/common",
67 "+components/proximity_auth", 68 "+components/proximity_auth",
68 "+components/query_parser", 69 "+components/query_parser",
69 "+components/rappor", 70 "+components/rappor",
70 "+components/renderer_context_menu", 71 "+components/renderer_context_menu",
71 "+components/search", 72 "+components/search",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
174 "+third_party/WebKit/public/web/WebCache.h", 175 "+third_party/WebKit/public/web/WebCache.h",
175 "+third_party/WebKit/public/web/WebContextMenuData.h", 176 "+third_party/WebKit/public/web/WebContextMenuData.h",
176 "+third_party/WebKit/public/web/WebFindOptions.h", 177 "+third_party/WebKit/public/web/WebFindOptions.h",
177 "+third_party/WebKit/public/web/WebInputEvent.h", 178 "+third_party/WebKit/public/web/WebInputEvent.h",
178 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
179 "+third_party/WebKit/public/web/WebPluginAction.h", 180 "+third_party/WebKit/public/web/WebPluginAction.h",
180 "+third_party/WebKit/public/web/WebTextDirection.h", 181 "+third_party/WebKit/public/web/WebTextDirection.h",
181 "+third_party/WebKit/public/web/WebWindowFeatures.h", 182 "+third_party/WebKit/public/web/WebWindowFeatures.h",
182 ] 183 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698