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

Unified Diff: components/cronet/tools/dummy.py

Issue 2807283002: [Cronet] Build static libcronet.a for iOS with complete dependencies. (Closed)
Patch Set: Disable cronet_consumer_static target for fat builds. Created 3 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: components/cronet/tools/dummy.py
diff --git a/components/cronet/tools/dummy.py b/components/cronet/tools/dummy.py
new file mode 100755
index 0000000000000000000000000000000000000000..a216b12be50a83d8a5163f6ed46f0ece0df9b0de
--- /dev/null
+++ b/components/cronet/tools/dummy.py
@@ -0,0 +1,7 @@
+#!/usr/bin/python
+# Copyright 2017 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.
+
+"""Provides empty action to expose static framwork output from subdirectory.
+"""

Powered by Google App Engine
This is Rietveld 408576698