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

Side by Side Diff: gyp/tools.gyp

Issue 896553002: Atomics overhaul. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: warning Created 5 years, 10 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 | « no previous file | include/core/SkAtomics.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 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
621 '<(skia_include_path)/pdf', 621 '<(skia_include_path)/pdf',
622 '<(skia_include_path)/pipe', 622 '<(skia_include_path)/pipe',
623 '<(skia_include_path)/ports', 623 '<(skia_include_path)/ports',
624 '<(skia_include_path)/svg', 624 '<(skia_include_path)/svg',
625 '<(skia_include_path)/utils', 625 '<(skia_include_path)/utils',
626 '<(skia_include_path)/views', 626 '<(skia_include_path)/views',
627 '<(skia_include_path)/xml', 627 '<(skia_include_path)/xml',
628 ], 628 ],
629 'paths_to_ignore': [ 629 'paths_to_ignore': [
630 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h', 630 '<(skia_include_path)/gpu/gl/GrGLConfig_chrome.h',
631 '<(skia_include_path)/ports/SkAtomics_std.h',
632 '<(skia_include_path)/ports/SkAtomics_atomic.h',
631 '<(skia_include_path)/ports/SkAtomics_sync.h', 633 '<(skia_include_path)/ports/SkAtomics_sync.h',
632 '<(skia_include_path)/ports/SkAtomics_win.h',
633 '<(skia_include_path)/ports/SkBarriers_arm.h',
634 '<(skia_include_path)/ports/SkBarriers_tsan.h',
635 '<(skia_include_path)/ports/SkBarriers_x86.h',
636 '<(skia_include_path)/ports/SkMutex_pthread.h', 634 '<(skia_include_path)/ports/SkMutex_pthread.h',
637 '<(skia_include_path)/ports/SkMutex_win.h', 635 '<(skia_include_path)/ports/SkMutex_win.h',
638 '<(skia_include_path)/ports/SkTypeface_mac.h', 636 '<(skia_include_path)/ports/SkTypeface_mac.h',
639 '<(skia_include_path)/ports/SkTypeface_win.h', 637 '<(skia_include_path)/ports/SkTypeface_win.h',
640 '<(skia_include_path)/utils/ios', 638 '<(skia_include_path)/utils/ios',
641 '<(skia_include_path)/utils/mac', 639 '<(skia_include_path)/utils/mac',
642 '<(skia_include_path)/utils/win', 640 '<(skia_include_path)/utils/win',
643 '<(skia_include_path)/utils/SkDebugUtils.h', 641 '<(skia_include_path)/utils/SkDebugUtils.h',
644 '<(skia_include_path)/utils/SkJSONCPP.h', 642 '<(skia_include_path)/utils/SkJSONCPP.h',
645 '<(skia_include_path)/views/animated', 643 '<(skia_include_path)/views/animated',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 'flags.gyp:flags', 761 'flags.gyp:flags',
764 'skia_lib.gyp:skia_lib', 762 'skia_lib.gyp:skia_lib',
765 'resources', 763 'resources',
766 ], 764 ],
767 }, 765 },
768 ], 766 ],
769 }, 767 },
770 ], 768 ],
771 ], 769 ],
772 } 770 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkAtomics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698