OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |