refractor(profiles): unify the name of the local variables.
This commit is contained in:
parent
57f914d7fd
commit
2d2693bd99
20 changed files with 166 additions and 166 deletions
|
|
@ -7,13 +7,13 @@ abi <abi/3.0>,
|
|||
|
||||
include <tunables/global>
|
||||
|
||||
@{chromium_name} = chrome{,-beta,-stable,-unstable}
|
||||
@{chromium_domain} = com.google.Chrome
|
||||
@{chromium_lib_dirs} = /opt/google/@{chromium_name}
|
||||
@{chromium_config_dirs} = @{user_config_dirs}/google-@{chromium_name}
|
||||
@{chromium_cache_dirs} = @{user_cache_dirs}/google-@{chromium_name}
|
||||
@{name} = chrome{,-beta,-stable,-unstable}
|
||||
@{domain} = com.google.Chrome
|
||||
@{lib_dirs} = /opt/google/@{name}
|
||||
@{config_dirs} = @{user_config_dirs}/google-@{name}
|
||||
@{cache_dirs} = @{user_cache_dirs}/google-@{name}
|
||||
|
||||
@{exec_path} = @{chromium_lib_dirs}/@{chromium_name}
|
||||
@{exec_path} = @{lib_dirs}/@{name}
|
||||
profile chrome @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/chromium>
|
||||
|
|
@ -22,16 +22,16 @@ profile chrome @{exec_path} {
|
|||
|
||||
@{bin}/man rPUx, # For "chrome --help"
|
||||
|
||||
@{chromium_lib_dirs}/google-@{chromium_name} rPx,
|
||||
@{lib_dirs}/google-@{name} rPx,
|
||||
|
||||
@{chromium_lib_dirs}/nacl_helper rix,
|
||||
@{chromium_lib_dirs}/xdg-mime rix, #-> xdg-mime,
|
||||
@{chromium_lib_dirs}/xdg-settings rix, #-> xdg-settings,
|
||||
@{lib_dirs}/nacl_helper rix,
|
||||
@{lib_dirs}/xdg-mime rix, #-> xdg-mime,
|
||||
@{lib_dirs}/xdg-settings rix, #-> xdg-settings,
|
||||
|
||||
@{chromium_lib_dirs}/*.so* mr,
|
||||
@{chromium_lib_dirs}/libwidevinecdm.so mr,
|
||||
@{chromium_lib_dirs}/libwidevinecdmadapter.so mr,
|
||||
@{chromium_lib_dirs}/WidevineCdm/_platform_specific/linux_*/libwidevinecdm.so mr,
|
||||
@{lib_dirs}/*.so* mr,
|
||||
@{lib_dirs}/libwidevinecdm.so mr,
|
||||
@{lib_dirs}/libwidevinecdmadapter.so mr,
|
||||
@{lib_dirs}/WidevineCdm/_platform_specific/linux_*/libwidevinecdm.so mr,
|
||||
|
||||
include if exists <local/chrome>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue