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

Unified Diff: Source/platform/blink_platform.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 | « Source/platform/KillRingNone.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index 96ee813d7c63b14949f17d9989002e62c8b7e80e..e313a89a13c909e7b8a3cbc09c03e6357eb5258e 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -113,6 +113,10 @@
'sources/': [
# We use LocaleMac.mm instead of LocaleICU.cpp
['exclude', 'LocaleICU\\.(cpp|h)$'],
+
+ # The Mac uses mac/KillRingMac.mm instead of the dummy
+ # implementation.
+ ['exclude', 'KillRingNone\\.cpp$'],
],
}, { # OS!="mac"
'sources/': [
« no previous file with comments | « Source/platform/KillRingNone.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698