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

Side by Side Diff: Source/platform/blink_platform.gyp

Issue 322433005: Use woff2 decoder in blink (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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 | « Source/platform/DEPS ('k') | Source/platform/fonts/opentype/OpenTypeSanitizer.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'target_name': 'blink_platform', 178 'target_name': 'blink_platform',
179 'type': '<(component)', 179 'type': '<(component)',
180 'dependencies': [ 180 'dependencies': [
181 '../config.gyp:config', 181 '../config.gyp:config',
182 '../wtf/wtf.gyp:wtf', 182 '../wtf/wtf.gyp:wtf',
183 'blink_common', 183 'blink_common',
184 'blink_heap_asm_stubs', 184 'blink_heap_asm_stubs',
185 'blink_prerequisites', 185 'blink_prerequisites',
186 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 186 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
187 '<(DEPTH)/skia/skia.gyp:skia', 187 '<(DEPTH)/skia/skia.gyp:skia',
188 '<(DEPTH)/third_party/brotli/brotli.gyp:woff2_dec',
188 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 189 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
189 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 190 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
190 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 191 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
191 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 192 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
192 '<(DEPTH)/third_party/ots/ots.gyp:ots', 193 '<(DEPTH)/third_party/ots/ots.gyp:ots',
193 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 194 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
194 '<(DEPTH)/url/url.gyp:url_lib', 195 '<(DEPTH)/url/url.gyp:url_lib',
195 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 196 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
196 'platform_generated.gyp:make_platform_generated', 197 'platform_generated.gyp:make_platform_generated',
197 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 198 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
198 '<(libjpeg_gyp_path):libjpeg', 199 '<(libjpeg_gyp_path):libjpeg',
199 ], 200 ],
200 'export_dependent_settings': [ 201 'export_dependent_settings': [
201 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 202 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
202 '<(DEPTH)/skia/skia.gyp:skia', 203 '<(DEPTH)/skia/skia.gyp:skia',
204 '<(DEPTH)/third_party/brotli/brotli.gyp:woff2_dec',
203 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 205 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
204 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 206 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
205 '<(DEPTH)/third_party/ots/ots.gyp:ots', 207 '<(DEPTH)/third_party/ots/ots.gyp:ots',
206 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 208 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
207 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 209 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
208 '<(DEPTH)/url/url.gyp:url_lib', 210 '<(DEPTH)/url/url.gyp:url_lib',
209 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 211 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
210 '<(libjpeg_gyp_path):libjpeg', 212 '<(libjpeg_gyp_path):libjpeg',
211 ], 213 ],
212 'defines': [ 214 'defines': [
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ['OS=="android"', { 479 ['OS=="android"', {
478 'cflags!': ['-mthumb'], 480 'cflags!': ['-mthumb'],
479 }], 481 }],
480 ], 482 ],
481 },{ # target_arch!="arm" 483 },{ # target_arch!="arm"
482 'type': 'none', 484 'type': 'none',
483 }], 485 }],
484 ], 486 ],
485 }], 487 }],
486 } 488 }
OLDNEW
« no previous file with comments | « Source/platform/DEPS ('k') | Source/platform/fonts/opentype/OpenTypeSanitizer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698