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

Side by Side Diff: platform_tools/android/gyp/vulkanviewer.gypi

Issue 1926743002: Upgrade Android Gradle plugins (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 7 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 | « platform_tools/android/gyp/skia_android.gypi ('k') | no next file » | 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 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'CopyVulkanViewerDeps', 8 'target_name': 'CopyVulkanViewerDeps',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 10 'dependencies': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'inputs': [ 46 'inputs': [
47 '<(android_base)/apps/vulkanviewer/src/main/libs/<(android_arch) /libskia_android.so', 47 '<(android_base)/apps/vulkanviewer/src/main/libs/<(android_arch) /libskia_android.so',
48 ], 48 ],
49 }], 49 }],
50 ], 50 ],
51 'outputs': [ 51 'outputs': [
52 '../apps/vulkanviewer/build/outputs/apk/', 52 '../apps/vulkanviewer/build/outputs/apk/',
53 ], 53 ],
54 'action': [ 54 'action': [
55 '<(android_base)/apps/gradlew', 55 '<(android_base)/apps/gradlew',
56 ':vulkanviewer:assemble<(android_variant)Debug', 56 ':vulkanviewer:assemble<(android_variant)<(android_buildtype)',
57 '-p<(android_base)/apps/vulkanviewer', 57 '-p<(android_base)/apps/vulkanviewer',
58 '-PsuppressNativeBuild', 58 '-PsuppressNativeBuild',
59 '--daemon', 59 '--daemon',
60 ], 60 ],
61 }, 61 },
62 ], 62 ],
63 }, 63 },
64 ], 64 ],
65 } 65 }
OLDNEW
« no previous file with comments | « platform_tools/android/gyp/skia_android.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698