OLD | NEW |
---|---|
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'skia', | 8 'target_name': 'skia', |
9 'type': '<(component)', | 9 'type': '<(component)', |
10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', | 10 'msvs_guid': 'CD9CA56E-4E94-444C-87D4-58CA1E6F300D', |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
502 #'../third_party/skia/src/ports/SkThread_none.cpp', | 502 #'../third_party/skia/src/ports/SkThread_none.cpp', |
503 #'../third_party/skia/src/ports/SkThread_pthread.cpp', | 503 #'../third_party/skia/src/ports/SkThread_pthread.cpp', |
504 '../third_party/skia/src/ports/SkThread_win.cpp', | 504 '../third_party/skia/src/ports/SkThread_win.cpp', |
505 '../third_party/skia/src/ports/SkTime_Unix.cpp', | 505 '../third_party/skia/src/ports/SkTime_Unix.cpp', |
506 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', | 506 #'../third_party/skia/src/ports/SkXMLParser_empty.cpp', |
507 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', | 507 #'../third_party/skia/src/ports/SkXMLParser_expat.cpp', |
508 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', | 508 #'../third_party/skia/src/ports/SkXMLParser_tinyxml.cpp', |
509 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', | 509 #'../third_party/skia/src/ports/SkXMLPullParser_expat.cpp', |
510 '../third_party/skia/src/ports/sk_predefined_gamma.h', | 510 '../third_party/skia/src/ports/sk_predefined_gamma.h', |
511 | 511 |
512 '../third_party/skia/include/utils/SkMatrix44.h', | |
sky
2011/06/16 23:06:56
Don't include these on the mac.
| |
512 '../third_party/skia/include/utils/mac/SkCGUtils.h', | 513 '../third_party/skia/include/utils/mac/SkCGUtils.h', |
514 | |
515 '../third_party/skia/src/utils/SkMatrix44.cpp', | |
513 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', | 516 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', |
514 | 517 |
515 '../third_party/skia/include/core/Sk64.h', | 518 '../third_party/skia/include/core/Sk64.h', |
516 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', | 519 '../third_party/skia/include/core/SkAdvancedTypefaceMetrics.h', |
517 '../third_party/skia/include/core/SkAutoKern.h', | 520 '../third_party/skia/include/core/SkAutoKern.h', |
518 '../third_party/skia/include/core/SkBitmap.h', | 521 '../third_party/skia/include/core/SkBitmap.h', |
519 '../third_party/skia/include/core/SkBlitRow.h', | 522 '../third_party/skia/include/core/SkBlitRow.h', |
520 '../third_party/skia/include/core/SkBlitter.h', | 523 '../third_party/skia/include/core/SkBlitter.h', |
521 '../third_party/skia/include/core/SkBounder.h', | 524 '../third_party/skia/include/core/SkBounder.h', |
522 '../third_party/skia/include/core/SkBuffer.h', | 525 '../third_party/skia/include/core/SkBuffer.h', |
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
986 ], | 989 ], |
987 }, | 990 }, |
988 ], | 991 ], |
989 } | 992 } |
990 | 993 |
991 # Local Variables: | 994 # Local Variables: |
992 # tab-width:2 | 995 # tab-width:2 |
993 # indent-tabs-mode:nil | 996 # indent-tabs-mode:nil |
994 # End: | 997 # End: |
995 # vim: set expandtab tabstop=2 shiftwidth=2: | 998 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |