Index: components/web_restriction.gypi |
diff --git a/components/web_restriction.gypi b/components/web_restriction.gypi |
deleted file mode 100644 |
index 01aa9bdeacb14d9469943649c2a54d8bdbc84533..0000000000000000000000000000000000000000 |
--- a/components/web_restriction.gypi |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-# Copyright 2015 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-{ |
- 'conditions': [ |
- ['OS == "android"', { |
- 'targets': [ |
- { |
- # GN: //components/web_restriction:web_restriction_java |
- 'target_name': 'web_restriction_java', |
- 'type': 'none', |
- 'variables': { |
- 'java_in_dir': 'web_restriction/java', |
- }, |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- ], |
- 'includes': [ '../build/java.gypi' ], |
- }, |
- ], |
- }]] |
-} |