| 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 # Some of these are used instead of Chromium platform files, see | 300 # Some of these are used instead of Chromium platform files, see |
| 301 # the specific exclusions in the "exclude" list below. | 301 # the specific exclusions in the "exclude" list below. |
| 302 ['include', 'audio/mac/FFTFrameMac\\.cpp$'], | 302 ['include', 'audio/mac/FFTFrameMac\\.cpp$'], |
| 303 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'], | 303 ['include', 'fonts/mac/GlyphPageTreeNodeMac\\.cpp$'], |
| 304 ['include', 'mac/ColorMac\\.mm$'], | 304 ['include', 'mac/ColorMac\\.mm$'], |
| 305 ['include', 'mac/BlockExceptions\\.mm$'], | 305 ['include', 'mac/BlockExceptions\\.mm$'], |
| 306 ['include', 'mac/KillRingMac\\.mm$'], | 306 ['include', 'mac/KillRingMac\\.mm$'], |
| 307 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], | 307 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], |
| 308 ['include', 'mac/NSScrollerImpDetails\\.mm$'], | 308 ['include', 'mac/NSScrollerImpDetails\\.mm$'], |
| 309 ['include', 'mac/ScrollAnimatorMac\\.mm$'], | 309 ['include', 'mac/ScrollAnimatorMac\\.mm$'], |
| 310 ['include', 'mac/ScrollElasticityController\\.mm$'], | |
| 311 ['include', 'mac/ThemeMac\\.h$'], | 310 ['include', 'mac/ThemeMac\\.h$'], |
| 312 ['include', 'mac/ThemeMac\\.mm$'], | 311 ['include', 'mac/ThemeMac\\.mm$'], |
| 313 ['include', 'mac/WebCoreNSCellExtras\\.h$'], | 312 ['include', 'mac/WebCoreNSCellExtras\\.h$'], |
| 314 ['include', 'mac/WebCoreNSCellExtras\\.mm$'], | 313 ['include', 'mac/WebCoreNSCellExtras\\.mm$'], |
| 315 | 314 |
| 316 # Mac uses only ScrollAnimatorMac. | 315 # Mac uses only ScrollAnimatorMac. |
| 317 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], | 316 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], |
| 318 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], | 317 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], |
| 319 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], | 318 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], |
| 320 | 319 |
| (...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 ['OS=="android"', { | 457 ['OS=="android"', { |
| 459 'cflags!': ['-mthumb'], | 458 'cflags!': ['-mthumb'], |
| 460 }], | 459 }], |
| 461 ], | 460 ], |
| 462 },{ # target_arch!="arm" | 461 },{ # target_arch!="arm" |
| 463 'type': 'none', | 462 'type': 'none', |
| 464 }], | 463 }], |
| 465 ], | 464 ], |
| 466 }], | 465 }], |
| 467 } | 466 } |
| OLD | NEW |