| 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 # GYP file to build flag parser | 5 # GYP file to build flag parser |
| 2 # | 6 # |
| 3 { | 7 { |
| 4 'targets': [ | 8 'targets': [ |
| 5 { | 9 { |
| 6 'target_name': 'flags', | 10 'target_name': 'flags', |
| 7 'type': 'static_library', | 11 'type': 'static_library', |
| 8 'include_dirs': [ '../src/core', ], | 12 'include_dirs': [ '../src/core', ], |
| 9 'sources': [ | 13 'sources': [ |
| 10 '../tools/flags/SkCommandLineFlags.cpp', | 14 '../tools/flags/SkCommandLineFlags.cpp', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 'flags.gyp:flags', | 35 'flags.gyp:flags', |
| 32 ], | 36 ], |
| 33 'direct_dependent_settings': { | 37 'direct_dependent_settings': { |
| 34 'include_dirs': [ | 38 'include_dirs': [ |
| 35 '../tools/flags', | 39 '../tools/flags', |
| 36 ], | 40 ], |
| 37 } | 41 } |
| 38 }, | 42 }, |
| 39 ], | 43 ], |
| 40 } | 44 } |
| OLD | NEW |