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

Side by Side Diff: gyp/common.gypi

Issue 2167223002: Revert of Creating framework for drawShadowedPicture (Closed) Base URL: https://skia.googlesource.com/skia@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 | « no previous file | 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 # Copyright 2011 The Android Open Source Project 1 # Copyright 2011 The Android Open Source Project
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 # 5 #
6 # This file is automatically included by gyp_skia when building any target. 6 # This file is automatically included by gyp_skia when building any target.
7 7
8 { 8 {
9 'includes': [ 9 'includes': [
10 'common_variables.gypi', 10 'common_variables.gypi',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'cflags': [ 105 'cflags': [
106 '-Wno-array-bounds', 106 '-Wno-array-bounds',
107 '-Wno-maybe-uninitialized', 107 '-Wno-maybe-uninitialized',
108 '-Wno-strict-overflow', 108 '-Wno-strict-overflow',
109 ], 109 ],
110 }], 110 }],
111 ], 111 ],
112 }, 112 },
113 }, 113 },
114 }], 114 }],
115 [ 'skia_experimental_shadowing',
116 {
117 'defines': [
118 'SK_experimental_shadowing',
119 ],
120 },
121 ],
122 ], 115 ],
123 }, # end 'target_defaults' 116 }, # end 'target_defaults'
124 } 117 }
OLDNEW
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698