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 |
+} |