OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2012 Google Inc. All rights reserved. | 2 # Copyright (C) 2012 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 25 matching lines...) Expand all Loading... |
36 'target_name': 'blink_skia_config', | 36 'target_name': 'blink_skia_config', |
37 'type': 'none', | 37 'type': 'none', |
38 'direct_dependent_settings': { | 38 'direct_dependent_settings': { |
39 'defines': [ | 39 'defines': [ |
40 # Place defines here that require significant Blink rebaselining, or t
hat | 40 # Place defines here that require significant Blink rebaselining, or t
hat |
41 # are otherwise best removed in Blink and then rolled into Chromium. | 41 # are otherwise best removed in Blink and then rolled into Chromium. |
42 # Defines should be in single quotes and a comma must appear after eve
ry one. | 42 # Defines should be in single quotes and a comma must appear after eve
ry one. |
43 # DO NOT remove the define until you are ready to rebaseline, and | 43 # DO NOT remove the define until you are ready to rebaseline, and |
44 # AFTER the flag has been removed from skia.gyp in Chromium. | 44 # AFTER the flag has been removed from skia.gyp in Chromium. |
45 'SK_DEFERRED_CANVAS_USES_FACTORIES=1', | 45 'SK_DEFERRED_CANVAS_USES_FACTORIES=1', |
46 'SK_IGNORE_UNDERLINE_POSITION_FIX', | |
47 ], | 46 ], |
48 }, | 47 }, |
49 }, | 48 }, |
50 ], | 49 ], |
51 } | 50 } |
OLD | NEW |