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

Side by Side Diff: skia/skia_gn_files.gypi

Issue 224633002: Add GN buildfile for gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « build/config/ui.gni ('k') | third_party/libjpeg/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is read into the GN build. 1 # This file is read into the GN build.
2 2
3 # Files are relative to third_party/skia. 3 # Files are relative to third_party/skia.
4 { 4 {
5 # Shared defines for all builds. 5 # Shared defines for all builds.
6 'skia_feature_defines': [ 6 'skia_feature_defines': [
7 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"', 7 'GR_GL_CUSTOM_SETUP_HEADER="GrGLConfig_chrome.h"',
8 'GR_GL_IGNORE_ES3_MSAA=0', 8 'GR_GL_IGNORE_ES3_MSAA=0',
9 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1', 9 'SK_ATTR_DEPRECATED=SK_NOTHING_ARG1',
10 'SK_DEFERRED_CANVAS_USES_FACTORIES=1', 10 'SK_DEFERRED_CANVAS_USES_FACTORIES=1',
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'src/core/SkPathHeap.h', 373 'src/core/SkPathHeap.h',
374 'src/core/SkPathMeasure.cpp', 374 'src/core/SkPathMeasure.cpp',
375 'src/core/SkPathRef.cpp', 375 'src/core/SkPathRef.cpp',
376 'src/core/SkPicture.cpp', 376 'src/core/SkPicture.cpp',
377 'src/core/SkPictureFlat.cpp', 377 'src/core/SkPictureFlat.cpp',
378 'src/core/SkPictureFlat.h', 378 'src/core/SkPictureFlat.h',
379 'src/core/SkPicturePlayback.cpp', 379 'src/core/SkPicturePlayback.cpp',
380 'src/core/SkPicturePlayback.h', 380 'src/core/SkPicturePlayback.h',
381 'src/core/SkPictureRecord.cpp', 381 'src/core/SkPictureRecord.cpp',
382 'src/core/SkPictureRecord.h', 382 'src/core/SkPictureRecord.h',
383 'src/core/SkPictureShader.cpp',
384 'src/core/SkPictureShader.h',
383 'src/core/SkPictureStateTree.cpp', 385 'src/core/SkPictureStateTree.cpp',
384 'src/core/SkPictureStateTree.h', 386 'src/core/SkPictureStateTree.h',
385 'src/core/SkPixelRef.cpp', 387 'src/core/SkPixelRef.cpp',
386 'src/core/SkPoint.cpp', 388 'src/core/SkPoint.cpp',
387 'src/core/SkProcSpriteBlitter.cpp', 389 'src/core/SkProcSpriteBlitter.cpp',
388 'src/core/SkPtrRecorder.cpp', 390 'src/core/SkPtrRecorder.cpp',
389 'src/core/SkQuadClipper.cpp', 391 'src/core/SkQuadClipper.cpp',
390 'src/core/SkQuadClipper.h', 392 'src/core/SkQuadClipper.h',
391 'src/core/SkQuadTree.cpp', 393 'src/core/SkQuadTree.cpp',
392 'src/core/SkQuadTree.h', 394 'src/core/SkQuadTree.h',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'src/utils/win/SkDWriteGeometrySink.h', 873 'src/utils/win/SkDWriteGeometrySink.h',
872 'src/utils/win/SkHRESULT.cpp', 874 'src/utils/win/SkHRESULT.cpp',
873 'src/utils/win/SkIStream.cpp', 875 'src/utils/win/SkIStream.cpp',
874 'src/utils/win/SkWGL_win.cpp', 876 'src/utils/win/SkWGL_win.cpp',
875 877
876 #testing 878 #testing
877 'src/fonts/SkGScalerContext.cpp', 879 'src/fonts/SkGScalerContext.cpp',
878 'src/fonts/SkGScalerContext.h', 880 'src/fonts/SkGScalerContext.h',
879 ], 881 ],
880 } 882 }
OLDNEW
« no previous file with comments | « build/config/ui.gni ('k') | third_party/libjpeg/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698