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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 152473008: More or less implement RenderTextHarfBuzz (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased; decorations Created 6 years, 8 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 }, 67 },
68 { 68 {
69 'target_name': 'gfx', 69 'target_name': 'gfx',
70 'type': '<(component)', 70 'type': '<(component)',
71 'dependencies': [ 71 'dependencies': [
72 '<(DEPTH)/base/base.gyp:base', 72 '<(DEPTH)/base/base.gyp:base',
73 '<(DEPTH)/base/base.gyp:base_i18n', 73 '<(DEPTH)/base/base.gyp:base_i18n',
74 '<(DEPTH)/base/base.gyp:base_static', 74 '<(DEPTH)/base/base.gyp:base_static',
75 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 75 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
76 '<(DEPTH)/skia/skia.gyp:skia', 76 '<(DEPTH)/skia/skia.gyp:skia',
77 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
77 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 78 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
78 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 79 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
79 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 80 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
80 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 81 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
81 'gfx_geometry', 82 'gfx_geometry',
82 ], 83 ],
83 # text_elider.h includes ICU headers. 84 # text_elider.h includes ICU headers.
84 'export_dependent_settings': [ 85 'export_dependent_settings': [
85 '<(DEPTH)/skia/skia.gyp:skia', 86 '<(DEPTH)/skia/skia.gyp:skia',
86 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 87 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'platform_font_pango.cc', 241 'platform_font_pango.cc',
241 'platform_font_pango.h', 242 'platform_font_pango.h',
242 'platform_font_win.cc', 243 'platform_font_win.cc',
243 'platform_font_win.h', 244 'platform_font_win.h',
244 'range/range.cc', 245 'range/range.cc',
245 'range/range.h', 246 'range/range.h',
246 'range/range_mac.mm', 247 'range/range_mac.mm',
247 'range/range_win.cc', 248 'range/range_win.cc',
248 'render_text.cc', 249 'render_text.cc',
249 'render_text.h', 250 'render_text.h',
251 'render_text_harfbuzz.cc',
252 'render_text_harfbuzz.h',
250 'render_text_mac.cc', 253 'render_text_mac.cc',
251 'render_text_mac.h', 254 'render_text_mac.h',
252 'render_text_ozone.cc', 255 'render_text_ozone.cc',
253 'render_text_pango.cc', 256 'render_text_pango.cc',
254 'render_text_pango.h', 257 'render_text_pango.h',
255 'render_text_win.cc', 258 'render_text_win.cc',
256 'render_text_win.h', 259 'render_text_win.h',
257 'scoped_canvas.h', 260 'scoped_canvas.h',
258 'scoped_cg_context_save_gstate_mac.h', 261 'scoped_cg_context_save_gstate_mac.h',
259 'scoped_ns_graphics_context_save_gstate_mac.h', 262 'scoped_ns_graphics_context_save_gstate_mac.h',
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'variables': { 533 'variables': {
531 'jni_gen_package': 'ui/gfx', 534 'jni_gen_package': 'ui/gfx',
532 'jni_generator_ptr_type': 'long' 535 'jni_generator_ptr_type': 'long'
533 }, 536 },
534 'includes': [ '../../build/jni_generator.gypi' ], 537 'includes': [ '../../build/jni_generator.gypi' ],
535 }, 538 },
536 ], 539 ],
537 }], 540 }],
538 ], 541 ],
539 } 542 }
OLDNEW
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/render_text.h » ('j') | ui/gfx/render_text.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698