OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |