| OLD | NEW |
| 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': 'skgputest', | 8 'target_name': 'skgputest', |
| 9 'product_name': 'skia_skgputest', | 9 'product_name': 'skia_skgputest', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| 11 'standalone_static_library': 1, | 11 'standalone_static_library': 1, |
| 12 'dependencies': [ | 12 'dependencies': [ |
| 13 'skia_lib.gyp:skia_lib', | 13 'skia_lib.gyp:skia_lib', |
| 14 ], | 14 ], |
| 15 'include_dirs': [ | 15 'include_dirs': [ |
| 16 '../include/gpu', | 16 '../include/gpu', |
| 17 '../include/private', |
| 17 '../include/utils', | 18 '../include/utils', |
| 18 '../src/core', | 19 '../src/core', |
| 19 '../src/gpu', | 20 '../src/gpu', |
| 20 ], | 21 ], |
| 21 'direct_dependent_settings': { | 22 'direct_dependent_settings': { |
| 22 'include_dirs': [ | 23 'include_dirs': [ |
| 23 '../src/gpu', | 24 '../src/gpu', |
| 24 ], | 25 ], |
| 25 }, | 26 }, |
| 26 'sources': [ | 27 'sources': [ |
| 27 '<(skia_src_path)/gpu/GrContextFactory.cpp', | 28 '<(skia_src_path)/gpu/GrContextFactory.cpp', |
| 28 '<(skia_src_path)/gpu/GrContextFactory.h', | 29 '<(skia_src_path)/gpu/GrContextFactory.h', |
| 29 '<(skia_src_path)/gpu/GrTest.cpp', | 30 '<(skia_src_path)/gpu/GrTest.cpp', |
| 30 '<(skia_src_path)/gpu/GrTest.h', | 31 '<(skia_src_path)/gpu/GrTest.h', |
| 31 ], | 32 ], |
| 32 }, | 33 }, |
| 33 ], | 34 ], |
| 34 } | 35 } |
| OLD | NEW |