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

Side by Side Diff: tools/BUILD.public.expected

Issue 1441773002: SkAtomic: always use std::atomic (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | « include/private/SkAtomics.h ('k') | 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 This file is auto-generated by tools/BUILD_simulator.py. 1 This file is auto-generated by tools/BUILD_simulator.py.
2 It expands BUILD.public to make it easy to see changes. 2 It expands BUILD.public to make it easy to see changes.
3 COPTS = ['*** BEGIN //conditions:default ***', 3 COPTS = ['*** BEGIN //conditions:default ***',
4 '-Wno-implicit-fallthrough', 4 '-Wno-implicit-fallthrough',
5 '-Wno-deprecated-declarations', 5 '-Wno-deprecated-declarations',
6 '*** END //conditions:default ***', 6 '*** END //conditions:default ***',
7 '*** BEGIN CONDITION_ANDROID ***', 7 '*** BEGIN CONDITION_ANDROID ***',
8 '-mfpu=neon', 8 '-mfpu=neon',
9 '*** END CONDITION_ANDROID ***'] 9 '*** END CONDITION_ANDROID ***']
10 COPTS_ANDROID = ['-mfpu=neon'] 10 COPTS_ANDROID = ['-mfpu=neon']
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 'include/gpu/gl/SkGLContext.h', 791 'include/gpu/gl/SkGLContext.h',
792 'include/gpu/gl/SkNullGLContext.h', 792 'include/gpu/gl/SkNullGLContext.h',
793 'include/gpu/gl/angle/SkANGLEGLContext.h', 793 'include/gpu/gl/angle/SkANGLEGLContext.h',
794 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h', 794 'include/gpu/gl/command_buffer/SkCommandBufferGLContext.h',
795 'include/images/SkDecodingImageGenerator.h', 795 'include/images/SkDecodingImageGenerator.h',
796 'include/images/SkForceLinking.h', 796 'include/images/SkForceLinking.h',
797 'include/images/SkMovie.h', 797 'include/images/SkMovie.h',
798 'include/images/SkPageFlipper.h', 798 'include/images/SkPageFlipper.h',
799 'include/pathops/SkPathOps.h', 799 'include/pathops/SkPathOps.h',
800 'include/pipe/SkGPipe.h', 800 'include/pipe/SkGPipe.h',
801 'include/ports/SkAtomics_atomic.h',
802 'include/ports/SkAtomics_std.h',
803 'include/ports/SkAtomics_sync.h',
804 'include/ports/SkFontConfigInterface.h', 801 'include/ports/SkFontConfigInterface.h',
805 'include/ports/SkFontMgr.h', 802 'include/ports/SkFontMgr.h',
806 'include/ports/SkFontMgr_android.h', 803 'include/ports/SkFontMgr_android.h',
807 'include/ports/SkFontMgr_custom.h', 804 'include/ports/SkFontMgr_custom.h',
808 'include/ports/SkFontMgr_fontconfig.h', 805 'include/ports/SkFontMgr_fontconfig.h',
809 'include/ports/SkFontMgr_indirect.h', 806 'include/ports/SkFontMgr_indirect.h',
810 'include/ports/SkRemotableFontMgr.h', 807 'include/ports/SkRemotableFontMgr.h',
811 'include/ports/SkTypeface_mac.h', 808 'include/ports/SkTypeface_mac.h',
812 'include/ports/SkTypeface_win.h', 809 'include/ports/SkTypeface_win.h',
813 'include/svg/SkSVGCanvas.h', 810 'include/svg/SkSVGCanvas.h',
(...skipping 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after
2100 'src/ports/SkFontMgr_custom_directory_factory.cpp', 2097 'src/ports/SkFontMgr_custom_directory_factory.cpp',
2101 'src/ports/SkGlobalInitialization_default.cpp', 2098 'src/ports/SkGlobalInitialization_default.cpp',
2102 'src/ports/SkImageGenerator_skia.cpp', 2099 'src/ports/SkImageGenerator_skia.cpp',
2103 'src/ports/SkMemory_malloc.cpp', 2100 'src/ports/SkMemory_malloc.cpp',
2104 'src/ports/SkOSFile_posix.cpp', 2101 'src/ports/SkOSFile_posix.cpp',
2105 'src/ports/SkOSFile_stdio.cpp', 2102 'src/ports/SkOSFile_stdio.cpp',
2106 'src/ports/SkOSLibrary.h', 2103 'src/ports/SkOSLibrary.h',
2107 'src/ports/SkOSLibrary_posix.cpp', 2104 'src/ports/SkOSLibrary_posix.cpp',
2108 'src/ports/SkTLS_pthread.cpp', 2105 'src/ports/SkTLS_pthread.cpp',
2109 'src/ports/SkTime_Unix.cpp'] 2106 'src/ports/SkTime_Unix.cpp']
OLDNEW
« no previous file with comments | « include/private/SkAtomics.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698