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

Side by Side Diff: extensions/browser/DEPS

Issue 566823003: Move declarative_webrequest: action, rules_registry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing another weird re-base error. 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 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/pref_registry", 3 "+components/pref_registry",
4 "+components/sessions", 4 "+components/sessions",
5 "+components/storage_monitor", 5 "+components/storage_monitor",
6 "+components/web_cache",
6 "+components/web_modal", 7 "+components/web_modal",
7 "+content/public/browser", 8 "+content/public/browser",
8 "+device/bluetooth", 9 "+device/bluetooth",
9 "+grit/extensions_strings.h", 10 "+grit/extensions_strings.h",
10 "+net", 11 "+net",
11 "+skia/ext/image_operations.h", 12 "+skia/ext/image_operations.h",
12 "+storage/browser/fileapi", 13 "+storage/browser/fileapi",
13 "+sync", 14 "+sync",
14 "+third_party/leveldatabase", 15 "+third_party/leveldatabase",
16 "+third_party/re2",
15 "+third_party/skia/include", 17 "+third_party/skia/include",
16 "+third_party/WebKit/public/web", 18 "+third_party/WebKit/public/web",
17 ] 19 ]
18 20
19 specific_include_rules = { 21 specific_include_rules = {
20 ".*test\.cc$": [ 22 ".*test\.cc$": [
21 "+components/user_prefs", 23 "+components/user_prefs",
22 ] 24 ]
23 } 25 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/declarative_webrequest/webrequest_action.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698