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

Side by Side Diff: extensions/browser/DEPS

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/app_sorting.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+chromeos", 2 "+chromeos",
3 "+components/guest_view", 3 "+components/guest_view",
4 "+components/keyed_service", 4 "+components/keyed_service",
5 "+components/pref_registry", 5 "+components/pref_registry",
6 "+components/sessions", 6 "+components/sessions",
7 "+components/storage_monitor", 7 "+components/storage_monitor",
8 "+components/sync",
8 "+components/update_client", 9 "+components/update_client",
9 "+components/variations", 10 "+components/variations",
10 "+components/version_info", 11 "+components/version_info",
11 "+components/web_cache", 12 "+components/web_cache",
12 "+components/web_modal", 13 "+components/web_modal",
13 "+components/zoom", 14 "+components/zoom",
14 "+content/public/browser", 15 "+content/public/browser",
15 "+device/bluetooth", 16 "+device/bluetooth",
16 "+device/power_save_blocker", 17 "+device/power_save_blocker",
17 "+device/serial", 18 "+device/serial",
18 "+device/usb", 19 "+device/usb",
19 "+google_apis/gaia", 20 "+google_apis/gaia",
20 "+grit/extensions_strings.h", 21 "+grit/extensions_strings.h",
21 "+net", 22 "+net",
22 "+services/shell/public/cpp", 23 "+services/shell/public/cpp",
23 "+skia/ext/image_operations.h", 24 "+skia/ext/image_operations.h",
24 "+storage/browser/fileapi", 25 "+storage/browser/fileapi",
25 "+sync",
26 "+third_party/leveldatabase", 26 "+third_party/leveldatabase",
27 "+third_party/re2", 27 "+third_party/re2",
28 "+third_party/WebKit/public/web", 28 "+third_party/WebKit/public/web",
29 "+third_party/zlib/google", 29 "+third_party/zlib/google",
30 "+ui/display", 30 "+ui/display",
31 ] 31 ]
32 32
33 specific_include_rules = { 33 specific_include_rules = {
34 ".*test\.cc$": [ 34 ".*test\.cc$": [
35 "+components/user_prefs", 35 "+components/user_prefs",
36 ] 36 ]
37 } 37 }
OLDNEW
« no previous file with comments | « extensions/BUILD.gn ('k') | extensions/browser/app_sorting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698