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

Side by Side Diff: skia/skia.gyp

Issue 125061: Add favicons to Mac bookmark bar. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | 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) 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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 #'../third_party/skia/src/ports/SkThread_none.cpp', 377 #'../third_party/skia/src/ports/SkThread_none.cpp',
378 '../third_party/skia/src/ports/SkThread_pthread.cpp', 378 '../third_party/skia/src/ports/SkThread_pthread.cpp',
379 '../third_party/skia/src/ports/SkThread_win.cpp', 379 '../third_party/skia/src/ports/SkThread_win.cpp',
380 '../third_party/skia/src/ports/SkTime_Unix.cpp', 380 '../third_party/skia/src/ports/SkTime_Unix.cpp',
381 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', 381 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp',
382 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', 382 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp',
383 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', 383 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp',
384 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', 384 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp',
385 '../third_party/skia/src/ports/sk_predefined_gamma.h', 385 '../third_party/skia/src/ports/sk_predefined_gamma.h',
386 386
387 '../third_party/skia/src/include/utils/mac/SkCGUtils.h',
388 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
389
387 '../third_party/skia/include/core/Sk64.h', 390 '../third_party/skia/include/core/Sk64.h',
388 '../third_party/skia/include/core/SkAutoKern.h', 391 '../third_party/skia/include/core/SkAutoKern.h',
389 '../third_party/skia/include/core/SkBitmap.h', 392 '../third_party/skia/include/core/SkBitmap.h',
390 '../third_party/skia/include/core/SkBlitter.h', 393 '../third_party/skia/include/core/SkBlitter.h',
391 '../third_party/skia/include/core/SkBounder.h', 394 '../third_party/skia/include/core/SkBounder.h',
392 '../third_party/skia/include/core/SkBuffer.h', 395 '../third_party/skia/include/core/SkBuffer.h',
393 '../third_party/skia/include/core/SkCanvas.h', 396 '../third_party/skia/include/core/SkCanvas.h',
394 '../third_party/skia/include/core/SkChunkAlloc.h', 397 '../third_party/skia/include/core/SkChunkAlloc.h',
395 '../third_party/skia/include/core/SkColor.h', 398 '../third_party/skia/include/core/SkColor.h',
396 '../third_party/skia/include/core/SkColorFilter.h', 399 '../third_party/skia/include/core/SkColorFilter.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 ], 551 ],
549 'defines': [ 552 'defines': [
550 'SK_BUILD_NO_IMAGE_ENCODE', 553 'SK_BUILD_NO_IMAGE_ENCODE',
551 ], 554 ],
552 'sources!': [ 555 'sources!': [
553 '../third_party/skia/include/core/SkTypes.h', 556 '../third_party/skia/include/core/SkTypes.h',
554 'precompiled.cc', 557 'precompiled.cc',
555 ], 558 ],
556 'conditions': [ 559 'conditions': [
557 [ 'OS != "mac"', { 560 [ 'OS != "mac"', {
558 'sources/': [ ['exclude', '_mac\\.(cc|cpp)$'] ], 561 'sources/': [
562 ['exclude', '_mac\\.(cc|cpp)$'],
563 ['exclude', '/mac/'] ],
559 }], 564 }],
560 [ 'OS != "linux"', { 565 [ 'OS != "linux"', {
561 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 566 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
562 'sources!': [ 567 'sources!': [
563 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 568 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
564 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', 569 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp',
565 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 570 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
566 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp', 571 '../third_party/skia/src/ports/SkFontHost_fontconfig.cpp',
567 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 572 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
568 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 573 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
(...skipping 25 matching lines...) Expand all
594 ], 599 ],
595 'export_dependent_settings': [ 600 'export_dependent_settings': [
596 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', 601 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz',
597 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface', 602 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz_interface',
598 ], 603 ],
599 }], 604 }],
600 [ 'OS == "mac"', { 605 [ 'OS == "mac"', {
601 'defines': [ 606 'defines': [
602 'SK_BUILD_FOR_MAC', 607 'SK_BUILD_FOR_MAC',
603 ], 608 ],
609 'include_dirs': [
610 '../third_party/skia/include/utils/mac',
611 ],
604 }], 612 }],
605 [ 'OS == "win"', { 613 [ 'OS == "win"', {
606 'sources!': [ 614 'sources!': [
607 '../third_party/skia/src/core/SkMMapStream.cpp', 615 '../third_party/skia/src/core/SkMMapStream.cpp',
608 '../third_party/skia/src/ports/SkThread_pthread.cpp', 616 '../third_party/skia/src/ports/SkThread_pthread.cpp',
609 '../third_party/skia/src/ports/SkTime_Unix.cc', 617 '../third_party/skia/src/ports/SkTime_Unix.cc',
610 ], 618 ],
611 'configurations': { 619 'configurations': {
612 'Debug': { 620 'Debug': {
613 'msvs_precompiled_header': 'include/core/SkTypes.h', 621 'msvs_precompiled_header': 'include/core/SkTypes.h',
614 'msvs_precompiled_source': 'precompiled.cc', 622 'msvs_precompiled_source': 'precompiled.cc',
615 }, 623 },
616 }, 624 },
617 'include_dirs': [ 625 'include_dirs': [
618 'config/win', 626 'config/win',
619 ], 627 ],
620 },], 628 },],
621 ], 629 ],
622 'direct_dependent_settings': { 630 'direct_dependent_settings': {
623 'include_dirs': [ 631 'include_dirs': [
624 'config', 632 'config',
625 '../third_party/skia/include/core', 633 '../third_party/skia/include/core',
626 '../third_party/skia/include/effects', 634 '../third_party/skia/include/effects',
627 'ext', 635 'ext',
628 ], 636 ],
629 }, 637 },
630 }, 638 },
631 ], 639 ],
632 } 640 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698