OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'skia', | 8 'target_name': 'skia', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'variables': { | 10 'variables': { |
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
786 'ext/vector_platform_device_emf_win.cc', | 786 'ext/vector_platform_device_emf_win.cc', |
787 'ext/vector_platform_device_emf_win.h', | 787 'ext/vector_platform_device_emf_win.h', |
788 'ext/vector_platform_device_skia.cc', | 788 'ext/vector_platform_device_skia.cc', |
789 'ext/vector_platform_device_skia.h', | 789 'ext/vector_platform_device_skia.h', |
790 ], | 790 ], |
791 'include_dirs': [ | 791 'include_dirs': [ |
792 '..', | 792 '..', |
793 'config', | 793 'config', |
794 '../third_party/skia/include/config', | 794 '../third_party/skia/include/config', |
795 '../third_party/skia/include/core', | 795 '../third_party/skia/include/core', |
796 '../third_party/skia/include/pipe', | |
Justin Novosad
2012/07/26 20:03:48
This line was a duplicate and out of alphabetical
| |
797 '../third_party/skia/include/effects', | 796 '../third_party/skia/include/effects', |
798 '../third_party/skia/include/gpu', | 797 '../third_party/skia/include/gpu', |
799 '../third_party/skia/include/gpu/gl', | 798 '../third_party/skia/include/gpu/gl', |
800 '../third_party/skia/include/images', | 799 '../third_party/skia/include/images', |
801 '../third_party/skia/include/pdf', | 800 '../third_party/skia/include/pdf', |
802 '../third_party/skia/include/pipe', | 801 '../third_party/skia/include/pipe', |
803 '../third_party/skia/include/ports', | 802 '../third_party/skia/include/ports', |
804 '../third_party/skia/include/utils', | 803 '../third_party/skia/include/utils', |
805 '../third_party/skia/src/core', | 804 '../third_party/skia/src/core', |
806 '../third_party/skia/src/gpu', | 805 '../third_party/skia/src/gpu', |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1068 ], | 1067 ], |
1069 'direct_dependent_settings': { | 1068 'direct_dependent_settings': { |
1070 'include_dirs': [ | 1069 'include_dirs': [ |
1071 'config', | 1070 'config', |
1072 '../third_party/skia/include/config', | 1071 '../third_party/skia/include/config', |
1073 '../third_party/skia/include/core', | 1072 '../third_party/skia/include/core', |
1074 '../third_party/skia/include/effects', | 1073 '../third_party/skia/include/effects', |
1075 '../third_party/skia/include/pdf', | 1074 '../third_party/skia/include/pdf', |
1076 '../third_party/skia/include/gpu', | 1075 '../third_party/skia/include/gpu', |
1077 '../third_party/skia/include/gpu/gl', | 1076 '../third_party/skia/include/gpu/gl', |
1077 '../third_party/skia/include/pipe', | |
1078 '../third_party/skia/include/ports', | 1078 '../third_party/skia/include/ports', |
1079 '../third_party/skia/include/utils', | 1079 '../third_party/skia/include/utils', |
1080 'ext', | 1080 'ext', |
1081 ], | 1081 ], |
1082 'defines': [ | 1082 'defines': [ |
1083 'SK_BUILD_NO_IMAGE_ENCODE', | 1083 'SK_BUILD_NO_IMAGE_ENCODE', |
1084 'SK_DEFERRED_CANVAS_USES_GPIPE=1', | |
1084 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', | 1085 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', |
1085 'GR_AGGRESSIVE_SHADER_OPTS=1', | 1086 'GR_AGGRESSIVE_SHADER_OPTS=1', |
1086 ], | 1087 ], |
1087 'conditions': [ | 1088 'conditions': [ |
1088 ['OS=="android"', { | 1089 ['OS=="android"', { |
1089 'dependencies!': [ | 1090 'dependencies!': [ |
1090 'skia_opts', | 1091 'skia_opts', |
1091 '../third_party/zlib/zlib.gyp:zlib', | 1092 '../third_party/zlib/zlib.gyp:zlib', |
1092 ], | 1093 ], |
1093 'defines': [ | 1094 'defines': [ |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1304 ], | 1305 ], |
1305 'include_dirs': [ | 1306 'include_dirs': [ |
1306 '..', | 1307 '..', |
1307 ], | 1308 ], |
1308 'sources': [ | 1309 'sources': [ |
1309 'ext/image_operations_bench.cc', | 1310 'ext/image_operations_bench.cc', |
1310 ], | 1311 ], |
1311 }, | 1312 }, |
1312 ], | 1313 ], |
1313 } | 1314 } |
OLD | NEW |