| 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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 # GN: //chrome/android:chrome_public_apk_manifest | 157 # GN: //chrome/android:chrome_public_apk_manifest |
| 158 'target_name': 'chrome_public_manifest', | 158 'target_name': 'chrome_public_manifest', |
| 159 'type': 'none', | 159 'type': 'none', |
| 160 'variables': { | 160 'variables': { |
| 161 'jinja_inputs': ['java/AndroidManifest.xml'], | 161 'jinja_inputs': ['java/AndroidManifest.xml'], |
| 162 'jinja_output': '<(chrome_public_apk_manifest)', | 162 'jinja_output': '<(chrome_public_apk_manifest)', |
| 163 'jinja_variables': [ | 163 'jinja_variables': [ |
| 164 'channel=<(android_channel)', | 164 'channel=<(android_channel)', |
| 165 'configuration_policy=<(configuration_policy)', | |
| 166 'manifest_package=<(manifest_package)', | 165 'manifest_package=<(manifest_package)', |
| 167 'min_sdk_version=16', | 166 'min_sdk_version=16', |
| 168 'target_sdk_version=23', | 167 'target_sdk_version=23', |
| 169 ], | 168 ], |
| 170 }, | 169 }, |
| 171 'includes': [ '../../build/android/jinja_template.gypi' ], | 170 'includes': [ '../../build/android/jinja_template.gypi' ], |
| 172 }, | 171 }, |
| 173 { | 172 { |
| 174 # GN: //chrome/android:chrome_sync_shell_apk_manifest | 173 # GN: //chrome/android:chrome_sync_shell_apk_manifest |
| 175 'target_name': 'chrome_sync_shell_apk_manifest', | 174 'target_name': 'chrome_sync_shell_apk_manifest', |
| 176 'type': 'none', | 175 'type': 'none', |
| 177 'variables': { | 176 'variables': { |
| 178 'jinja_inputs': ['java/AndroidManifest.xml'], | 177 'jinja_inputs': ['java/AndroidManifest.xml'], |
| 179 'jinja_output': '<(chrome_sync_shell_apk_manifest)', | 178 'jinja_output': '<(chrome_sync_shell_apk_manifest)', |
| 180 'jinja_variables': [ | 179 'jinja_variables': [ |
| 181 'channel=<(android_channel)', | 180 'channel=<(android_channel)', |
| 182 'configuration_policy=<(configuration_policy)', | |
| 183 'manifest_package=<(sync_shell_manifest_package)', | 181 'manifest_package=<(sync_shell_manifest_package)', |
| 184 'min_sdk_version=16', | 182 'min_sdk_version=16', |
| 185 'target_sdk_version=22', | 183 'target_sdk_version=22', |
| 186 ], | 184 ], |
| 187 }, | 185 }, |
| 188 'includes': [ '../../build/android/jinja_template.gypi' ], | 186 'includes': [ '../../build/android/jinja_template.gypi' ], |
| 189 }, | 187 }, |
| 190 { | 188 { |
| 191 # GN: //chrome/android:chrome_public_apk | 189 # GN: //chrome/android:chrome_public_apk |
| 192 'target_name': 'chrome_public_apk', | 190 'target_name': 'chrome_public_apk', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 } | 422 } |
| 425 ], | 423 ], |
| 426 ], | 424 ], |
| 427 } | 425 } |
| 428 | 426 |
| 429 # Local Variables: | 427 # Local Variables: |
| 430 # tab-width:2 | 428 # tab-width:2 |
| 431 # indent-tabs-mode:nil | 429 # indent-tabs-mode:nil |
| 432 # End: | 430 # End: |
| 433 # vim: set expandtab tabstop=2 shiftwidth=2: | 431 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |