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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
427 '<(DEPTH)/base/base.gyp:base_java', | 427 '<(DEPTH)/base/base.gyp:base_java', |
428 ], | 428 ], |
429 }], | 429 }], |
430 ['OS=="android" or OS=="ios"', { | 430 ['OS=="android" or OS=="ios"', { |
431 'sources!': [ | 431 'sources!': [ |
432 'render_text.cc', | 432 'render_text.cc', |
433 'render_text.h', | 433 'render_text.h', |
434 'text_utils_skia.cc', | 434 'text_utils_skia.cc', |
435 ], | 435 ], |
436 }], | 436 }], |
| 437 ['use_x11==1', { |
| 438 'dependencies': [ |
| 439 '<(DEPTH)/build/linux/system.gyp:x11', |
| 440 ], |
| 441 }], |
437 ['use_pango==1', { | 442 ['use_pango==1', { |
438 'dependencies': [ | 443 'dependencies': [ |
439 '<(DEPTH)/build/linux/system.gyp:pangocairo', | 444 '<(DEPTH)/build/linux/system.gyp:pangocairo', |
440 ], | 445 ], |
441 'sources!': [ | 446 'sources!': [ |
442 'platform_font_ozone.cc', | 447 'platform_font_ozone.cc', |
443 'render_text_ozone.cc', | 448 'render_text_ozone.cc', |
444 ], | 449 ], |
445 }], | 450 }], |
446 ['ozone_platform_dri==1', { | 451 ['ozone_platform_dri==1', { |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
515 'variables': { | 520 'variables': { |
516 'jni_gen_package': 'ui/gfx', | 521 'jni_gen_package': 'ui/gfx', |
517 'jni_generator_ptr_type': 'long' | 522 'jni_generator_ptr_type': 'long' |
518 }, | 523 }, |
519 'includes': [ '../../build/jni_generator.gypi' ], | 524 'includes': [ '../../build/jni_generator.gypi' ], |
520 }, | 525 }, |
521 ], | 526 ], |
522 }], | 527 }], |
523 ], | 528 ], |
524 } | 529 } |
OLD | NEW |