summaryrefslogtreecommitdiffstats
path: root/android_webview/all_webview.gyp
blob: 5da9b2f1a165b09617fdc810b9692cc188b646b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# 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:libwebviewchromium',

        # Needed by android_webview_java
        '../base/base.gyp:base_java_activity_state',
        '../base/base.gyp:base_java_memory_pressure_level_list',
        '../content/content.gyp:page_transition_types_java',
        '../content/content.gyp:popup_item_type_java',
        '../content/content.gyp:result_codes_java',
        '../content/content.gyp:speech_recognition_error_java',
        '../media/media.gyp:media_android_imageformat_list',
        '../net/net.gyp:certificate_mime_types_java',
        '../net/net.gyp:cert_verify_result_android_java',
        '../net/net.gyp:net_errors_java',
        '../net/net.gyp:private_key_types_java',
        '../ui/android/ui_android.gyp:window_open_disposition_java',
      ],
    }, # target_name: All
  ],  # targets
}