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

Side by Side Diff: gyp/everything.gyp

Issue 2117793002: Try fix the mac build bot after removing Android SampleApp (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Try fix the build bot Created 4 years, 5 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 | « gyp/SampleApp.gyp ('k') | gyp/most.gyp » ('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 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 # Build EVERYTHING provided by Skia. 5 # Build EVERYTHING provided by Skia.
6 # (Start with the "most" target, and then add targets that we intentionally 6 # (Start with the "most" target, and then add targets that we intentionally
7 # left out of "most". See most.gyp for an explanation of which targets are 7 # left out of "most". See most.gyp for an explanation of which targets are
8 # left out of "most".) 8 # left out of "most".)
9 # 9 #
10 # We used to call this the 'all' target, but in SOME cases that 10 # We used to call this the 'all' target, but in SOME cases that
(...skipping 13 matching lines...) Expand all
24 ['skia_os in ("ios", "android")', { 24 ['skia_os in ("ios", "android")', {
25 # debugger is not supported on this platform 25 # debugger is not supported on this platform
26 }, { 26 }, {
27 'dependencies': [ 27 'dependencies': [
28 'debugger.gyp:debugger', 28 'debugger.gyp:debugger',
29 #'v8.gyp:SkV8Example', 29 #'v8.gyp:SkV8Example',
30 ], 30 ],
31 }], 31 }],
32 ['skia_os == "android"', { 32 ['skia_os == "android"', {
33 'dependencies': [ 33 'dependencies': [
34 'android_system.gyp:SampleApp_APK', 34 'android_system.gyp:Viewer_APK',
35 ], 35 ],
36 }], 36 }],
37 ], 37 ],
38 }, 38 },
39 ], 39 ],
40 } 40 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/most.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698