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

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

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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
« no previous file with comments | « google_update/google_update.gyp ('k') | ios/chrome/ios_chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 4b0342b69548bd3fdcd6d163098190e1947077bc..0000000000000000000000000000000000000000
--- a/ios/chrome/common/physical_web/physical_web.gyp
+++ /dev/null
@@ -1,39 +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.
-
-{
- 'targets':[
- {
- # GN version: //ios/chrome/common/physical_web
- 'target_name': 'physical_web',
- 'type': 'static_library',
- 'sources': [
- 'ios_chrome_physical_web_data_source.h',
- 'ios_chrome_physical_web_data_source.mm',
- '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:physical_web_data_source',
- '../../../../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',
- ],
- },
- }
- ]
-}
« no previous file with comments | « google_update/google_update.gyp ('k') | ios/chrome/ios_chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698