| 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 'sources': [ | 10 'sources': [ |
| (...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 471 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', | 471 #'../third_party/skia/src/ports/SkFontHost_FONTPATH.cpp', |
| 472 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 472 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
| 473 '../third_party/skia/src/ports/SkFontHost_android.cpp', | 473 '../third_party/skia/src/ports/SkFontHost_android.cpp', |
| 474 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', | 474 #'../third_party/skia/src/ports/SkFontHost_ascender.cpp', |
| 475 '../third_party/skia/src/ports/SkFontHost_tables.cpp', | 475 '../third_party/skia/src/ports/SkFontHost_tables.cpp', |
| 476 '../third_party/skia/src/ports/SkFontHost_gamma.cpp', | 476 '../third_party/skia/src/ports/SkFontHost_gamma.cpp', |
| 477 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', | 477 '../third_party/skia/src/ports/SkFontHost_gamma_none.cpp', |
| 478 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', | 478 #'../third_party/skia/src/ports/SkFontHost_linux.cpp', |
| 479 '../third_party/skia/src/ports/SkFontHost_mac.cpp', | 479 '../third_party/skia/src/ports/SkFontHost_mac.cpp', |
| 480 #'../third_party/skia/src/ports/SkFontHost_none.cpp', | 480 #'../third_party/skia/src/ports/SkFontHost_none.cpp', |
| 481 '../third_party/skia/src/ports/SkFontHost_sandbox_none.cpp', |
| 481 '../third_party/skia/src/ports/SkFontHost_win.cpp', | 482 '../third_party/skia/src/ports/SkFontHost_win.cpp', |
| 482 '../third_party/skia/src/ports/SkGlobals_global.cpp', | 483 '../third_party/skia/src/ports/SkGlobals_global.cpp', |
| 483 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', | 484 #'../third_party/skia/src/ports/SkImageDecoder_CG.cpp', |
| 484 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', | 485 #'../third_party/skia/src/ports/SkImageDecoder_empty.cpp', |
| 485 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', | 486 #'../third_party/skia/src/ports/SkImageRef_ashmem.cpp', |
| 486 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', | 487 #'../third_party/skia/src/ports/SkImageRef_ashmem.h', |
| 487 #'../third_party/skia/src/ports/SkOSEvent_android.cpp', | 488 #'../third_party/skia/src/ports/SkOSEvent_android.cpp', |
| 488 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', | 489 #'../third_party/skia/src/ports/SkOSEvent_dummy.cpp', |
| 489 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', | 490 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', |
| 490 #'../third_party/skia/src/ports/SkThread_none.cpp', | 491 #'../third_party/skia/src/ports/SkThread_none.cpp', |
| (...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 ], | 1113 ], |
| 1113 'include_dirs': [ | 1114 'include_dirs': [ |
| 1114 '..', | 1115 '..', |
| 1115 ], | 1116 ], |
| 1116 'sources': [ | 1117 'sources': [ |
| 1117 'ext/image_operations_bench.cc', | 1118 'ext/image_operations_bench.cc', |
| 1118 ], | 1119 ], |
| 1119 }, | 1120 }, |
| 1120 ], | 1121 ], |
| 1121 } | 1122 } |
| OLD | NEW |