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

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

Issue 977663002: Mac: Delete now-dead elastic overscroll code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « Source/core/frame/FrameView.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698