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

Side by Side Diff: skia/skia.gyp

Issue 7322002: Update Skia gyp to include newly added files. (Skia CL 4627077 r=1788) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 5 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) 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 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 #'../third_party/skia/src/images/SkImageRefPool.cpp', 460 #'../third_party/skia/src/images/SkImageRefPool.cpp',
461 #'../third_party/skia/src/images/SkImageRefPool.h', 461 #'../third_party/skia/src/images/SkImageRefPool.h',
462 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp', 462 #'../third_party/skia/src/images/SkImageRef_GlobalPool.cpp',
463 #'../third_party/skia/src/images/SkMovie.cpp', 463 #'../third_party/skia/src/images/SkMovie.cpp',
464 #'../third_party/skia/src/images/SkMovie_gif.cpp', 464 #'../third_party/skia/src/images/SkMovie_gif.cpp',
465 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 465 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
466 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 466 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
467 467
468 '../third_party/skia/src/opts/opts_check_SSE2.cpp', 468 '../third_party/skia/src/opts/opts_check_SSE2.cpp',
469 469
470 '../third_party/skia/src/pdf/SkBitSet.cpp',
470 '../third_party/skia/src/pdf/SkPDFCatalog.cpp', 471 '../third_party/skia/src/pdf/SkPDFCatalog.cpp',
471 '../third_party/skia/src/pdf/SkPDFDevice.cpp', 472 '../third_party/skia/src/pdf/SkPDFDevice.cpp',
472 '../third_party/skia/src/pdf/SkPDFDocument.cpp', 473 '../third_party/skia/src/pdf/SkPDFDocument.cpp',
473 '../third_party/skia/src/pdf/SkPDFFont.cpp', 474 '../third_party/skia/src/pdf/SkPDFFont.cpp',
474 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp', 475 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp',
475 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp', 476 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp',
476 '../third_party/skia/src/pdf/SkPDFImage.cpp', 477 '../third_party/skia/src/pdf/SkPDFImage.cpp',
477 '../third_party/skia/src/pdf/SkPDFPage.cpp', 478 '../third_party/skia/src/pdf/SkPDFPage.cpp',
478 '../third_party/skia/src/pdf/SkPDFShader.cpp', 479 '../third_party/skia/src/pdf/SkPDFShader.cpp',
479 '../third_party/skia/src/pdf/SkPDFStream.cpp', 480 '../third_party/skia/src/pdf/SkPDFStream.cpp',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 619 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
619 '../third_party/skia/include/effects/SkPorterDuff.h', 620 '../third_party/skia/include/effects/SkPorterDuff.h',
620 '../third_party/skia/include/effects/SkTransparentShader.h', 621 '../third_party/skia/include/effects/SkTransparentShader.h',
621 622
622 '../third_party/skia/include/gpu/SkGpuCanvas.h', 623 '../third_party/skia/include/gpu/SkGpuCanvas.h',
623 '../third_party/skia/include/gpu/SkGpuDevice.h', 624 '../third_party/skia/include/gpu/SkGpuDevice.h',
624 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h', 625 '../third_party/skia/include/gpu/SkGpuDeviceFactory.h',
625 '../third_party/skia/include/gpu/SkGr.h', 626 '../third_party/skia/include/gpu/SkGr.h',
626 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h', 627 '../third_party/skia/include/gpu/SkGrTexturePixelRef.h',
627 628
629 '../third_party/skia/include/pdf/SkBitSet.h',
628 '../third_party/skia/include/pdf/SkPDFCatalog.h', 630 '../third_party/skia/include/pdf/SkPDFCatalog.h',
629 '../third_party/skia/include/pdf/SkPDFDevice.h', 631 '../third_party/skia/include/pdf/SkPDFDevice.h',
630 '../third_party/skia/include/pdf/SkPDFDocument.h', 632 '../third_party/skia/include/pdf/SkPDFDocument.h',
631 '../third_party/skia/include/pdf/SkPDFFont.h', 633 '../third_party/skia/include/pdf/SkPDFFont.h',
632 '../third_party/skia/include/pdf/SkPDFFormXObject.h', 634 '../third_party/skia/include/pdf/SkPDFFormXObject.h',
633 '../third_party/skia/include/pdf/SkPDFGraphicState.h', 635 '../third_party/skia/include/pdf/SkPDFGraphicState.h',
634 '../third_party/skia/include/pdf/SkPDFImage.h', 636 '../third_party/skia/include/pdf/SkPDFImage.h',
635 '../third_party/skia/include/pdf/SkPDFPage.h', 637 '../third_party/skia/include/pdf/SkPDFPage.h',
636 '../third_party/skia/include/pdf/SkPDFShader.h', 638 '../third_party/skia/include/pdf/SkPDFShader.h',
637 '../third_party/skia/include/pdf/SkPDFStream.h', 639 '../third_party/skia/include/pdf/SkPDFStream.h',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 ], 1001 ],
1000 }, 1002 },
1001 ], 1003 ],
1002 } 1004 }
1003 1005
1004 # Local Variables: 1006 # Local Variables:
1005 # tab-width:2 1007 # tab-width:2
1006 # indent-tabs-mode:nil 1008 # indent-tabs-mode:nil
1007 # End: 1009 # End:
1008 # vim: set expandtab tabstop=2 shiftwidth=2: 1010 # vim: set expandtab tabstop=2 shiftwidth=2:
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