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

Side by Side Diff: gyp/tools.gyp

Issue 723183002: Cleanup GrContextFactory and make it's subclasses private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: test only Created 6 years, 1 month 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
« no previous file with comments | « gyp/gputest.gyp ('k') | include/gpu/GrContextFactory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build various tools. 1 # GYP file to build various tools.
2 # 2 #
3 # To build on Linux: 3 # To build on Linux:
4 # ./gyp_skia tools.gyp && make tools 4 # ./gyp_skia tools.gyp && make tools
5 # 5 #
6 { 6 {
7 'includes': [ 7 'includes': [
8 'apptype_console.gypi', 8 'apptype_console.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 ], 466 ],
467 'conditions': [ 467 'conditions': [
468 ['skia_gpu == 1', 468 ['skia_gpu == 1',
469 { 469 {
470 'include_dirs' : [ 470 'include_dirs' : [
471 '../src/gpu', 471 '../src/gpu',
472 ], 472 ],
473 'dependencies': [ 473 'dependencies': [
474 'gputest.gyp:skgputest', 474 'gputest.gyp:skgputest',
475 ], 475 ],
476 'export_dependent_settings': [
477 'gputest.gyp:skgputest',
478 ],
476 }, 479 },
477 ], 480 ],
478 ], 481 ],
479 }, 482 },
480 { 483 {
481 'target_name': 'render_pdfs', 484 'target_name': 'render_pdfs',
482 'type': 'executable', 485 'type': 'executable',
483 'sources': [ 486 'sources': [
484 '../tools/render_pdfs_main.cpp', 487 '../tools/render_pdfs_main.cpp',
485 ], 488 ],
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'flags.gyp:flags', 709 'flags.gyp:flags',
707 'skia_lib.gyp:skia_lib', 710 'skia_lib.gyp:skia_lib',
708 'resources', 711 'resources',
709 ], 712 ],
710 }, 713 },
711 ], 714 ],
712 }, 715 },
713 ], 716 ],
714 ], 717 ],
715 } 718 }
OLDNEW
« no previous file with comments | « gyp/gputest.gyp ('k') | include/gpu/GrContextFactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698