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

Side by Side Diff: android_webview/android_webview.gyp

Issue 1048463003: Use jinja2 to template webview manifest files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
OLDNEW
1 # Copyright 2009 The Chromium Authors. All rights reserved. 1 # Copyright 2009 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'android_webview_pak', 10 'target_name': 'android_webview_pak',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 'R_package': 'org.chromium.android_webview', 381 'R_package': 'org.chromium.android_webview',
382 'R_package_relpath': 'org/chromium/android_webview', 382 'R_package_relpath': 'org/chromium/android_webview',
383 }, 383 },
384 'includes': [ '../build/java.gypi' ], 384 'includes': [ '../build/java.gypi' ],
385 }, 385 },
386 { 386 {
387 'target_name': 'system_webview_apk', 387 'target_name': 'system_webview_apk',
388 'variables': { 388 'variables': {
389 'apk_name': 'SystemWebView', 389 'apk_name': 'SystemWebView',
390 'android_sdk_jar': '../third_party/android_platform/webview/framewor ks_5.1.0_r1.jar', 390 'android_sdk_jar': '../third_party/android_platform/webview/framewor ks_5.1.0_r1.jar',
391 'android_manifest_path': 'apk/java/AndroidManifest.xml', 391 'android_manifest_template_path': 'apk/java/AndroidManifest.xml',
Torne 2015/03/30 14:02:38 This will be the same for all the users of system_
Tobias Sargeant 2015/03/30 15:54:14 Done.
392 'android_manifest_template_vars': [ ],
392 'java_in_dir': 'glue/java', 393 'java_in_dir': 'glue/java',
393 'resource_dir': 'apk/java/res', 394 'resource_dir': 'apk/java/res',
394 }, 395 },
395 'includes': [ 'apk/system_webview_apk_common.gypi' ], 396 'includes': [ 'apk/system_webview_apk_common.gypi' ],
396 }, 397 },
397 ], 398 ],
398 }, { # android_webview_build==1 399 }, { # android_webview_build==1
399 'targets': [ 400 'targets': [
400 { 401 {
401 'target_name': 'android_webview_jarjar_ui_resources', 402 'target_name': 'android_webview_jarjar_ui_resources',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
437 'android_webview_jarjar_content_resources', 438 'android_webview_jarjar_content_resources',
438 'android_webview_jarjar_ui_resources', 439 'android_webview_jarjar_ui_resources',
439 'android_webview_jarjar_web_contents_delegate_android_resources', 440 'android_webview_jarjar_web_contents_delegate_android_resources',
440 'android_webview_strings_grd', 441 'android_webview_strings_grd',
441 ], 442 ],
442 }, 443 },
443 ], 444 ],
444 }], 445 }],
445 ], 446 ],
446 } 447 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/apk/java/AndroidManifest.xml » ('j') | android_webview/apk/system_webview_apk_common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698