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

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

Issue 276573010: Adding Locale (language attribute) information to font and using the (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Comment fix Created 6 years, 7 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 26 matching lines...) Expand all
37 ], 37 ],
38 'targets': [{ 38 'targets': [{
39 'target_name': 'blink_common', 39 'target_name': 'blink_common',
40 'type': '<(component)', 40 'type': '<(component)',
41 'variables': { 'enable_wexit_time_destructors': 1 }, 41 'variables': { 'enable_wexit_time_destructors': 1 },
42 'dependencies': [ 42 'dependencies': [
43 '../config.gyp:config', 43 '../config.gyp:config',
44 '../wtf/wtf.gyp:wtf', 44 '../wtf/wtf.gyp:wtf',
45 # FIXME: Can we remove the dependency on Skia? 45 # FIXME: Can we remove the dependency on Skia?
46 '<(DEPTH)/skia/skia.gyp:skia', 46 '<(DEPTH)/skia/skia.gyp:skia',
47 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
47 ], 48 ],
48 'all_dependent_settings': { 49 'all_dependent_settings': {
49 'include_dirs': [ 50 'include_dirs': [
50 '..', 51 '..',
51 ], 52 ],
52 }, 53 },
53 'export_dependent_settings': [ 54 'export_dependent_settings': [
54 '<(DEPTH)/skia/skia.gyp:skia', 55 '<(DEPTH)/skia/skia.gyp:skia',
55 ], 56 ],
56 'defines': [ 57 'defines': [
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 187 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
187 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 188 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
188 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 189 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
189 '<(DEPTH)/third_party/ots/ots.gyp:ots', 190 '<(DEPTH)/third_party/ots/ots.gyp:ots',
190 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 191 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
191 '<(DEPTH)/url/url.gyp:url_lib', 192 '<(DEPTH)/url/url.gyp:url_lib',
192 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 193 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
193 'platform_generated.gyp:make_platform_generated', 194 'platform_generated.gyp:make_platform_generated',
194 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 195 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
195 '<(libjpeg_gyp_path):libjpeg', 196 '<(libjpeg_gyp_path):libjpeg',
197 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
Inactive 2014/05/22 13:52:02 Alphabetical order please
196 ], 198 ],
197 'export_dependent_settings': [ 199 'export_dependent_settings': [
198 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 200 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
199 '<(DEPTH)/skia/skia.gyp:skia', 201 '<(DEPTH)/skia/skia.gyp:skia',
200 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 202 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
201 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 203 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
202 '<(DEPTH)/third_party/ots/ots.gyp:ots', 204 '<(DEPTH)/third_party/ots/ots.gyp:ots',
203 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 205 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
204 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 206 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
205 '<(DEPTH)/url/url.gyp:url_lib', 207 '<(DEPTH)/url/url.gyp:url_lib',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 'sources/': [ 252 'sources/': [
251 # Cherry-pick files excluded by the broader regular expressions above. 253 # Cherry-pick files excluded by the broader regular expressions above.
252 ['include', 'fonts/harfbuzz/FontHarfBuzz\\.cpp$'], 254 ['include', 'fonts/harfbuzz/FontHarfBuzz\\.cpp$'],
253 ['include', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'], 255 ['include', 'fonts/harfbuzz/FontPlatformDataHarfBuzz\\.cpp$'],
254 ['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'], 256 ['include', 'fonts/harfbuzz/HarfBuzzFace\\.(cpp|h)$'],
255 ['include', 'fonts/harfbuzz/HarfBuzzFaceSkia\\.cpp$'], 257 ['include', 'fonts/harfbuzz/HarfBuzzFaceSkia\\.cpp$'],
256 ['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'], 258 ['include', 'fonts/harfbuzz/HarfBuzzShaper\\.(cpp|h)$'],
257 ['include', 'fonts/opentype/OpenTypeTypes\\.h$'], 259 ['include', 'fonts/opentype/OpenTypeTypes\\.h$'],
258 ['include', 'fonts/opentype/OpenTypeVerticalData\\.(cpp|h)$'], 260 ['include', 'fonts/opentype/OpenTypeVerticalData\\.(cpp|h)$'],
259 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'], 261 ['include', 'fonts/skia/SimpleFontDataSkia\\.cpp$'],
262 ['include', 'fonts/FontDescription\\.(cpp|h)$'],
Inactive 2014/05/22 13:52:02 ditto
260 ], 263 ],
261 'dependencies': [ 264 'dependencies': [
262 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 265 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
263 ], 266 ],
264 }, { # OS!="linux" and OS!="android" and OS!="win" 267 }, { # OS!="linux" and OS!="android" and OS!="win"
265 'sources/': [ 268 'sources/': [
266 ['exclude', 'Harfbuzz[^/]+\\.(cpp|h)$'], 269 ['exclude', 'Harfbuzz[^/]+\\.(cpp|h)$'],
267 ], 270 ],
268 }], 271 }],
269 ['OS=="linux" or OS=="android"', { 272 ['OS=="linux" or OS=="android"', {
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 ['OS=="android"', { 480 ['OS=="android"', {
478 'cflags!': ['-mthumb'], 481 'cflags!': ['-mthumb'],
479 }], 482 }],
480 ], 483 ],
481 },{ # target_arch!="arm" 484 },{ # target_arch!="arm"
482 'type': 'none', 485 'type': 'none',
483 }], 486 }],
484 ], 487 ],
485 }], 488 }],
486 } 489 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698