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

Side by Side Diff: skia/skia.gyp

Issue 125205: fix r18517 bustage (Closed) Base URL: svn://svn.chromium.org/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 | « no previous file | 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 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'defines': [ 549 'defines': [
550 'SK_BUILD_NO_IMAGE_ENCODE', 550 'SK_BUILD_NO_IMAGE_ENCODE',
551 ], 551 ],
552 'sources!': [ 552 'sources!': [
553 '../third_party/skia/include/core/SkTypes.h', 553 '../third_party/skia/include/core/SkTypes.h',
554 'precompiled.cc', 554 'precompiled.cc',
555 ], 555 ],
556 'conditions': [ 556 'conditions': [
557 [ 'OS != "mac"', { 557 [ 'OS != "mac"', {
558 'sources/': [ 558 'sources/': [
559 ['exclude', '_mac\\.(cc|cpp)$'], 559 ['exclude', '_mac\\.(cc|cpp|mm?)$'],
560 ['exclude', '/mac/'] ], 560 ['exclude', '/mac/'] ],
561 }], 561 }],
562 [ 'OS != "linux"', { 562 [ 'OS != "linux"', {
563 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], 563 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ],
564 'sources!': [ 564 'sources!': [
565 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 565 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
566 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', 566 '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp',
567 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 567 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
568 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', 568 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp',
569 '../third_party/skia/src/ports/SkFontHost_tables.cpp', 569 '../third_party/skia/src/ports/SkFontHost_tables.cpp',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 'include_dirs': [ 638 'include_dirs': [
639 'config', 639 'config',
640 '../third_party/skia/include/core', 640 '../third_party/skia/include/core',
641 '../third_party/skia/include/effects', 641 '../third_party/skia/include/effects',
642 'ext', 642 'ext',
643 ], 643 ],
644 }, 644 },
645 }, 645 },
646 ], 646 ],
647 } 647 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698