| 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 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 198 ], | 198 ], |
| 199 'link_settings': { | 199 'link_settings': { |
| 200 'libraries': [ | 200 'libraries': [ |
| 201 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra
mework', | 201 '$(SDKROOT)/System/Library/Frameworks/Accelerate.fra
mework', |
| 202 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo
rk', | 202 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framewo
rk', |
| 203 ], | 203 ], |
| 204 }, | 204 }, |
| 205 }, { # else: OS!="mac" | 205 }, { # else: OS!="mac" |
| 206 'sources/': [ | 206 'sources/': [ |
| 207 ['exclude', 'WebInputEventFactoryMac.mm$'], | 207 ['exclude', 'WebInputEventFactoryMac.mm$'], |
| 208 ['exclude', 'mac/WebScrollbarTheme.cpp$'], |
| 208 ], | 209 ], |
| 209 }], | 210 }], |
| 210 ['OS=="win"', { | 211 ['OS=="win"', { |
| 211 'include_dirs': [ | 212 'include_dirs': [ |
| 212 '../../public/web/win', | 213 '../../public/web/win', |
| 213 ], | 214 ], |
| 214 }, { # else: OS!="win" | 215 }, { # else: OS!="win" |
| 215 'sources/': [ | 216 'sources/': [ |
| 216 ['exclude', 'WebInputEventFactoryWin.cpp$'], | 217 ['exclude', 'WebInputEventFactoryWin.cpp$'], |
| 217 ], | 218 ], |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 ['clang==1', { | 377 ['clang==1', { |
| 377 'target_defaults': { | 378 'target_defaults': { |
| 378 'cflags': ['-Wglobal-constructors'], | 379 'cflags': ['-Wglobal-constructors'], |
| 379 'xcode_settings': { | 380 'xcode_settings': { |
| 380 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 381 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 381 }, | 382 }, |
| 382 }, | 383 }, |
| 383 }], | 384 }], |
| 384 ], # conditions | 385 ], # conditions |
| 385 } | 386 } |
| OLD | NEW |