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

Side by Side Diff: skia/skia.gyp

Issue 112074: Linux: Add support for chrooted renderers. (Closed)
Patch Set: Created 11 years, 6 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp', 350 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp',
351 #'../third_party/skia/src/images/SkMovie.cpp', 351 #'../third_party/skia/src/images/SkMovie.cpp',
352 #'../third_party/skia/src/images/SkMovie_gif.cpp', 352 #'../third_party/skia/src/images/SkMovie_gif.cpp',
353 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 353 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
354 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 354 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
355 355
356 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', 356 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp',
357 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 357 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
358 #'../third_party/skia/src/ports/SkFontHost_android.cpp', 358 #'../third_party/skia/src/ports/SkFontHost_android.cpp',
359 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', 359 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp',
360 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
361 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 360 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
362 #'../third_party/skia/src/ports/SkFontHost_gamma.cpp', 361 #'../third_party/skia/src/ports/SkFontHost_gamma.cpp',
363 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 362 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
364 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', 363 #'../third_party/skia/src/ports/SkFontHost_linux.cpp',
365 #'../third_party/skia/src/ports/SkFontHost_mac.cpp', 364 #'../third_party/skia/src/ports/SkFontHost_mac.cpp',
366 '../third_party/skia/src/ports/SkFontHost_none.cpp', 365 '../third_party/skia/src/ports/SkFontHost_none.cpp',
367 #'../third_party/skia/src/ports/SkFontHost_win.cpp', 366 #'../third_party/skia/src/ports/SkFontHost_win.cpp',
368 '../third_party/skia/src/ports/SkGlobals_global.cpp', 367 '../third_party/skia/src/ports/SkGlobals_global.cpp',
369 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', 368 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp',
370 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 369 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 'conditions': [ 554 'conditions': [
556 [ 'OS != "mac"', { 555 [ 'OS != "mac"', {
557 'sources/': [ ['exclude', '_mac\\.(cc|cpp)$'] ], 556 'sources/': [ ['exclude', '_mac\\.(cc|cpp)$'] ],
558 }], 557 }],
559 [ 'OS != "linux"', { 558 [ 'OS != "linux"', {
560 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 559 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
561 'sources!': [ 560 'sources!': [
562 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 561 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
563 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', 562 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp',
564 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 563 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
565 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
566 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
567 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 564 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
568 '../third_party/skia/src/core/SkTypeface.cpp', 565 '../third_party/skia/src/core/SkTypeface.cpp',
569 ], 566 ],
570 }], 567 }],
571 [ 'OS != "win"', { 568 [ 'OS != "win"', {
572 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], 569 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ],
573 'sources!': [ 570 'sources!': [
574 'ext/vector_canvas.cc', 571 'ext/vector_canvas.cc',
575 'ext/vector_device.cc', 572 'ext/vector_device.cc',
576 ], 573 ],
577 }], 574 }],
578 [ 'OS == "linux"', { 575 [ 'OS == "linux"', {
579 'dependencies': [ 576 'dependencies': [
580 '../build/linux/system.gyp:gdk', 577 '../build/linux/system.gyp:gdk',
581 '../build/linux/system.gyp:fontconfig', 578 '../build/linux/system.gyp:fontconfig',
582 '../build/linux/system.gyp:freetype2', 579 '../build/linux/system.gyp:freetype2',
583 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', 580 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz',
584 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface', 581 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface',
585 ], 582 ],
586 'cflags': [ 583 'cflags': [
587 '-Wno-unused', 584 '-Wno-unused',
588 '-Wno-unused-function', 585 '-Wno-unused-function',
589 ], 586 ],
590 'sources!': [ 587 'sources!': [
591 '../third_party/skia/src/ports/SkFontHost_none.cpp', 588 '../third_party/skia/src/ports/SkFontHost_none.cpp',
592 'ext/SkTypeface_fake.cpp', 589 'ext/SkTypeface_fake.cpp',
593 ], 590 ],
591 'sources': [
592 # http://code.google.com/p/chromium/wiki/LinuxSandboxIPC
593 'ext/SkFontHost_fontconfig.cpp',
594 'ext/SkFontHost_fontconfig_direct.cpp',
595 'ext/SkFontHost_fontconfig_ipc.cpp',
596 ],
594 'export_dependent_settings': [ 597 'export_dependent_settings': [
595 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', 598 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz',
596 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface', 599 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface',
597 ], 600 ],
598 }], 601 }],
599 [ 'OS == "mac"', { 602 [ 'OS == "mac"', {
600 'defines': [ 603 'defines': [
601 'SK_BUILD_FOR_MAC', 604 'SK_BUILD_FOR_MAC',
602 ], 605 ],
603 }], 606 }],
(...skipping 12 matching lines...) Expand all
616 'include_dirs': [ 619 'include_dirs': [
617 'config/win', 620 'config/win',
618 ], 621 ],
619 },], 622 },],
620 ], 623 ],
621 'direct_dependent_settings': { 624 'direct_dependent_settings': {
622 'include_dirs': [ 625 'include_dirs': [
623 'config', 626 'config',
624 '../third_party/skia/include/core', 627 '../third_party/skia/include/core',
625 '../third_party/skia/include/effects', 628 '../third_party/skia/include/effects',
629 '../third_party/skia/include/ports',
626 'ext', 630 'ext',
627 ], 631 ],
628 }, 632 },
629 }, 633 },
630 ], 634 ],
631 } 635 }
OLDNEW
« skia/ext/SkFontHost_fontconfig_ipc.cpp ('K') | « skia/ext/SkFontHost_fontconfig_ipc.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698