Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: ui/gfx/gfx.gyp

Issue 151713003: Clean up dependencies on X11 libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix chromeos=1 links Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698