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

Unified Diff: android_webview/all_webview.gyp

Issue 11096024: Android: Add a webview-specific All target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | build/android/envsetup_functions.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/all_webview.gyp
diff --git a/android_webview/all_webview.gyp b/android_webview/all_webview.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..f5731c2b5c5fa45904970d3fcbc7a1de4cea6185
--- /dev/null
+++ b/android_webview/all_webview.gyp
@@ -0,0 +1,19 @@
+# Copyright (c) 2012 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.
+
+# This is used as the top-level gyp file for building WebView in the Android
+# tree. It should depend only on native code, as we cannot currently generate
+# correct makefiles to build Java code via gyp in the Android tree.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'All',
+ 'type': 'none',
+ 'dependencies': [
+ 'android_webview.gyp:libwebview',
+ ],
+ }, # target_name: All
+ ], # targets
+}
« no previous file with comments | « no previous file | build/android/envsetup_functions.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698