| 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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 }], | 185 }], |
| 186 ['OS=="mac"', { | 186 ['OS=="mac"', { |
| 187 'link_settings': { | 187 'link_settings': { |
| 188 'libraries': [ | 188 'libraries': [ |
| 189 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra
mework', | 189 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra
mework', |
| 190 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo
rk', | 190 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo
rk', |
| 191 ], | 191 ], |
| 192 }, | 192 }, |
| 193 }, { # else: OS!="mac" | 193 }, { # else: OS!="mac" |
| 194 'sources/': [ | 194 'sources/': [ |
| 195 ['exclude', 'WebInputEventFactoryMac.mm$'], | |
| 196 ['exclude', 'mac/WebScrollbarTheme.cpp$'], | 195 ['exclude', 'mac/WebScrollbarTheme.cpp$'], |
| 197 ], | 196 ], |
| 198 }], | 197 }], |
| 199 ['use_default_render_theme==0', { | 198 ['use_default_render_theme==0', { |
| 200 'sources/': [ | 199 'sources/': [ |
| 201 ['exclude', 'default/WebRenderTheme.cpp'], | 200 ['exclude', 'default/WebRenderTheme.cpp'], |
| 202 ], | 201 ], |
| 203 }], | 202 }], |
| 204 ], | 203 ], |
| 205 'direct_dependent_settings': { | 204 'direct_dependent_settings': { |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], | 276 'dependencies': ['<(DEPTH)/third_party/mesa/mesa.gyp:osmesa'
], |
| 278 'copies': [{ | 277 'copies': [{ |
| 279 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', | 278 'destination': '<(PRODUCT_DIR)/DumpRenderTree.app/Conten
ts/MacOS/', |
| 280 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 279 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
| 281 }], | 280 }], |
| 282 }, | 281 }, |
| 283 ], | 282 ], |
| 284 }], | 283 }], |
| 285 ], # conditions | 284 ], # conditions |
| 286 } | 285 } |
| OLD | NEW |