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

Unified Diff: ios/chrome/common/physical_web/physical_web.gyp

Issue 2023833002: [iOS] Upstream physical web classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: 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',
+ ],
+ },
+ }
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698