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

Unified Diff: components/web_restrictions.gypi

Issue 1635043002: Rename web_restriction -> web_restrictions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698