Index: components/physical_web.gypi |
diff --git a/components/physical_web.gypi b/components/physical_web.gypi |
deleted file mode 100644 |
index d462fa1e25f5c1d5e5783db34f678d6addab4dde..0000000000000000000000000000000000000000 |
--- a/components/physical_web.gypi |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-# Copyright 2016 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. |
- |
-{ |
- 'targets': [ |
- { |
- # GN version: //components/physical_web/data_source |
- 'target_name': 'physical_web_data_source', |
- 'type': 'static_library', |
- 'dependencies': [ |
- '../base/base.gyp:base', |
- ], |
- 'include_dirs': [ |
- '..', |
- ], |
- 'sources': [ |
- # Note: sources list duplicated in GN build. |
- 'physical_web/data_source/physical_web_data_source.h', |
- ], |
- }, |
- ], |
-} |