| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2011 Google Inc. All rights reserved. | 2 # Copyright (C) 2011 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'libraries': [ | 141 'libraries': [ |
| 142 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra
mework', | 142 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra
mework', |
| 143 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo
rk', | 143 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo
rk', |
| 144 ], | 144 ], |
| 145 }, | 145 }, |
| 146 }, { # else: OS!="mac" | 146 }, { # else: OS!="mac" |
| 147 'sources/': [ | 147 'sources/': [ |
| 148 ['exclude', 'mac/WebScrollbarTheme.cpp$'], | 148 ['exclude', 'mac/WebScrollbarTheme.cpp$'], |
| 149 ], | 149 ], |
| 150 }], | 150 }], |
| 151 ['use_default_render_theme==0', { | |
| 152 'sources/': [ | |
| 153 ['exclude', 'default/WebRenderTheme.cpp'], | |
| 154 ], | |
| 155 }], | |
| 156 ], | 151 ], |
| 157 'direct_dependent_settings': { | 152 'direct_dependent_settings': { |
| 158 'include_dirs': [ | 153 'include_dirs': [ |
| 159 '../../', | 154 '../../', |
| 160 ], | 155 ], |
| 161 }, | 156 }, |
| 162 'target_conditions': [ | 157 'target_conditions': [ |
| 163 ['OS=="android"', { | 158 ['OS=="android"', { |
| 164 'sources/': [ | 159 'sources/': [ |
| 165 ['include', '^linux/WebFontRendering\\.cpp$'], | 160 ['include', '^linux/WebFontRendering\\.cpp$'], |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 206 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
| 212 'copies': [{ | 207 'copies': [{ |
| 213 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 208 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
| 214 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 209 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
| 215 }], | 210 }], |
| 216 }, | 211 }, |
| 217 ], | 212 ], |
| 218 }], | 213 }], |
| 219 ], # conditions | 214 ], # conditions |
| 220 } | 215 } |
| OLD | NEW |