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

Side by Side Diff: gyp/tools.gyp

Issue 2154193003: Delete the legacy SVG parser (Closed) Base URL: https://chromium.googlesource.com/skia.git@master
Patch Set: Created 4 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
« no previous file with comments | « gyp/svg.gyp ('k') | include/svg/parser/SkSVGAttribute.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 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # GYP file to build various tools. 5 # GYP file to build various tools.
6 # 6 #
7 # To build on Linux: 7 # To build on Linux:
8 # ./gyp_skia tools.gyp && make tools 8 # ./gyp_skia tools.gyp && make tools
9 # 9 #
10 { 10 {
(...skipping 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 '<(skia_include_path)/animator', 525 '<(skia_include_path)/animator',
526 '<(skia_include_path)/c', 526 '<(skia_include_path)/c',
527 '<(skia_include_path)/codec', 527 '<(skia_include_path)/codec',
528 '<(skia_include_path)/config', 528 '<(skia_include_path)/config',
529 '<(skia_include_path)/core', 529 '<(skia_include_path)/core',
530 '<(skia_include_path)/effects', 530 '<(skia_include_path)/effects',
531 '<(skia_include_path)/gpu', 531 '<(skia_include_path)/gpu',
532 '<(skia_include_path)/images', 532 '<(skia_include_path)/images',
533 '<(skia_include_path)/pathops', 533 '<(skia_include_path)/pathops',
534 '<(skia_include_path)/ports', 534 '<(skia_include_path)/ports',
535 '<(skia_include_path)/svg/parser',
536 '<(skia_include_path)/utils', 535 '<(skia_include_path)/utils',
537 '<(skia_include_path)/views', 536 '<(skia_include_path)/views',
538 '<(skia_include_path)/xml', 537 '<(skia_include_path)/xml',
539 ], 538 ],
540 'paths_to_ignore': [ 539 'paths_to_ignore': [
541 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 540 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
542 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h', 541 '<(skia_include_path)/ports/SkFontMgr_fontconfig.h',
543 '<(skia_include_path)/ports/SkTypeface_mac.h', 542 '<(skia_include_path)/ports/SkTypeface_mac.h',
544 '<(skia_include_path)/ports/SkTypeface_win.h', 543 '<(skia_include_path)/ports/SkTypeface_win.h',
545 '<(skia_include_path)/utils/ios', 544 '<(skia_include_path)/utils/ios',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'pdf.gyp:pdf', 692 'pdf.gyp:pdf',
694 'gputest.gyp:osmesa', 693 'gputest.gyp:osmesa',
695 ], 694 ],
696 'defines': [ 'FIDDLE_BUILD_TEST' ], 695 'defines': [ 'FIDDLE_BUILD_TEST' ],
697 }, 696 },
698 ], 697 ],
699 }, 698 },
700 ], 699 ],
701 ], 700 ],
702 } 701 }
OLDNEW
« no previous file with comments | « gyp/svg.gyp ('k') | include/svg/parser/SkSVGAttribute.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698