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

Unified Diff: ios/provider/ios_provider_web.gyp

Issue 914993006: Upstream web_controller_provider and dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@libusb
Patch Set: Remove weak dependency on WebKit Created 5 years, 10 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 | « ios/ios.gyp ('k') | ios/public/provider/web/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/provider/ios_provider_web.gyp
diff --git a/ios/provider/ios_provider_web.gyp b/ios/provider/ios_provider_web.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..fe44f013ac58626f8931d30ed32590f3b585b87d
--- /dev/null
+++ b/ios/provider/ios_provider_web.gyp
@@ -0,0 +1,25 @@
+# Copyright 2013 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.
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'ios_provider_web',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '../..',
+ ],
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../web/ios_web.gyp:ios_web',
+ ],
+ 'sources': [
+ '../public/provider/web/web_controller_provider.h',
+ '../public/provider/web/web_controller_provider.mm',
+ ],
+ },
+ ],
+}
« no previous file with comments | « ios/ios.gyp ('k') | ios/public/provider/web/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698