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

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, 6 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
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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'target_name': 'blink_platform', 180 'target_name': 'blink_platform',
181 'type': '<(component)', 181 'type': '<(component)',
182 'dependencies': [ 182 'dependencies': [
183 '../config.gyp:config', 183 '../config.gyp:config',
184 '../wtf/wtf.gyp:wtf', 184 '../wtf/wtf.gyp:wtf',
185 'blink_common', 185 'blink_common',
186 'blink_heap_asm_stubs', 186 'blink_heap_asm_stubs',
187 'blink_prerequisites', 187 'blink_prerequisites',
188 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 188 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
189 '<(DEPTH)/skia/skia.gyp:skia', 189 '<(DEPTH)/skia/skia.gyp:skia',
190 '<(DEPTH)/third_party/brotli/brotli.gyp:woff2_dec',
190 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 191 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
191 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 192 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
192 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 193 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
193 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 194 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
194 '<(DEPTH)/third_party/ots/ots.gyp:ots', 195 '<(DEPTH)/third_party/ots/ots.gyp:ots',
195 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 196 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
196 '<(DEPTH)/url/url.gyp:url_lib', 197 '<(DEPTH)/url/url.gyp:url_lib',
197 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 198 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
198 'platform_generated.gyp:make_platform_generated', 199 'platform_generated.gyp:make_platform_generated',
199 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 200 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
200 '<(libjpeg_gyp_path):libjpeg', 201 '<(libjpeg_gyp_path):libjpeg',
201 ], 202 ],
202 'export_dependent_settings': [ 203 'export_dependent_settings': [
203 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 204 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
204 '<(DEPTH)/skia/skia.gyp:skia', 205 '<(DEPTH)/skia/skia.gyp:skia',
206 '<(DEPTH)/third_party/brotli/brotli.gyp:woff2_dec',
205 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 207 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
206 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 208 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
207 '<(DEPTH)/third_party/ots/ots.gyp:ots', 209 '<(DEPTH)/third_party/ots/ots.gyp:ots',
208 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 210 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
209 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 211 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
210 '<(DEPTH)/url/url.gyp:url_lib', 212 '<(DEPTH)/url/url.gyp:url_lib',
211 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 213 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
212 '<(libjpeg_gyp_path):libjpeg', 214 '<(libjpeg_gyp_path):libjpeg',
213 ], 215 ],
214 'defines': [ 216 'defines': [
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 ['OS=="android"', { 484 ['OS=="android"', {
483 'cflags!': ['-mthumb'], 485 'cflags!': ['-mthumb'],
484 }], 486 }],
485 ], 487 ],
486 },{ # target_arch!="arm" 488 },{ # target_arch!="arm"
487 'type': 'none', 489 'type': 'none',
488 }], 490 }],
489 ], 491 ],
490 }], 492 }],
491 } 493 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698