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

Side by Side Diff: extensions/browser/DEPS

Issue 2562733003: Remove duplicated user_prefs::TestingPrefServiceSyncable (Closed)
Patch Set: Fixed usage from .mm files Created 4 years 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/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/sync",
9 "+components/sync_preferences",
9 "+components/update_client", 10 "+components/update_client",
10 "+components/variations", 11 "+components/variations",
11 "+components/version_info", 12 "+components/version_info",
12 "+components/web_cache", 13 "+components/web_cache",
13 "+components/web_modal", 14 "+components/web_modal",
14 "+components/zoom", 15 "+components/zoom",
15 "+content/public/browser", 16 "+content/public/browser",
16 "+device/bluetooth", 17 "+device/bluetooth",
17 "+device/power_save_blocker", 18 "+device/power_save_blocker",
18 "+device/serial", 19 "+device/serial",
(...skipping 12 matching lines...) Expand all
31 "+third_party/WebKit/public/web", 32 "+third_party/WebKit/public/web",
32 "+third_party/zlib/google", 33 "+third_party/zlib/google",
33 "+ui/display", 34 "+ui/display",
34 ] 35 ]
35 36
36 specific_include_rules = { 37 specific_include_rules = {
37 ".*test\.cc$": [ 38 ".*test\.cc$": [
38 "+components/user_prefs", 39 "+components/user_prefs",
39 ] 40 ]
40 } 41 }
OLDNEW
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/browser/api/runtime/restart_after_delay_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698