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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 }, | 94 }, |
95 { | 95 { |
96 'target_name': 'gfx', | 96 'target_name': 'gfx', |
97 'type': '<(component)', | 97 'type': '<(component)', |
98 'dependencies': [ | 98 'dependencies': [ |
99 '<(DEPTH)/base/base.gyp:base', | 99 '<(DEPTH)/base/base.gyp:base', |
100 '<(DEPTH)/base/base.gyp:base_i18n', | 100 '<(DEPTH)/base/base.gyp:base_i18n', |
101 '<(DEPTH)/base/base.gyp:base_static', | 101 '<(DEPTH)/base/base.gyp:base_static', |
102 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 102 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
103 '<(DEPTH)/skia/skia.gyp:skia', | 103 '<(DEPTH)/skia/skia.gyp:skia', |
| 104 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
104 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 105 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
105 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 106 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
106 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 107 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
107 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 108 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
108 'gfx_geometry', | 109 'gfx_geometry', |
109 ], | 110 ], |
110 # text_elider.h includes ICU headers. | 111 # text_elider.h includes ICU headers. |
111 'export_dependent_settings': [ | 112 'export_dependent_settings': [ |
112 '<(DEPTH)/skia/skia.gyp:skia', | 113 '<(DEPTH)/skia/skia.gyp:skia', |
113 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 114 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'platform_font_pango.cc', | 264 'platform_font_pango.cc', |
264 'platform_font_pango.h', | 265 'platform_font_pango.h', |
265 'platform_font_win.cc', | 266 'platform_font_win.cc', |
266 'platform_font_win.h', | 267 'platform_font_win.h', |
267 'range/range.cc', | 268 'range/range.cc', |
268 'range/range.h', | 269 'range/range.h', |
269 'range/range_mac.mm', | 270 'range/range_mac.mm', |
270 'range/range_win.cc', | 271 'range/range_win.cc', |
271 'render_text.cc', | 272 'render_text.cc', |
272 'render_text.h', | 273 'render_text.h', |
| 274 'render_text_harfbuzz.cc', |
| 275 'render_text_harfbuzz.h', |
273 'render_text_mac.cc', | 276 'render_text_mac.cc', |
274 'render_text_mac.h', | 277 'render_text_mac.h', |
275 'render_text_ozone.cc', | 278 'render_text_ozone.cc', |
276 'render_text_pango.cc', | 279 'render_text_pango.cc', |
277 'render_text_pango.h', | 280 'render_text_pango.h', |
278 'render_text_win.cc', | 281 'render_text_win.cc', |
279 'render_text_win.h', | 282 'render_text_win.h', |
280 'scoped_canvas.h', | 283 'scoped_canvas.h', |
281 'scoped_cg_context_save_gstate_mac.h', | 284 'scoped_cg_context_save_gstate_mac.h', |
282 'scoped_ns_graphics_context_save_gstate_mac.h', | 285 'scoped_ns_graphics_context_save_gstate_mac.h', |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
547 'variables': { | 550 'variables': { |
548 'jni_gen_package': 'ui/gfx', | 551 'jni_gen_package': 'ui/gfx', |
549 'jni_generator_ptr_type': 'long' | 552 'jni_generator_ptr_type': 'long' |
550 }, | 553 }, |
551 'includes': [ '../../build/jni_generator.gypi' ], | 554 'includes': [ '../../build/jni_generator.gypi' ], |
552 }, | 555 }, |
553 ], | 556 ], |
554 }], | 557 }], |
555 ], | 558 ], |
556 } | 559 } |
OLD | NEW |