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

Side by Side Diff: extensions/browser/DEPS

Issue 559063002: Remove webkit/browser/, point everything to storage/browser/ instead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clean up DEPS per feedback 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_modal", 6 "+components/web_modal",
7 "+content/public/browser", 7 "+content/public/browser",
8 "+device/bluetooth", 8 "+device/bluetooth",
9 "+grit/extensions_strings.h", 9 "+grit/extensions_strings.h",
10 "+net", 10 "+net",
11 "+skia/ext/image_operations.h", 11 "+skia/ext/image_operations.h",
12 "+storage/browser/fileapi",
12 "+sync", 13 "+sync",
13 "+third_party/leveldatabase", 14 "+third_party/leveldatabase",
14 "+third_party/skia/include", 15 "+third_party/skia/include",
15 "+third_party/WebKit/public/web/WebInputEvent.h", 16 "+third_party/WebKit/public/web/WebInputEvent.h",
16 "+webkit/browser/fileapi",
17 ] 17 ]
18 18
19 specific_include_rules = { 19 specific_include_rules = {
20 ".*test\.cc$": [ 20 ".*test\.cc$": [
21 "+components/user_prefs", 21 "+components/user_prefs",
22 ] 22 ]
23 } 23 }
OLDNEW
« no previous file with comments | « content/test/test_webkit_platform_support.cc ('k') | extensions/browser/api/runtime/runtime_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698