| Index: components/web_restrictions.gypi
|
| diff --git a/components/web_restriction.gypi b/components/web_restrictions.gypi
|
| similarity index 72%
|
| rename from components/web_restriction.gypi
|
| rename to components/web_restrictions.gypi
|
| index 01aa9bdeacb14d9469943649c2a54d8bdbc84533..772e230dc51bf9604ed5c059b26aedae2d6dab8e 100644
|
| --- a/components/web_restriction.gypi
|
| +++ b/components/web_restrictions.gypi
|
| @@ -7,11 +7,11 @@
|
| ['OS == "android"', {
|
| 'targets': [
|
| {
|
| - # GN: //components/web_restriction:web_restriction_java
|
| - 'target_name': 'web_restriction_java',
|
| + # GN: //components/web_restrictions:web_restrictions_java
|
| + 'target_name': 'web_restrictions_java',
|
| 'type': 'none',
|
| 'variables': {
|
| - 'java_in_dir': 'web_restriction/java',
|
| + 'java_in_dir': 'web_restrictions/java',
|
| },
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
|
|