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

Side by Side Diff: gyp/common_conditions.gypi

Issue 282053002: Generate bench/Android.mk from gyp. (Closed) Base URL: https://skia.googlesource.com/skia.git@baselines
Patch Set: Remove modifications to generated files to submit. Created 6 years, 7 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/bench.gyp ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # conditions used in both common.gypi and skia.gyp in chromium 1 # conditions used in both common.gypi and skia.gyp in chromium
2 # 2 #
3 { 3 {
4 'defines': [ 4 'defines': [
5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)', 5 'SK_ALLOW_STATIC_GLOBAL_INITIALIZERS=<(skia_static_initializers)',
6 'SK_SUPPORT_GPU=<(skia_gpu)', 6 'SK_SUPPORT_GPU=<(skia_gpu)',
7 'SK_SUPPORT_OPENCL=<(skia_opencl)', 7 'SK_SUPPORT_OPENCL=<(skia_opencl)',
8 'SK_FORCE_DISTANCEFIELD_FONTS=<(skia_force_distancefield_fonts)', 8 'SK_FORCE_DISTANCEFIELD_FONTS=<(skia_force_distancefield_fonts)',
9 ], 9 ],
10 'conditions' : [ 10 'conditions' : [
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 }], 632 }],
633 633
634 [ 'skia_moz2d', { 634 [ 'skia_moz2d', {
635 'defines': [ 635 'defines': [
636 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1', 636 'SK_SUPPORT_LEGACY_LAYERRASTERIZER_API=1',
637 'SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG=1', 637 'SK_SUPPORT_LEGACY_COMPATIBLEDEVICE_CONFIG=1',
638 'SK_SUPPORT_LEGACY_GETTOTALCLIP=1', 638 'SK_SUPPORT_LEGACY_GETTOTALCLIP=1',
639 ], 639 ],
640 }], 640 }],
641 641
642 [ 'skia_build_json_writer', {
643 'defines': [
644 'SK_BUILD_JSON_WRITER',
645 ]
646 }],
647
642 ], # end 'conditions' 648 ], # end 'conditions'
643 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details 649 # The Xcode SYMROOT must be at the root. See build/common.gypi in chromium for more details
644 'xcode_settings': { 650 'xcode_settings': {
645 'SYMROOT': '<(DEPTH)/xcodebuild', 651 'SYMROOT': '<(DEPTH)/xcodebuild',
646 }, 652 },
647 } 653 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698