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

Unified Diff: Source/core/core.gyp

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: nits Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index 5adc481c7ad0bef670d78e7098e407e58dc81103..fb8b53f3d8f2fa16930eea7d3cd2b1f8ae3b14ac 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -668,7 +668,6 @@
['include', 'platform/graphics/mac/IntPointMac\\.mm$'],
['include', 'platform/graphics/mac/IntRectMac\\.mm$'],
['include', 'platform/mac/BlockExceptions\\.mm$'],
- ['include', 'platform/mac/KillRingMac\\.mm$'],
['include', 'platform/mac/LocalCurrentGraphicsContext\\.mm$'],
['include', 'platform/mac/NSScrollerImpDetails\\.mm$'],
['include', 'platform/mac/ScrollAnimatorMac\\.mm$'],
@@ -682,10 +681,6 @@
# Use USE_NEW_THEME on Mac.
['include', 'platform/Theme\\.cpp$'],
- # The Mac uses platform/mac/KillRingMac.mm instead of the dummy
- # implementation.
- ['exclude', 'platform/KillRingNone\\.cpp$'],
-
# The Mac currently uses FontCustomPlatformDataMac.cpp,
# included by regex above, instead.
['exclude', 'platform/graphics/skia/FontCustomPlatformDataSkia\\.cpp$'],
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698