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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'font_render_params_android.cc', | 175 'font_render_params_android.cc', |
176 'font_render_params_linux.cc', | 176 'font_render_params_linux.cc', |
177 'font_render_params_mac.cc', | 177 'font_render_params_mac.cc', |
178 'font_render_params_win.cc', | 178 'font_render_params_win.cc', |
179 'frame_time.h', | 179 'frame_time.h', |
180 'gfx_export.h', | 180 'gfx_export.h', |
181 'gfx_paths.cc', | 181 'gfx_paths.cc', |
182 'gfx_paths.h', | 182 'gfx_paths.h', |
183 'gpu_memory_buffer.cc', | 183 'gpu_memory_buffer.cc', |
184 'gpu_memory_buffer.h', | 184 'gpu_memory_buffer.h', |
| 185 'harfbuzz_font_skia.cc', |
| 186 'harfbuzz_font_skia.h', |
185 'hud_font.cc', | 187 'hud_font.cc', |
186 'hud_font.h', | 188 'hud_font.h', |
187 'image/canvas_image_source.cc', | 189 'image/canvas_image_source.cc', |
188 'image/canvas_image_source.h', | 190 'image/canvas_image_source.h', |
189 'image/image.cc', | 191 'image/image.cc', |
190 'image/image.h', | 192 'image/image.h', |
191 'image/image_family.cc', | 193 'image/image_family.cc', |
192 'image/image_family.h', | 194 'image/image_family.h', |
193 'image/image_ios.mm', | 195 'image/image_ios.mm', |
194 'image/image_mac.mm', | 196 'image/image_mac.mm', |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'screen_android.cc', | 380 'screen_android.cc', |
379 ], | 381 ], |
380 }], | 382 }], |
381 ['OS=="android" and android_webview_build==0', { | 383 ['OS=="android" and android_webview_build==0', { |
382 'dependencies': [ | 384 'dependencies': [ |
383 '<(DEPTH)/base/base.gyp:base_java', | 385 '<(DEPTH)/base/base.gyp:base_java', |
384 ], | 386 ], |
385 }], | 387 }], |
386 ['OS=="android" or OS=="ios"', { | 388 ['OS=="android" or OS=="ios"', { |
387 'sources!': [ | 389 'sources!': [ |
| 390 'harfbuzz_font_skia.cc', |
| 391 'harfbuzz_font_skia.h', |
388 'render_text.cc', | 392 'render_text.cc', |
389 'render_text.h', | 393 'render_text.h', |
390 'render_text_harfbuzz.cc', | 394 'render_text_harfbuzz.cc', |
391 'render_text_harfbuzz.h', | 395 'render_text_harfbuzz.h', |
392 'text_utils_skia.cc', | 396 'text_utils_skia.cc', |
393 ], | 397 ], |
394 }], | 398 }], |
395 ['use_x11==1', { | 399 ['use_x11==1', { |
396 'dependencies': [ | 400 'dependencies': [ |
397 '../../build/linux/system.gyp:x11', | 401 '../../build/linux/system.gyp:x11', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 ], | 482 ], |
479 'variables': { | 483 'variables': { |
480 'jni_gen_package': 'ui/gfx', | 484 'jni_gen_package': 'ui/gfx', |
481 }, | 485 }, |
482 'includes': [ '../../build/jni_generator.gypi' ], | 486 'includes': [ '../../build/jni_generator.gypi' ], |
483 }, | 487 }, |
484 ], | 488 ], |
485 }], | 489 }], |
486 ], | 490 ], |
487 } | 491 } |
OLD | NEW |