| 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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 'target_name': 'chrome_public_manifest', | 274 'target_name': 'chrome_public_manifest', |
| 275 'type': 'none', | 275 'type': 'none', |
| 276 'variables': { | 276 'variables': { |
| 277 'jinja_inputs': ['<(chrome_java_dir)/AndroidManifest.xml'], | 277 'jinja_inputs': ['<(chrome_java_dir)/AndroidManifest.xml'], |
| 278 'jinja_output': '<(chrome_public_apk_manifest)', | 278 'jinja_output': '<(chrome_public_apk_manifest)', |
| 279 'jinja_variables': [ | 279 'jinja_variables': [ |
| 280 'channel=<(android_channel)', | 280 'channel=<(android_channel)', |
| 281 'configuration_policy=<(configuration_policy)', | 281 'configuration_policy=<(configuration_policy)', |
| 282 'manifest_package=<(manifest_package)', | 282 'manifest_package=<(manifest_package)', |
| 283 'min_sdk_version=16', | 283 'min_sdk_version=16', |
| 284 'target_sdk_version=22', |
| 284 ], | 285 ], |
| 285 }, | 286 }, |
| 286 'includes': [ '../../build/android/jinja_template.gypi' ], | 287 'includes': [ '../../build/android/jinja_template.gypi' ], |
| 287 }, | 288 }, |
| 288 { | 289 { |
| 289 # GN: //chrome/android:chrome_public_apk | 290 # GN: //chrome/android:chrome_public_apk |
| 290 'target_name': 'chrome_public_apk', | 291 'target_name': 'chrome_public_apk', |
| 291 'type': 'none', | 292 'type': 'none', |
| 292 'variables': { | 293 'variables': { |
| 293 'android_manifest_path': '<(chrome_public_apk_manifest)', | 294 'android_manifest_path': '<(chrome_public_apk_manifest)', |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 ], | 410 ], |
| 410 }, | 411 }, |
| 411 ], | 412 ], |
| 412 } | 413 } |
| 413 | 414 |
| 414 # Local Variables: | 415 # Local Variables: |
| 415 # tab-width:2 | 416 # tab-width:2 |
| 416 # indent-tabs-mode:nil | 417 # indent-tabs-mode:nil |
| 417 # End: | 418 # End: |
| 418 # vim: set expandtab tabstop=2 shiftwidth=2: | 419 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |