| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 # Build EVERYTHING provided by Skia. | 5 # Build EVERYTHING provided by Skia. |
| 2 # (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 |
| 3 # 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 |
| 4 # left out of "most".) | 8 # left out of "most".) |
| 5 # | 9 # |
| 6 # 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 |
| 7 # conflicted with an automatically-generated 'all' target. | 11 # conflicted with an automatically-generated 'all' target. |
| 8 # See https://code.google.com/p/skia/issues/detail?id=932 | 12 # See https://code.google.com/p/skia/issues/detail?id=932 |
| 9 # | 13 # |
| 10 { | 14 { |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 'dependencies': [ | 26 'dependencies': [ |
| 23 'debugger.gyp:debugger', | 27 'debugger.gyp:debugger', |
| 24 'pdfviewer.gyp:pdfviewer', | 28 'pdfviewer.gyp:pdfviewer', |
| 25 #'v8.gyp:SkV8Example', | 29 #'v8.gyp:SkV8Example', |
| 26 ], | 30 ], |
| 27 }], | 31 }], |
| 28 ], | 32 ], |
| 29 }, | 33 }, |
| 30 ], | 34 ], |
| 31 } | 35 } |
| OLD | NEW |