diff options
Diffstat (limited to 'www/chromium-uc/patches/extra/ungoogled-chromium/add-components-ungoogled.patch')
| -rw-r--r-- | www/chromium-uc/patches/extra/ungoogled-chromium/add-components-ungoogled.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/chromium-uc/patches/extra/ungoogled-chromium/add-components-ungoogled.patch b/www/chromium-uc/patches/extra/ungoogled-chromium/add-components-ungoogled.patch index c9ef633..167eaec 100644 --- a/www/chromium-uc/patches/extra/ungoogled-chromium/add-components-ungoogled.patch +++ b/www/chromium-uc/patches/extra/ungoogled-chromium/add-components-ungoogled.patch | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | # Add ungoogled-chromium-specific code to components/ungoogled/ | 1 | # Add ungoogled-chromium-specific code to components/ungoogled/ |
| 2 | 2 | ||
| 3 | --- /dev/null | 3 | --- /dev/null |
| 4 | +++ b/components/ungoogled/BUILD.gn | 4 | +++ components/ungoogled/BUILD.gn |
| 5 | @@ -0,0 +1,14 @@ | 5 | @@ -0,0 +1,14 @@ |
| 6 | +# Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved. | 6 | +# Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved. |
| 7 | +# Use of this source code is governed by a BSD-style license that can be | 7 | +# Use of this source code is governed by a BSD-style license that can be |
| @@ -18,7 +18,7 @@ | |||
| 18 | + deps = [ "//base" ] | 18 | + deps = [ "//base" ] |
| 19 | +} | 19 | +} |
| 20 | --- /dev/null | 20 | --- /dev/null |
| 21 | +++ b/components/ungoogled/ungoogled_switches.cc | 21 | +++ components/ungoogled/ungoogled_switches.cc |
| 22 | @@ -0,0 +1,21 @@ | 22 | @@ -0,0 +1,21 @@ |
| 23 | +// Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved. | 23 | +// Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved. |
| 24 | +// Use of this source code is governed by a BSD-style license that can be | 24 | +// Use of this source code is governed by a BSD-style license that can be |
| @@ -42,7 +42,7 @@ | |||
| 42 | + | 42 | + |
| 43 | +} // namespace switches | 43 | +} // namespace switches |
| 44 | --- /dev/null | 44 | --- /dev/null |
| 45 | +++ b/components/ungoogled/ungoogled_switches.h | 45 | +++ components/ungoogled/ungoogled_switches.h |
| 46 | @@ -0,0 +1,21 @@ | 46 | @@ -0,0 +1,21 @@ |
| 47 | +// Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved. | 47 | +// Copyright (c) 2020 The ungoogled-chromium Authors. All rights reserved. |
| 48 | +// Use of this source code is governed by a BSD-style license that can be | 48 | +// Use of this source code is governed by a BSD-style license that can be |
