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

Side by Side Diff: skia/skia.gyp

Issue 88058: Build on Linux with shared libraries (significant chunks courtesy craigsch):... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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 | « net/net.gyp ('k') | third_party/libxml/libxml.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) 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 553 matching lines...) Expand 10 before | Expand all | Expand 10 after
564 'sgl/SkSpriteBlitterTemplate.h', 564 'sgl/SkSpriteBlitterTemplate.h',
565 'sgl/SkString.cpp', 565 'sgl/SkString.cpp',
566 'sgl/SkStroke.cpp', 566 'sgl/SkStroke.cpp',
567 'sgl/SkStrokerPriv.cpp', 567 'sgl/SkStrokerPriv.cpp',
568 'sgl/SkStrokerPriv.h', 568 'sgl/SkStrokerPriv.h',
569 'sgl/SkTemplatesPriv.h', 569 'sgl/SkTemplatesPriv.h',
570 'sgl/SkTSearch.cpp', 570 'sgl/SkTSearch.cpp',
571 'sgl/SkTSort.h', 571 'sgl/SkTSort.h',
572 'sgl/SkTypeface.cpp', 572 'sgl/SkTypeface.cpp',
573 'sgl/SkTypeface_fake.cpp', 573 'sgl/SkTypeface_fake.cpp',
574 #'sgl/SkUnPreMultiply.cpp', 574 'sgl/SkUnPreMultiply.cpp',
575 'sgl/SkUtils.cpp', 575 'sgl/SkUtils.cpp',
576 'sgl/SkWriter32.cpp', 576 'sgl/SkWriter32.cpp',
577 'sgl/SkXfermode.cpp', 577 'sgl/SkXfermode.cpp',
578 #'svg/SkSVG.cpp', 578 #'svg/SkSVG.cpp',
579 #'svg/SkSVGCircle.cpp', 579 #'svg/SkSVGCircle.cpp',
580 #'svg/SkSVGCircle.h', 580 #'svg/SkSVGCircle.h',
581 #'svg/SkSVGClipPath.cpp', 581 #'svg/SkSVGClipPath.cpp',
582 #'svg/SkSVGClipPath.h', 582 #'svg/SkSVGClipPath.h',
583 #'svg/SkSVGDefs.cpp', 583 #'svg/SkSVGDefs.cpp',
584 #'svg/SkSVGDefs.h', 584 #'svg/SkSVGDefs.h',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'direct_dependent_settings': { 729 'direct_dependent_settings': {
730 'include_dirs': [ 730 'include_dirs': [
731 'include', 731 'include',
732 'include/corecg', 732 'include/corecg',
733 'ext', 733 'ext',
734 ], 734 ],
735 }, 735 },
736 }, 736 },
737 ], 737 ],
738 } 738 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | third_party/libxml/libxml.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698