Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: Source/platform/blink_platform.gyp

Issue 197213011: Selectively disable rubber banding on mac. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 ['include', 'fonts/mac/ComplexTextControllerCoreText\\.mm$'], 248 ['include', 'fonts/mac/ComplexTextControllerCoreText\\.mm$'],
249 ['include', 'mac/ColorMac\\.mm$'], 249 ['include', 'mac/ColorMac\\.mm$'],
250 ['include', 'mac/BlockExceptions\\.mm$'], 250 ['include', 'mac/BlockExceptions\\.mm$'],
251 ['include', 'mac/KillRingMac\\.mm$'], 251 ['include', 'mac/KillRingMac\\.mm$'],
252 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'], 252 ['include', 'mac/LocalCurrentGraphicsContext\\.mm$'],
253 ['include', 'mac/NSScrollerImpDetails\\.mm$'], 253 ['include', 'mac/NSScrollerImpDetails\\.mm$'],
254 ['include', 'mac/ScrollAnimatorMac\\.mm$'], 254 ['include', 'mac/ScrollAnimatorMac\\.mm$'],
255 ['include', 'mac/ScrollElasticityController\\.mm$'], 255 ['include', 'mac/ScrollElasticityController\\.mm$'],
256 ['include', 'mac/ThemeMac\\.h$'], 256 ['include', 'mac/ThemeMac\\.h$'],
257 ['include', 'mac/ThemeMac\\.mm$'], 257 ['include', 'mac/ThemeMac\\.mm$'],
258 258
259 # Mac uses only ScrollAnimatorMac. 259 # Mac uses only ScrollAnimatorMac.
260 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'], 260 ['exclude', 'scroll/ScrollbarThemeNonMacCommon\\.(cpp|h)$'],
261 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'], 261 ['exclude', 'scroll/ScrollAnimatorNone\\.cpp$'],
262 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'], 262 ['exclude', 'scroll/ScrollAnimatorNone\\.h$'],
263 263
264 # The Mac currently uses FontCustomPlatformDataMac.cpp, 264 # The Mac currently uses FontCustomPlatformDataMac.cpp,
265 # included by regex above, instead. 265 # included by regex above, instead.
266 ['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'], 266 ['exclude', 'fonts/skia/FontCustomPlatformDataSkia\\.cpp$'],
267 267
268 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'], 268 ['exclude', 'fonts/skia/FontCacheSkia\\.cpp$'],
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
436 ['OS=="android"', { 436 ['OS=="android"', {
437 'cflags!': ['-mthumb'], 437 'cflags!': ['-mthumb'],
438 }], 438 }],
439 ], 439 ],
440 },{ # target_arch!="arm" 440 },{ # target_arch!="arm"
441 'type': 'none', 441 'type': 'none',
442 }], 442 }],
443 ], 443 ],
444 }], 444 }],
445 } 445 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698