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

Side by Side Diff: extensions/browser/DEPS

Issue 803313003: Rename omaha_client and similar tokens to update_client in all contexts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: rebase to master Created 5 years, 11 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 "+chromeos", 2 "+chromeos",
3 "+components/keyed_service", 3 "+components/keyed_service",
4 "+components/omaha_client",
5 "+components/pref_registry", 4 "+components/pref_registry",
6 "+components/sessions", 5 "+components/sessions",
7 "+components/storage_monitor", 6 "+components/storage_monitor",
8 "+components/ui/zoom", 7 "+components/ui/zoom",
8 "+components/update_client",
9 "+components/web_cache", 9 "+components/web_cache",
10 "+components/web_modal", 10 "+components/web_modal",
11 "+content/public/browser", 11 "+content/public/browser",
12 "+device/bluetooth", 12 "+device/bluetooth",
13 "+device/serial", 13 "+device/serial",
14 "+device/usb", 14 "+device/usb",
15 "+google_apis/gaia", 15 "+google_apis/gaia",
16 "+grit/extensions_strings.h", 16 "+grit/extensions_strings.h",
17 "+net", 17 "+net",
18 "+skia/ext/image_operations.h", 18 "+skia/ext/image_operations.h",
19 "+storage/browser/fileapi", 19 "+storage/browser/fileapi",
20 "+sync", 20 "+sync",
21 "+third_party/leveldatabase", 21 "+third_party/leveldatabase",
22 "+third_party/re2", 22 "+third_party/re2",
23 "+third_party/WebKit/public/web", 23 "+third_party/WebKit/public/web",
24 ] 24 ]
25 25
26 specific_include_rules = { 26 specific_include_rules = {
27 ".*test\.cc$": [ 27 ".*test\.cc$": [
28 "+components/user_prefs", 28 "+components/user_prefs",
29 ] 29 ]
30 } 30 }
OLDNEW
« no previous file with comments | « components/update_client/update_query_params_unittest.cc ('k') | extensions/browser/updater/update_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698