| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 'target_name': 'gfx', | 71 'target_name': 'gfx', |
| 72 'type': '<(component)', | 72 'type': '<(component)', |
| 73 'dependencies': [ | 73 'dependencies': [ |
| 74 '<(DEPTH)/base/base.gyp:base', | 74 '<(DEPTH)/base/base.gyp:base', |
| 75 '<(DEPTH)/base/base.gyp:base_i18n', | 75 '<(DEPTH)/base/base.gyp:base_i18n', |
| 76 '<(DEPTH)/base/base.gyp:base_static', | 76 '<(DEPTH)/base/base.gyp:base_static', |
| 77 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 77 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 78 '<(DEPTH)/skia/skia.gyp:skia', | 78 '<(DEPTH)/skia/skia.gyp:skia', |
| 79 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| 79 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 80 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 80 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 81 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 81 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 82 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 82 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 83 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 83 'gfx_geometry', | 84 'gfx_geometry', |
| 84 ], | 85 ], |
| 85 # text_elider.h includes ICU headers. | 86 # text_elider.h includes ICU headers. |
| 86 'export_dependent_settings': [ | 87 'export_dependent_settings': [ |
| 87 '<(DEPTH)/skia/skia.gyp:skia', | 88 '<(DEPTH)/skia/skia.gyp:skia', |
| 88 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 89 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 89 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 90 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 90 ], | 91 ], |
| 91 'defines': [ | 92 'defines': [ |
| 92 'GFX_IMPLEMENTATION', | 93 'GFX_IMPLEMENTATION', |
| 93 ], | 94 ], |
| 95 'include_dirs': [ |
| 96 '<(DEPTH)/third_party/icu/source/common' |
| 97 ], |
| 94 'sources': [ | 98 'sources': [ |
| 95 'android/device_display_info.cc', | 99 'android/device_display_info.cc', |
| 96 'android/device_display_info.h', | 100 'android/device_display_info.h', |
| 97 'android/gfx_jni_registrar.cc', | 101 'android/gfx_jni_registrar.cc', |
| 98 'android/gfx_jni_registrar.h', | 102 'android/gfx_jni_registrar.h', |
| 99 'android/java_bitmap.cc', | 103 'android/java_bitmap.cc', |
| 100 'android/java_bitmap.h', | 104 'android/java_bitmap.h', |
| 101 'android/scroller.cc', | 105 'android/scroller.cc', |
| 102 'android/scroller.h', | 106 'android/scroller.h', |
| 103 'android/shared_device_display_info.cc', | 107 'android/shared_device_display_info.cc', |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'platform_font_pango.cc', | 234 'platform_font_pango.cc', |
| 231 'platform_font_pango.h', | 235 'platform_font_pango.h', |
| 232 'platform_font_win.cc', | 236 'platform_font_win.cc', |
| 233 'platform_font_win.h', | 237 'platform_font_win.h', |
| 234 'range/range.cc', | 238 'range/range.cc', |
| 235 'range/range.h', | 239 'range/range.h', |
| 236 'range/range_mac.mm', | 240 'range/range_mac.mm', |
| 237 'range/range_win.cc', | 241 'range/range_win.cc', |
| 238 'render_text.cc', | 242 'render_text.cc', |
| 239 'render_text.h', | 243 'render_text.h', |
| 244 'render_text_harfbuzz.cc', |
| 245 'render_text_harfbuzz.h', |
| 240 'render_text_mac.cc', | 246 'render_text_mac.cc', |
| 241 'render_text_mac.h', | 247 'render_text_mac.h', |
| 242 'render_text_ozone.cc', | 248 'render_text_ozone.cc', |
| 243 'render_text_pango.cc', | 249 'render_text_pango.cc', |
| 244 'render_text_pango.h', | 250 'render_text_pango.h', |
| 245 'render_text_win.cc', | 251 'render_text_win.cc', |
| 246 'render_text_win.h', | 252 'render_text_win.h', |
| 247 'scoped_canvas.h', | 253 'scoped_canvas.h', |
| 248 'scoped_cg_context_save_gstate_mac.h', | 254 'scoped_cg_context_save_gstate_mac.h', |
| 249 'scoped_ns_graphics_context_save_gstate_mac.h', | 255 'scoped_ns_graphics_context_save_gstate_mac.h', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 'x/x11_error_tracker.cc', | 592 'x/x11_error_tracker.cc', |
| 587 'x/x11_error_tracker.h', | 593 'x/x11_error_tracker.h', |
| 588 'x/x11_types.cc', | 594 'x/x11_types.cc', |
| 589 'x/x11_types.h', | 595 'x/x11_types.h', |
| 590 ], | 596 ], |
| 591 }, | 597 }, |
| 592 ] | 598 ] |
| 593 }], | 599 }], |
| 594 ], | 600 ], |
| 595 } | 601 } |
| OLD | NEW |