OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 ['include', 'audio/mac/FFTFrameMac\\.cpp$'], | 308 ['include', 'audio/mac/FFTFrameMac\\.cpp$'], |
309 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'], | 309 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'], |
310 ['include', 'mac/ColorMac\\.mm$'], | 310 ['include', 'mac/ColorMac\\.mm$'], |
311 ['include', 'mac/BlockExceptions\\.mm$'], | 311 ['include', 'mac/BlockExceptions\\.mm$'], |
312 ['include', 'mac/KillRingMac\\.mm$'], | 312 ['include', 'mac/KillRingMac\\.mm$'], |
313 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], | 313 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], |
314 ['include', 'mac/NSScrollerImpDetails\\.mm$'], | 314 ['include', 'mac/NSScrollerImpDetails\\.mm$'], |
315 ['include', 'mac/ScrollAnimatorMac\\.mm$'], | 315 ['include', 'mac/ScrollAnimatorMac\\.mm$'], |
316 ['include', 'mac/ThemeMac\\.h$'], | 316 ['include', 'mac/ThemeMac\\.h$'], |
317 ['include', 'mac/ThemeMac\\.mm$'], | 317 ['include', 'mac/ThemeMac\\.mm$'], |
318 ['include', 'mac/VersionUtilMac\\.h$'], | |
319 ['include', 'mac/VersionUtilMac\\.mm$'], | |
320 ['include', 'mac/WebCoreNSCellExtras\\.h$'], | 318 ['include', 'mac/WebCoreNSCellExtras\\.h$'], |
321 ['include', 'mac/WebCoreNSCellExtras\\.mm$'], | 319 ['include', 'mac/WebCoreNSCellExtras\\.mm$'], |
322 | 320 |
323 # Mac uses only ScrollAnimatorMac. | 321 # Mac uses only ScrollAnimatorMac. |
324 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], | 322 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], |
325 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], | 323 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], |
326 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], | 324 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], |
327 | 325 |
328 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'], | 326 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'], |
329 | 327 |
330 ['include', 'geometry/mac/FloatPointMac\\.mm$'], | 328 ['include', 'geometry/mac/FloatPointMac\\.mm$'], |
331 ['include', 'geometry/mac/FloatRectMac\\.mm$'], | 329 ['include', 'geometry/mac/FloatRectMac\\.mm$'], |
332 ['include', 'geometry/mac/FloatSizeMac\\.mm$'], | 330 ['include', 'geometry/mac/FloatSizeMac\\.mm$'], |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 ['OS=="android"', { | 457 ['OS=="android"', { |
460 'cflags!': ['-mthumb'], | 458 'cflags!': ['-mthumb'], |
461 }], | 459 }], |
462 ], | 460 ], |
463 },{ # target_arch!="arm" | 461 },{ # target_arch!="arm" |
464 'type': 'none', | 462 'type': 'none', |
465 }], | 463 }], |
466 ], | 464 ], |
467 }], | 465 }], |
468 } | 466 } |
OLD | NEW |