OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 5 'includes': [ |
6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. | 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. |
7 '../../build/util/version.gypi' | 7 '../../build/util/version.gypi' |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'target_name': 'chrome_public_manifest', | 106 'target_name': 'chrome_public_manifest', |
107 'type': 'none', | 107 'type': 'none', |
108 'variables': { | 108 'variables': { |
109 'jinja_inputs': ['java/AndroidManifest.xml'], | 109 'jinja_inputs': ['java/AndroidManifest.xml'], |
110 'jinja_output': '<(chrome_public_apk_manifest)', | 110 'jinja_output': '<(chrome_public_apk_manifest)', |
111 'jinja_variables': [ | 111 'jinja_variables': [ |
112 'channel=<(android_channel)', | 112 'channel=<(android_channel)', |
113 'configuration_policy=<(configuration_policy)', | 113 'configuration_policy=<(configuration_policy)', |
114 'manifest_package=<(manifest_package)', | 114 'manifest_package=<(manifest_package)', |
115 'min_sdk_version=16', | 115 'min_sdk_version=16', |
116 'target_sdk_version=22', | 116 'target_sdk_version=23', |
117 ], | 117 ], |
118 }, | 118 }, |
119 'includes': [ '../../build/android/jinja_template.gypi' ], | 119 'includes': [ '../../build/android/jinja_template.gypi' ], |
120 }, | 120 }, |
121 { | 121 { |
122 # GN: //chrome/android:chrome_public_apk | 122 # GN: //chrome/android:chrome_public_apk |
123 'target_name': 'chrome_public_apk', | 123 'target_name': 'chrome_public_apk', |
124 'type': 'none', | 124 'type': 'none', |
125 'variables': { | 125 'variables': { |
126 'android_manifest_path': '<(chrome_public_apk_manifest)', | 126 'android_manifest_path': '<(chrome_public_apk_manifest)', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
223 ], | 223 ], |
224 }, | 224 }, |
225 ], | 225 ], |
226 } | 226 } |
227 | 227 |
228 # Local Variables: | 228 # Local Variables: |
229 # tab-width:2 | 229 # tab-width:2 |
230 # indent-tabs-mode:nil | 230 # indent-tabs-mode:nil |
231 # End: | 231 # End: |
232 # vim: set expandtab tabstop=2 shiftwidth=2: | 232 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |