Index: ios/chrome/common/physical_web/physical_web.gyp |
diff --git a/ios/chrome/common/physical_web/physical_web.gyp b/ios/chrome/common/physical_web/physical_web.gyp |
new file mode 100644 |
index 0000000000000000000000000000000000000000..887c0af7f3e5d7e8a8b69cad0bbfe0d1fd5aad41 |
--- /dev/null |
+++ b/ios/chrome/common/physical_web/physical_web.gyp |
@@ -0,0 +1,36 @@ |
+# 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. |
+ |
+{ |
+ 'targets':[ |
+ { |
+ # GN version: //ios/chrome/common/physical_web |
+ 'target_name': 'physical_web', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'physical_web_device.h', |
+ 'physical_web_device.mm', |
+ 'physical_web_request.h', |
+ 'physical_web_request.mm', |
+ 'physical_web_scanner.h', |
+ 'physical_web_scanner.mm', |
+ 'physical_web_types.h', |
+ 'physical_web_types.mm', |
+ ], |
+ 'dependencies': [ |
+ '../../../../base/base.gyp:base', |
+ '../../../../components/components.gyp:version_info', |
+ '../../../../device/bluetooth/bluetooth.gyp:uribeacon', |
+ '../../../../google_apis/google_apis.gyp:google_apis', |
+ '../../../../ios/web/ios_web.gyp:user_agent', |
+ ], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '$(SDKROOT)/System/Library/Frameworks/CoreBluetooth.framework', |
+ '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
+ ], |
+ }, |
+ } |
+ ] |
+} |