Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(357)

Side by Side Diff: chrome/android/chrome_apk.gyp

Issue 1160423003: Added jinja variable target_sdk_version to chrome_public_apk_manifest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added change to gn Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java_staging/AndroidManifest.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/android/java_staging/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698