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

Side by Side Diff: chrome/common/DEPS

Issue 2500263004: Remove ipc/unix_domain_socket_util.* (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | chrome/common/service_process_util_mac.mm » ('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 "+chrome/grit", 2 "+chrome/grit",
3 "+chromeos", # For chromeos_switches.h 3 "+chromeos", # For chromeos_switches.h
4 "+components/autofill/content/common", 4 "+components/autofill/content/common",
5 "+components/autofill/core/common", 5 "+components/autofill/core/common",
6 "+components/bookmarks/common", 6 "+components/bookmarks/common",
7 "+components/cast_certificate", 7 "+components/cast_certificate",
8 "+components/cdm/common", 8 "+components/cdm/common",
9 "+components/cloud_devices/common", 9 "+components/cloud_devices/common",
10 "+components/content_settings/core/common", 10 "+components/content_settings/core/common",
(...skipping 23 matching lines...) Expand all
34 "+ppapi/shared_impl", 34 "+ppapi/shared_impl",
35 "+ppapi/thunk", 35 "+ppapi/thunk",
36 "+sandbox/linux/services/credentials.h", 36 "+sandbox/linux/services/credentials.h",
37 "+third_party/boringssl/src/include", 37 "+third_party/boringssl/src/include",
38 "+third_party/kasko", 38 "+third_party/kasko",
39 39
40 # FIXME - refactor code and remove these dependencies 40 # FIXME - refactor code and remove these dependencies
41 "+chrome/installer", 41 "+chrome/installer",
42 ] 42 ]
43 specific_include_rules = { 43 specific_include_rules = {
44 "service_process_util\.h": [ 44 "service_process_util.*": [
45 "+mojo/edk/embedder", 45 "+mojo/edk/embedder",
46 ], 46 ],
47 } 47 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/service_process_util_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698