OLD | NEW |
---|---|
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 27 matching lines...) Expand all Loading... | |
38 'java_in_dir': '../../ui/android/java', | 38 'java_in_dir': '../../ui/android/java', |
39 'has_java_resources': 1, | 39 'has_java_resources': 1, |
40 'R_package': 'org.chromium.ui', | 40 'R_package': 'org.chromium.ui', |
41 'R_package_relpath': 'org/chromium/ui', | 41 'R_package_relpath': 'org/chromium/ui', |
42 }, | 42 }, |
43 'dependencies': [ | 43 'dependencies': [ |
44 '../../base/base.gyp:base_java', | 44 '../../base/base.gyp:base_java', |
45 'bitmap_format_java', | 45 'bitmap_format_java', |
46 'ui_strings_grd', | 46 'ui_strings_grd', |
47 'window_open_disposition_java', | 47 'window_open_disposition_java', |
48 '../../third_party/android_tools/android_tools.gyp:android_support_v13_j avalib', | |
palmer
2014/08/21 22:21:28
Out of curiosity, what is this for?
qinmin
2014/08/22 00:11:21
this is for the android.support.v4.content.FilePro
| |
48 ], | 49 ], |
49 'includes': [ '../../build/java.gypi' ], | 50 'includes': [ '../../build/java.gypi' ], |
50 }, | 51 }, |
51 { | 52 { |
52 'target_name': 'ui_strings_grd', | 53 'target_name': 'ui_strings_grd', |
53 # The android_webview/Android.mk file depends on this target directly. | 54 # The android_webview/Android.mk file depends on this target directly. |
54 'android_unmangled_name': 1, | 55 'android_unmangled_name': 1, |
55 'type': 'none', | 56 'type': 'none', |
56 'variables': { | 57 'variables': { |
57 'grd_file': '../../ui/android/java/strings/android_ui_strings.grd', | 58 'grd_file': '../../ui/android/java/strings/android_ui_strings.grd', |
58 }, | 59 }, |
59 'includes': [ | 60 'includes': [ |
60 '../../build/java_strings_grd.gypi', | 61 '../../build/java_strings_grd.gypi', |
61 ], | 62 ], |
62 }, | 63 }, |
63 ], | 64 ], |
64 } | 65 } |
OLD | NEW |